HomeSort by relevance Sort by last modified time
    Searched refs:splstr_to_idxs (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/PinyinIME/jni/include/
splparser.h 42 uint16 splstr_to_idxs(const char *splstr, uint16 str_len, uint16 splidx[],
45 // Similar to splstr_to_idxs(), the only difference is that splstr_to_idxs()
51 // Similar to splstr_to_idxs(), the only difference is that this function
  /packages/inputmethods/PinyinIME/jni/share/
splparser.cpp 30 uint16 SpellingParser::splstr_to_idxs(const char *splstr, uint16 str_len, function in class:ime_pinyin::SpellingParser
146 uint16 idx_num = splstr_to_idxs(splstr, str_len, spl_idx, start_pos,
296 if (splstr_to_idxs(splstr, str_len, spl_idx, start_pos, 2, *is_pre) != 1)
312 if (splstr_to_idxs(splstr, str_len, spl_idx, start_pos, 2, *is_pre) != 1)
dictbuilder.cpp 546 spl_parser_->splstr_to_idxs(lemma_arr_[i].pinyin_str[hz_pos],

Completed in 608 milliseconds