Home
last modified time | relevance | path

Searched refs:DictList (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictlist.cpp27 DictList::DictList() { in DictList() function in ime_pinyin::DictList
46 DictList::~DictList() { in ~DictList()
50 bool DictList::alloc_resource(size_t buf_size, size_t scis_num) { in alloc_resource()
71 void DictList::free_resource() { in free_resource()
86 bool DictList::init_list(const SingleCharItem *scis, size_t scis_num, in init_list()
113 size_t DictList::calculate_size(const LemmaEntry* lemma_arr, size_t lemma_num) { in calculate_size()
169 void DictList::fill_scis(const SingleCharItem *scis, size_t scis_num) { in fill_scis()
178 void DictList::fill_list(const LemmaEntry* lemma_arr, size_t lemma_num) { in fill_list()
200 char16* DictList::find_pos2_startedbyhz(char16 hz_char) { in find_pos2_startedbyhz()
215 char16* DictList::find_pos_startedbyhzs(const char16 last_hzs[], in find_pos_startedbyhzs()
[all …]
H A Ddicttrie.cpp254 dict_list_ = new DictList(); in load_dict()
292 dict_list_ = new DictList(); in load_dict_fd()
H A Ddictbuilder.cpp566 dict_trie->dict_list_ = new DictList(); in build_dict()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictlist.h29 class DictList {
79 DictList();
80 ~DictList();
H A Ddicttrie.h58 DictList* dict_list_;
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictlist.h29 class DictList {
79 DictList();
80 ~DictList();
H A Ddicttrie.h58 DictList* dict_list_;