Searched refs:SpellingParser (Results 1 - 8 of 8) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dsplparser.cpp22 SpellingParser::SpellingParser() { function in class:ime_pinyin::SpellingParser
26 bool SpellingParser::is_valid_to_parse(char ch) {
30 uint16 SpellingParser::splstr_to_idxs(const char *splstr, uint16 str_len,
143 uint16 SpellingParser::splstr_to_idxs_f(const char *splstr, uint16 str_len,
159 uint16 SpellingParser::splstr16_to_idxs(const char16 *splstr, uint16 str_len,
272 uint16 SpellingParser::splstr16_to_idxs_f(const char16 *splstr, uint16 str_len,
288 uint16 SpellingParser::get_splid_by_str(const char *splstr, uint16 str_len,
304 uint16 SpellingParser::get_splid_by_str_f(const char *splstr, uint16 str_len,
325 uint16 SpellingParser
[all...]
H A Ddictbuilder.cpp201 spl_parser_ = new SpellingParser();
H A Duserdict.cpp1729 SpellingParser * spl_parser = new SpellingParser();
H A Dmatrixsearch.cpp75 spl_parser_ = new SpellingParser();
/packages/inputmethods/PinyinIME/jni/include/
H A Dsplparser.h25 class SpellingParser { class in namespace:ime_pinyin
30 SpellingParser();
H A Ddictbuilder.h70 SpellingParser *spl_parser_;
H A Dspellingtrie.h150 friend class SpellingParser;
H A Dmatrixsearch.h177 SpellingParser* spl_parser_;

Completed in 3066 milliseconds