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

  /packages/inputmethods/PinyinIME/jni/share/
splparser.cpp 22 SpellingParser::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::get_splids_parallel(const char *splstr, uint16 str_len
    [all...]
dictbuilder.cpp 201 spl_parser_ = new SpellingParser();
userdict.cpp     [all...]
matrixsearch.cpp 75 spl_parser_ = new SpellingParser();
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
splparser.h 25 class SpellingParser {
30 SpellingParser();
dictbuilder.h 70 SpellingParser *spl_parser_;
spellingtrie.h 150 friend class SpellingParser;
matrixsearch.h 177 SpellingParser* spl_parser_;

Completed in 39 milliseconds