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

  /packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h 45 static const uint16 kHalfIdYunmuMask = 0x02;
  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 176 return char_flags_[ch - 'A'] & kHalfIdYunmuMask;
184 return char_flags_[ch - 'A'] & kHalfIdYunmuMask;

Completed in 248 milliseconds