Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Duserdict.h376 int32 locate_first_in_predicts(const uint16 * words, int lemma_len);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Duserdict.h376 int32 locate_first_in_predicts(const uint16 * words, int lemma_len);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp678 int j = locate_first_in_predicts((const uint16*)last_hzs, hzs_len); in _get_lpis()
839 int32 UserDict::locate_first_in_predicts(const uint16 * words, int lemma_len) { in _get_lpis() function in ime_pinyin::UserDict