Home | History | Annotate | Download | only in i18n

Lines Matching refs:maxVal

1583 TimeZoneFormat::parseOffsetFieldWithLocalizedDigits(const UnicodeString& text, int32_t start, uint8_t minDigits, uint8_t maxDigits, uint16_t minVal, uint16_t maxVal, int32_t& parsedLen) const {
1597 if (tmpVal > maxVal) {
1605 // Note: maxVal is checked in the while loop