Searched refs:textMaxValue (Results 1 – 1 of 1) sorted by relevance
312 const uint8_t textMaxValue = 127; in DecodeCharsetField() local317 if (((oneByte > textMinValue) && (oneByte < textMaxValue)) || (oneByte == 0)) { in DecodeCharsetField()