Searched refs:expandOffsetPattern (Results 1 – 4 of 4) sorted by relevance
796 …static UnicodeString& expandOffsetPattern(const UnicodeString& offsetHM, UnicodeString& result, UE…
423 …gmtOffsetPatterns[GMTOffsetPatternType.POSITIVE_HMS.ordinal()] = expandOffsetPattern(hourPatterns[… in TimeZoneFormat()426 …gmtOffsetPatterns[GMTOffsetPatternType.NEGATIVE_HMS.ordinal()] = expandOffsetPattern(hourPatterns[… in TimeZoneFormat()2049 private static String expandOffsetPattern(String offsetHM) {
460 …gmtOffsetPatterns[GMTOffsetPatternType.POSITIVE_HMS.ordinal()] = expandOffsetPattern(hourPatterns[… in TimeZoneFormat()463 …gmtOffsetPatterns[GMTOffsetPatternType.NEGATIVE_HMS.ordinal()] = expandOffsetPattern(hourPatterns[… in TimeZoneFormat()2119 private static String expandOffsetPattern(String offsetHM) {
384 …expandOffsetPattern(fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM], fGMTOffsetPatterns[UTZFMT_PAT_POSI… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()385 …expandOffsetPattern(fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HM], fGMTOffsetPatterns[UTZFMT_PAT_NEGA… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()2568 TimeZoneFormat::expandOffsetPattern(const UnicodeString& offsetHM, UnicodeString& result, UErrorCod… in expandOffsetPattern() function in TimeZoneFormat