Searched refs:expandOffsetPattern (Results 1 – 4 of 4) sorted by relevance
796 …static UnicodeString& expandOffsetPattern(const UnicodeString& offsetHM, UnicodeString& result, UE…
422 …gmtOffsetPatterns[GMTOffsetPatternType.POSITIVE_HMS.ordinal()] = expandOffsetPattern(hourPatterns[… in TimeZoneFormat()425 …gmtOffsetPatterns[GMTOffsetPatternType.NEGATIVE_HMS.ordinal()] = expandOffsetPattern(hourPatterns[… in TimeZoneFormat()2048 private static String expandOffsetPattern(String offsetHM) {
459 …gmtOffsetPatterns[GMTOffsetPatternType.POSITIVE_HMS.ordinal()] = expandOffsetPattern(hourPatterns[… in TimeZoneFormat()462 …gmtOffsetPatterns[GMTOffsetPatternType.NEGATIVE_HMS.ordinal()] = expandOffsetPattern(hourPatterns[… in TimeZoneFormat()2118 private static String expandOffsetPattern(String offsetHM) {
380 …expandOffsetPattern(fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM], fGMTOffsetPatterns[UTZFMT_PAT_POSI… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()381 …expandOffsetPattern(fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HM], fGMTOffsetPatterns[UTZFMT_PAT_NEGA… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()2541 TimeZoneFormat::expandOffsetPattern(const UnicodeString& offsetHM, UnicodeString& result, UErrorCod… in expandOffsetPattern() function in TimeZoneFormat