Home
last modified time | relevance | path

Searched refs:kMaxPinyinSize (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictdef.h46 const size_t kMaxPinyinSize = 6; variable
149 char pinyin_str[kMaxLemmaSize][kMaxPinyinSize + 1];
H A Dspellingtable.h27 const size_t kMaxSpellingSize = kMaxPinyinSize;
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictdef.h46 const size_t kMaxPinyinSize = 6; variable
149 char pinyin_str[kMaxLemmaSize][kMaxPinyinSize + 1];
H A Dspellingtable.h27 const size_t kMaxSpellingSize = kMaxPinyinSize;
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp375 sucess = spl_table->init_table(kMaxPinyinSize - 1, 2 * kMaxYmNum, false); in build_ym_info()
790 if (NULL == splstr16 || splstr16_len < kMaxPinyinSize + 1) return 0; in get_spelling_str16()
794 for (size_t pos = 0; pos <= kMaxPinyinSize; pos++) { in get_spelling_str16()
H A Ddictbuilder.cpp216 spl_table_->init_table(kMaxPinyinSize, kSplTableHashLen, true); in alloc_resource()
474 assert(utf16_strlen(token) <= kMaxPinyinSize); in read_raw_dict()
H A Dmatrixsearch.cpp1001 for (uint16 ext_len = kMaxPinyinSize + 1; ext_len > 0; ext_len--) { in add_char_qwerty()