Home
last modified time | relevance | path

Searched refs:MAXIMAL_ONE_BYTE_CHARACTER_VALUE (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java248 static final int MAXIMAL_ONE_BYTE_CHARACTER_VALUE = 0xFF; field in FormatSpec
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DVer2DictEncoder.java115 if (FormatSpec.MAXIMAL_ONE_BYTE_CHARACTER_VALUE < ++currentCodePointTableIndex) { in makeCodePointTable()
DBinaryDictDecoderUtils.java130 && codePoint <= FormatSpec.MAXIMAL_ONE_BYTE_CHARACTER_VALUE; in fitsOnOneByte()
DBinaryDictEncoderUtils.java833 if (FormatSpec.MAXIMAL_ONE_BYTE_CHARACTER_VALUE < ++currentCodePointTableIndex) { in encodeCodePointTable()