Searched refs:is_yunmu_char (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Dspellingtrie.h138 bool is_yunmu_char(char ch) const;
/packages/inputmethods/PinyinIME/jni/share/
H A Dspellingtrie.cpp127 } else if (is_yunmu_char(ch)) {
183 bool SpellingTrie::is_yunmu_char(char ch) const { function in class:ime_pinyin::SpellingTrie
188 return is_shengmu_char(ch) || is_yunmu_char(ch);
212 if (is_yunmu_char(ch))
217 if (is_yunmu_char(ch))

Completed in 352 milliseconds