Home
last modified time | relevance | path

Searched refs:cmp_hanzis_8 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dsearchutility.h129 int cmp_hanzis_8(const void *p1, const void *p2);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dsearchutility.h129 int cmp_hanzis_8(const void *p1, const void *p2);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsearchutility.cpp131 int cmp_hanzis_8(const void *p1, const void *p2) { in cmp_hanzis_8() function
H A Ddictlist.cpp43 cmp_func_[7] = cmp_hanzis_8; in DictList()