Searched refs:splstr16 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | spellingtrie.cpp | 788 size_t SpellingTrie::get_spelling_str16(uint16 splid, char16 *splstr16, in get_spelling_str16() argument 790 if (NULL == splstr16 || splstr16_len < kMaxPinyinSize + 1) return 0; in get_spelling_str16() 795 splstr16[pos] = static_cast<char16> in get_spelling_str16() 797 if (static_cast<char16>('\0') == splstr16[pos]) { in get_spelling_str16() 803 splstr16[0] = static_cast<char16>('C'); in get_spelling_str16() 804 splstr16[1] = static_cast<char16>('h'); in get_spelling_str16() 805 splstr16[2] = static_cast<char16>('\0'); in get_spelling_str16() 808 splstr16[0] = static_cast<char16>('S'); in get_spelling_str16() 809 splstr16[1] = static_cast<char16>('h'); in get_spelling_str16() 810 splstr16[2] = static_cast<char16>('\0'); in get_spelling_str16() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | splparser.h | 58 uint16 splstr16_to_idxs_f(const char16 *splstr16, uint16 str_len,
|
| H A D | spellingtrie.h | 253 size_t get_spelling_str16(uint16 splid, char16 *splstr16,
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | splparser.h | 58 uint16 splstr16_to_idxs_f(const char16 *splstr16, uint16 str_len,
|
| H A D | spellingtrie.h | 253 size_t get_spelling_str16(uint16 splid, char16 *splstr16,
|