Searched refs:hanzi_str (Results 1 – 4 of 4) sorted by relevance
92 size_t size1 = utf16_strlen(((const LemmaEntry*)p1)->hanzi_str); in cmp_lemma_entry_hzs()93 size_t size2 = utf16_strlen(((const LemmaEntry*)p2)->hanzi_str); in cmp_lemma_entry_hzs()99 return utf16_strcmp(((const LemmaEntry*)p1)->hanzi_str, in cmp_lemma_entry_hzs()100 ((const LemmaEntry*)p2)->hanzi_str); in cmp_lemma_entry_hzs()124 size_t size1 = utf16_strlen(((const LemmaEntry*)p1)->hanzi_str); in cmp_lemma_entry_hzspys()125 size_t size2 = utf16_strlen(((const LemmaEntry*)p2)->hanzi_str); in cmp_lemma_entry_hzspys()130 int ret = utf16_strcmp(((const LemmaEntry*)p1)->hanzi_str, in cmp_lemma_entry_hzspys()131 ((const LemmaEntry*)p2)->hanzi_str); in cmp_lemma_entry_hzspys()425 utf16_strcpy(lemma_arr_[i].hanzi_str, token); in read_raw_dict()456 lemma_arr_[i].hanzi_str, lemma_arr_[i].hz_str_len)) { in read_raw_dict()[all …]
181 utf16_strncpy(buf_, lemma_arr[0].hanzi_str, in fill_list()189 utf16_strncpy(buf_ + current_pos, lemma_arr[i].hanzi_str, in fill_list()
143 char16 hanzi_str[kMaxLemmaSize + 1]; member