Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dutf16char.h36 int utf16_atoi(const char16 *utf16_str);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dutf16char.h36 int utf16_atoi(const char16 *utf16_str);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dutf16char.cpp62 int utf16_atoi(const char16 *utf16_str) { in utf16_atoi() function
H A Ddictbuilder.cpp448 int gbk_flag = utf16_atoi(token); in read_raw_dict()