Searched refs:MINIMUM_ONE_BYTE_CHARACTER_VALUE (Results 1 – 2 of 2) sorted by relevance
163 if (firstByte < MINIMUM_ONE_BYTE_CHARACTER_VALUE) { in readCodePointAndAdvancePosition()173 return codePointTable[firstByte - MINIMUM_ONE_BYTE_CHARACTER_VALUE]; in readCodePointAndAdvancePosition()219 } else if (codePoint < MINIMUM_ONE_BYTE_CHARACTER_VALUE in writeCodePointsAndAdvancePosition()240 } else if (codePoint < MINIMUM_ONE_BYTE_CHARACTER_VALUE in calculateRequiredByteCountToStoreCodePoints()259 static const uint8_t MINIMUM_ONE_BYTE_CHARACTER_VALUE; variable
21 const uint8_t ByteArrayUtils::MINIMUM_ONE_BYTE_CHARACTER_VALUE = 0x20; member in latinime::ByteArrayUtils