Searched refs:utf16_strcmp (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | dictbuilder.cpp | 99 return utf16_strcmp(((const LemmaEntry*)p1)->hanzi_str, in cmp_lemma_entry_hzs() 112 int ret = utf16_strcmp(((const LemmaEntry*)p1)->spl_idx_arr, in compare_py() 130 int ret = utf16_strcmp(((const LemmaEntry*)p1)->hanzi_str, in cmp_lemma_entry_hzspys() 136 ret = utf16_strcmp(((const LemmaEntry*)p1)->spl_idx_arr, in cmp_lemma_entry_hzspys() 142 int ret = utf16_strcmp(((const LemmaEntry*)p1)->spl_idx_arr, in compare_splid2() 688 if (utf16_strcmp(lemma_arr_[i].hanzi_str, lemma_arr_[i-1].hanzi_str)) { in sort_lemmas_by_hz()
|
| H A D | utf16char.cpp | 103 int utf16_strcmp(const char16* str1, const char16* str2) { in utf16_strcmp() function
|
| H A D | searchutility.cpp | 85 return utf16_strcmp((static_cast<const LmaPsbStrItem*>(p1))->str, in cmp_lpsi_with_str()
|
| H A D | matrixsearch.cpp | 1741 if (pos > 0 && utf16_strcmp(lpsis[pos].str, lpsis[pos - 1].str) == 0) { in get_lpis() 1748 if (NULL != pfullsent && utf16_strcmp(lpsis[pos].str, pfullsent) == 0) in get_lpis()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | utf16char.h | 42 int utf16_strcmp(const char16 *str1, const char16 *str2);
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | utf16char.h | 42 int utf16_strcmp(const char16 *str1, const char16 *str2);
|