Home
last modified time | relevance | path

Searched refs:get_spelling_str16 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h249 const char16* get_spelling_str16(uint16 splid);
253 size_t get_spelling_str16(uint16 splid, char16 *splstr16,
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h249 const char16* get_spelling_str16(uint16 splid);
253 size_t get_spelling_str16(uint16 splid, char16 *splstr16,
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp754 const char16* SpellingTrie::get_spelling_str16(uint16 splid) { in get_spelling_str16() function in ime_pinyin::SpellingTrie
788 size_t SpellingTrie::get_spelling_str16(uint16 splid, char16 *splstr16, in get_spelling_str16() function in ime_pinyin::SpellingTrie
H A Duserdict.cpp1875 int ret_len = spl_trie->get_spelling_str16( in _get_lpis()