Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java247 static final int MINIMAL_ONE_BYTE_CHARACTER_VALUE = 0x20; field in FormatSpec
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DVer2DictEncoder.java109 int currentCodePointTableIndex = FormatSpec.MINIMAL_ONE_BYTE_CHARACTER_VALUE; in makeCodePointTable()
DBinaryDictDecoderUtils.java129 return codePoint >= FormatSpec.MINIMAL_ONE_BYTE_CHARACTER_VALUE in fitsOnOneByte()
DBinaryDictEncoderUtils.java829 int currentCodePointTableIndex = FormatSpec.MINIMAL_ONE_BYTE_CHARACTER_VALUE; in encodeCodePointTable()