Home
last modified time | relevance | path

Searched refs:parseOffsetLocalizedGMTPattern (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h890 int32_t parseOffsetLocalizedGMTPattern(const UnicodeString& text, int32_t start,
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp1693 offset = parseOffsetLocalizedGMTPattern(text, start, isShort, parsedLength); in parseOffsetLocalizedGMT()
1701 offset = parseOffsetLocalizedGMTPattern(text, start, !isShort, parsedLength); in parseOffsetLocalizedGMT()
1745 TimeZoneFormat::parseOffsetLocalizedGMTPattern(const UnicodeString& text, int32_t start, UBool /*is… in parseOffsetLocalizedGMTPattern() function in TimeZoneFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java2207 offset = parseOffsetLocalizedGMTPattern(text, start, isShort, parsedLength);
2263 …private int parseOffsetLocalizedGMTPattern(String text, int start, boolean isShort, int[] parsedLe…
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java2137 offset = parseOffsetLocalizedGMTPattern(text, start, isShort, parsedLength);
2193 …private int parseOffsetLocalizedGMTPattern(String text, int start, boolean isShort, int[] parsedLe…