Home
last modified time | relevance | path

Searched refs:convert_to_scis_ids (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictlist.h98 void convert_to_scis_ids(char16 *str, uint16 str_len);
H A Ddicttrie.h173 void convert_to_scis_ids(char16 *str, uint16 str_len);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictlist.h98 void convert_to_scis_ids(char16 *str, uint16 str_len);
H A Ddicttrie.h173 void convert_to_scis_ids(char16 *str, uint16 str_len);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddicttrie.cpp902 void DictTrie::convert_to_scis_ids(char16 *str, uint16 str_len) { in convert_to_scis_ids() function in ime_pinyin::DictTrie
903 return dict_list_->convert_to_scis_ids(str, str_len); in convert_to_scis_ids()
H A Ddictlist.cpp371 void DictList::convert_to_scis_ids(char16 *str, uint16 str_len) { in convert_to_scis_ids() function in ime_pinyin::DictList