Home
last modified time | relevance | path

Searched refs:kValidSplCharNum (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h42 static const size_t kValidSplCharNum = 26; variable
104 SpellingNode* level1_sons_[kValidSplCharNum];
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h42 static const size_t kValidSplCharNum = 26; variable
104 SpellingNode* level1_sons_[kValidSplCharNum];
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp333 memset(level1_sons_, 0, sizeof(SpellingNode*) * kValidSplCharNum); in construct()