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

  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 28 const static int32_t MINIMAL_ONE_BYTE_CHARACTER_VALUE = 0x20;
140 if (character < MINIMAL_ONE_BYTE_CHARACTER_VALUE) {
165 if (character < MINIMAL_ONE_BYTE_CHARACTER_VALUE) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java 193 private static final int MINIMAL_ONE_BYTE_CHARACTER_VALUE = 0x20;
200 return character >= MINIMAL_ONE_BYTE_CHARACTER_VALUE
    [all...]

Completed in 96 milliseconds