Searched refs:MAXIMAL_ONE_BYTE_CHARACTER_VALUE (Results 1 – 3 of 3) sorted by relevance
245 static final int MAXIMAL_ONE_BYTE_CHARACTER_VALUE = 0xFF; field in FormatSpec
130 && codePoint <= FormatSpec.MAXIMAL_ONE_BYTE_CHARACTER_VALUE; in fitsOnOneByte()
833 if (FormatSpec.MAXIMAL_ONE_BYTE_CHARACTER_VALUE < ++currentCodePointTableIndex) { in encodeCodePointTable()