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

  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 40 static const size_t kNotSupportNum = 3;
41 static const char kNotSupportList[kNotSupportNum][kMaxSpellingSize + 1];
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 29 kNotSupportList[kNotSupportNum][kMaxSpellingSize + 1] = {"HM", "HNG", "NG"};
141 for (size_t pos = 0; pos < kNotSupportNum; pos++) {

Completed in 35 milliseconds