Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h892 int32_t parseOffsetLocalizedGMTPattern(const UnicodeString& text, int32_t start,
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp1699 offset = parseOffsetLocalizedGMTPattern(text, start, isShort, parsedLength); in parseOffsetLocalizedGMT()
1707 offset = parseOffsetLocalizedGMTPattern(text, start, !isShort, parsedLength); in parseOffsetLocalizedGMT()
1751 TimeZoneFormat::parseOffsetLocalizedGMTPattern(const UnicodeString& text, int32_t start, UBool /*is… in parseOffsetLocalizedGMTPattern() function in TimeZoneFormat
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java2141 offset = parseOffsetLocalizedGMTPattern(text, start, isShort, parsedLength);
2197 …private int parseOffsetLocalizedGMTPattern(String text, int start, boolean isShort, int[] parsedLe…
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java2211 offset = parseOffsetLocalizedGMTPattern(text, start, isShort, parsedLength);
2267 …private int parseOffsetLocalizedGMTPattern(String text, int start, boolean isShort, int[] parsedLe…