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