Searched refs:currentCodePointTableIndex (Results 1 – 2 of 2) sorted by relevance
109 int currentCodePointTableIndex = FormatSpec.MINIMAL_ONE_BYTE_CHARACTER_VALUE; in makeCodePointTable() local114 codePointToOneByteCodeMap.put(entry.getKey(), currentCodePointTableIndex); in makeCodePointTable() local115 if (FormatSpec.MAXIMAL_ONE_BYTE_CHARACTER_VALUE < ++currentCodePointTableIndex) { in makeCodePointTable()
829 int currentCodePointTableIndex = FormatSpec.MINIMAL_ONE_BYTE_CHARACTER_VALUE; in encodeCodePointTable() local833 if (FormatSpec.MAXIMAL_ONE_BYTE_CHARACTER_VALUE < ++currentCodePointTableIndex) { in encodeCodePointTable()