Searched refs:fuzzy_compare_spell_id (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | userdict.cpp | 417 int UserDict::fuzzy_compare_spell_id( in fuzzy_compare_spell_id() function in ime_pinyin::UserDict 488 int cmp = fuzzy_compare_spell_id(splids, nchar, searchable); in locate_first_in_offsets() 604 if (!cached && 0 != fuzzy_compare_spell_id(splids, nchar, &searchable)) { in _get_lpis() 606 if (0 != fuzzy_compare_spell_id(splids, nchar, &searchable)) { in _get_lpis() 755 if (!cached && 0 != fuzzy_compare_spell_id(splids, lemma_len, &searchable)) in _get_lpis() 758 if (0 != fuzzy_compare_spell_id(splids, lemma_len, &searchable)) in _get_lpis() 2251 if (0 <= fuzzy_compare_spell_id(spl, nchar, &searchable)) in _get_lpis()
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | userdict.h | 353 int32 fuzzy_compare_spell_id(const uint16 * id1, uint16 len1,
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | userdict.h | 353 int32 fuzzy_compare_spell_id(const uint16 * id1, uint16 len1,
|