Searched refs:is_pre (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | splparser.cpp | 289 bool *is_pre) { in get_splid_by_str() argument 290 if (NULL == is_pre) in get_splid_by_str() 296 if (splstr_to_idxs(splstr, str_len, spl_idx, start_pos, 2, *is_pre) != 1) in get_splid_by_str() 305 bool *is_pre) { in get_splid_by_str_f() argument 306 if (NULL == is_pre) in get_splid_by_str_f() 312 if (splstr_to_idxs(splstr, str_len, spl_idx, start_pos, 2, *is_pre) != 1) in get_splid_by_str_f() 319 *is_pre = false; in get_splid_by_str_f() 327 uint16 &full_id_num, bool &is_pre) { in get_splids_parallel() argument 331 splidx[0] = get_splid_by_str(splstr, str_len, &is_pre); in get_splids_parallel()
|
| H A D | dictbuilder.cpp | 544 bool is_pre = true; in build_dict() local 548 spl_idxs, spl_start_pos, 2, is_pre); in build_dict()
|
| H A D | matrixsearch.cpp | 1031 bool is_pre = false; in add_char_qwerty() local 1033 ext_len, &is_pre); in add_char_qwerty() 1034 if (is_pre) in add_char_qwerty()
|
| H A D | userdict.cpp | 1800 bool is_pre; in _get_lpis() local 1802 py16, py16_len, splid, NULL, kMaxLemmaSize, is_pre); in _get_lpis()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | splparser.h | 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); 92 uint16 &full_id_num, bool &is_pre);
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | splparser.h | 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); 92 uint16 &full_id_num, bool &is_pre);
|