Searched defs:is_pre (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dsplparser.cpp289 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);
288 get_splid_by_str(const char *splstr, uint16 str_len, bool *is_pre) argument
304 get_splid_by_str_f(const char *splstr, uint16 str_len, bool *is_pre) argument
325 get_splids_parallel(const char *splstr, uint16 str_len, uint16 splidx[], uint16 max_size, uint16 &full_id_num, bool &is_pre) argument
H A Ddictbuilder.cpp544 bool is_pre = true; local
548 spl_idxs, spl_start_pos, 2, is_pre);
H A Dmatrixsearch.cpp1008 bool is_pre = false; local
1010 ext_len, &is_pre);
1011 if (is_pre)

Completed in 75 milliseconds