Home
last modified time | relevance | path

Searched refs:utf16_strncmp (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsearchutility.cpp102 return utf16_strncmp(static_cast<const char16*>(p1), in cmp_hanzis_2()
107 return utf16_strncmp(static_cast<const char16*>(p1), in cmp_hanzis_3()
112 return utf16_strncmp(static_cast<const char16*>(p1), in cmp_hanzis_4()
117 return utf16_strncmp(static_cast<const char16*>(p1), in cmp_hanzis_5()
122 return utf16_strncmp(static_cast<const char16*>(p1), in cmp_hanzis_6()
127 return utf16_strncmp(static_cast<const char16*>(p1), in cmp_hanzis_7()
132 return utf16_strncmp(static_cast<const char16*>(p1), in cmp_hanzis_8()
169 int ret_v = (utf16_strncmp((static_cast<const NPredictItem*>(p1))->pre_hzs, in cmp_npre_by_hanzi_score()
193 if (utf16_strncmp(npre_items[pos].pre_hzs, in remove_duplicate_npre()
H A Dutf16char.cpp111 int utf16_strncmp(const char16 *str1, const char16 *str2, size_t size) { in utf16_strncmp() function
H A Ddictlist.cpp271 if (utf16_strncmp((*(npre_items - e_pos)).pre_hzs, npre_items[i].pre_hzs, in predict()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dutf16char.h43 int utf16_strncmp(const char16 *str1, const char16 *str2, size_t size);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dutf16char.h43 int utf16_strncmp(const char16 *str1, const char16 *str2, size_t size);