Searched refs:splstr (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | splparser.cpp | 30 uint16 SpellingParser::splstr_to_idxs(const char *splstr, uint16 str_len, in splstr_to_idxs() argument 33 if (NULL == splstr || 0 == max_size || 0 == str_len) in splstr_to_idxs() 36 if (!SpellingTrie::is_valid_spl_char(splstr[0])) in splstr_to_idxs() 50 char char_this = splstr[str_pos]; in splstr_to_idxs() 143 uint16 SpellingParser::splstr_to_idxs_f(const char *splstr, uint16 str_len, in splstr_to_idxs_f() argument 146 uint16 idx_num = splstr_to_idxs(splstr, str_len, spl_idx, start_pos, in splstr_to_idxs_f() 159 uint16 SpellingParser::splstr16_to_idxs(const char16 *splstr, uint16 str_len, in splstr16_to_idxs() argument 162 if (NULL == splstr || 0 == max_size || 0 == str_len) in splstr16_to_idxs() 165 if (!SpellingTrie::is_valid_spl_char(splstr[0])) in splstr16_to_idxs() 179 char16 char_this = splstr[str_pos]; in splstr16_to_idxs() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | splparser.h | 42 uint16 splstr_to_idxs(const char *splstr, uint16 str_len, uint16 splidx[], 48 uint16 splstr_to_idxs_f(const char *splstr, uint16 str_len, uint16 splidx[], 53 uint16 splstr16_to_idxs(const char16 *splstr, uint16 str_len, uint16 splidx[], 67 uint16 get_splid_by_str(const char *splstr, uint16 str_len, bool *is_pre); 75 uint16 get_splid_by_str_f(const char *splstr, uint16 str_len, bool *is_pre); 90 uint16 get_splids_parallel(const char *splstr, uint16 str_len,
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | splparser.h | 42 uint16 splstr_to_idxs(const char *splstr, uint16 str_len, uint16 splidx[], 48 uint16 splstr_to_idxs_f(const char *splstr, uint16 str_len, uint16 splidx[], 53 uint16 splstr16_to_idxs(const char16 *splstr, uint16 str_len, uint16 splidx[], 67 uint16 get_splid_by_str(const char *splstr, uint16 str_len, bool *is_pre); 75 uint16 get_splid_by_str_f(const char *splstr, uint16 str_len, bool *is_pre); 90 uint16 get_splids_parallel(const char *splstr, uint16 str_len,
|