/packages/inputmethods/PinyinIME/jni/include/ |
splparser.h | 65 // When the returned spelling id is a half id, *is_pre returns whether it 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); 84 // is_pre returns whether the given string is the prefix of a full spelling 92 uint16 &full_id_num, bool &is_pre);
|
/packages/inputmethods/PinyinIME/jni/share/ |
splparser.cpp | 289 bool *is_pre) { 290 if (NULL == is_pre) 296 if (splstr_to_idxs(splstr, str_len, spl_idx, start_pos, 2, *is_pre) != 1) 305 bool *is_pre) { 306 if (NULL == is_pre) 312 if (splstr_to_idxs(splstr, str_len, spl_idx, start_pos, 2, *is_pre) != 1) 319 *is_pre = false; 327 uint16 &full_id_num, bool &is_pre) { 331 splidx[0] = get_splid_by_str(splstr, str_len, &is_pre);
|
dictbuilder.cpp | 544 bool is_pre = true; local 548 spl_idxs, spl_start_pos, 2, is_pre);
|
matrixsearch.cpp | 1008 bool is_pre = false; local 1010 ext_len, &is_pre); 1011 if (is_pre) [all...] |
userdict.cpp | [all...] |
/sdk/emulator/qtools/ |
armdis.cpp | 279 uint8_t is_pre = (insn >> 24) & 0x1; local 304 if (is_pre) { 331 uint8_t is_pre = (insn >> 24) & 0x1; local 353 if (is_pre) { 377 if (is_pre) { 428 uint8_t is_pre = (insn >> 24) & 0x1; local 455 if (is_pre) { 469 if (is_pre) {
|