Searched refs:parseSingleLocalizedDigit (Results 1 – 2 of 2) sorted by relevance
750 int32_t parseSingleLocalizedDigit(const UnicodeString& text, int32_t start, int32_t& len) const;
1415 digits[i] = parseSingleLocalizedDigit(text, idx, len); in parseAbuttingOffsetFields()1592 int32_t digit = parseSingleLocalizedDigit(text, idx, digitLen); in parseOffsetFieldWithLocalizedDigits()1617 TimeZoneFormat::parseSingleLocalizedDigit(const UnicodeString& text, int32_t start, int32_t& len) c… in parseSingleLocalizedDigit() function in TimeZoneFormat