Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp401 if (len1 < searchable->splids_len) in is_fuzzy_prefix_spell_id()
406 for (i = 0; i < searchable->splids_len; i++) { in is_fuzzy_prefix_spell_id()
419 if (len1 < searchable->splids_len) in fuzzy_compare_spell_id()
421 if (len1 > searchable->splids_len) in fuzzy_compare_spell_id()
442 if (fulllen < searchable->splids_len) in is_prefix_spell_id()
446 for (; i < searchable->splids_len; i++) { in is_prefix_spell_id()
460 if (fulllen != searchable->splids_len) in equal_spell_id()
510 searchable->splids_len = splid_str_len; in prepare_locate()
1400 UserDictCache *cache = &caches_[searchable->splids_len - 1]; in _get_lpis()
1429 UserDictCache *cache = &caches_[searchable->splids_len - 1]; in _get_lpis()
[all …]
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Duserdict.h243 uint16 splids_len; member
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Duserdict.h243 uint16 splids_len; member