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

/packages/inputmethods/PinyinIME/jni/share/
H A Dspellingtrie.cpp179 bool SpellingTrie::is_shengmu_char(char ch) const { function in class:ime_pinyin::SpellingTrie
188 return is_shengmu_char(ch) || is_yunmu_char(ch);
198 if (is_shengmu_char(ch))
203 if (is_shengmu_char(ch))
357 if (is_shengmu_char(*spl_str)) {

Completed in 134 milliseconds