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

  /packages/inputmethods/LatinIME/native/jni/src/
char_utils.h 38 * to their base characters. If c is in range, BASE_CHARS[c] == c
44 extern const unsigned short BASE_CHARS[BASE_CHARS_SIZE];
48 return BASE_CHARS[c];
basechars.cpp 23 * to their base characters. If c is in range, BASE_CHARS[c] == c
27 const unsigned short BASE_CHARS[BASE_CHARS_SIZE] = {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 710 if (c < BASE_CHARS.length) {
711 baseChar = BASE_CHARS[c];
723 * to their base characters. If c is in range, BASE_CHARS[c] == c
727 private static final char BASE_CHARS[] = {
    [all...]

Completed in 48 milliseconds