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

  /packages/inputmethods/LatinIME/native/jni/src/
char_utils.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 714 if (c < BASE_CHARS.length) {
715 baseChar = BASE_CHARS[c];
727 * to their base characters. If c is in range, BASE_CHARS[c] == c
731 private static final char BASE_CHARS[] = {
    [all...]

Completed in 66 milliseconds