Searched refs:kNotSupportList (Results 1 – 3 of 3) sorted by relevance
29 kNotSupportList[kNotSupportNum][kMaxSpellingSize + 1] = {"HM", "HNG", "NG"}; member in ime_pinyin::SpellingTable142 if (strcmp(spelling_str, kNotSupportList[pos]) == 0) { in put_spelling()
41 static const char kNotSupportList[kNotSupportNum][kMaxSpellingSize + 1]; variable