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

  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 27 const size_t kMaxSpellingSize = kMaxPinyinSize;
30 char str[kMaxSpellingSize + 1];
41 static const char kNotSupportList[kNotSupportNum][kMaxSpellingSize + 1];
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 29 kNotSupportList[kNotSupportNum][kMaxSpellingSize + 1] = {"HM", "HNG", "NG"};

Completed in 160 milliseconds