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

/packages/inputmethods/PinyinIME/jni/include/
H A Dspellingtable.h41 static const char kNotSupportList[kNotSupportNum][kMaxSpellingSize + 1]; member in class:ime_pinyin::SpellingTable
/packages/inputmethods/PinyinIME/jni/share/
H A Dspellingtable.cpp29 kNotSupportList[kNotSupportNum][kMaxSpellingSize + 1] = {"HM", "HNG", "NG"}; member in class:ime_pinyin::SpellingTable
142 if (strcmp(spelling_str, kNotSupportList[pos]) == 0) {

Completed in 50 milliseconds