Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictbuilder.h106 void id_to_charbuf(unsigned char *buf, LemmaIdType id);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictbuilder.h106 void id_to_charbuf(unsigned char *buf, LemmaIdType id);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictbuilder.cpp615 id_to_charbuf(dict_trie->lma_idx_buf_ + pos * kLemmaIdSize, in build_dict()
623 id_to_charbuf(dict_trie->lma_idx_buf_ + pos * kLemmaIdSize, idx); in build_dict()
640 void DictBuilder::id_to_charbuf(unsigned char *buf, LemmaIdType id) { in id_to_charbuf() function in ime_pinyin::DictBuilder