Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Duserdict.h321 bool is_prefix_spell_id(const uint16 * fullids,
358 bool equal_spell_id(const uint16 * fullids,
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Duserdict.h321 bool is_prefix_spell_id(const uint16 * fullids,
358 bool equal_spell_id(const uint16 * fullids,
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp440 const uint16 * fullids, uint16 fulllen, in is_prefix_spell_id() argument
449 if (fullids[i] >= start_id && fullids[i] < start_id + count) in is_prefix_spell_id()
458 const uint16 * fullids, uint16 fulllen, in equal_spell_id() argument
467 if (fullids[i] >= start_id && fullids[i] < start_id + count) in equal_spell_id()