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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 245 static final int MAXIMAL_ONE_BYTE_CHARACTER_VALUE = 0xFF;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderUtils.java 130 && codePoint <= FormatSpec.MAXIMAL_ONE_BYTE_CHARACTER_VALUE;
BinaryDictEncoderUtils.java     [all...]

Completed in 39 milliseconds