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

/external/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h890 int32_t parseOffsetLocalizedGMTPattern(const UnicodeString& text, int32_t start,
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp1693 offset = parseOffsetLocalizedGMTPattern(text, start, isShort, parsedLength);
1695 // For now, parseOffsetLocalizedGMTPattern handles both long and short
1701 offset = parseOffsetLocalizedGMTPattern(text, start, !isShort, parsedLength);
1745 TimeZoneFormat::parseOffsetLocalizedGMTPattern(const UnicodeString& text, int32_t start, UBool /*isShort*/, int32_t& parsedLen) const {
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneFormat.java2137 offset = parseOffsetLocalizedGMTPattern(text, start, isShort, parsedLength);
2139 // For now, parseOffsetLocalizedGMTPattern handles both long and short
2144 // offset = parseOffsetLocalizedGMTPattern(text, start, !isShort, parsedLength);
2193 private int parseOffsetLocalizedGMTPattern(String text, int start, boolean isShort, int[] parsedLen) { method in class:TimeZoneFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java2207 offset = parseOffsetLocalizedGMTPattern(text, start, isShort, parsedLength);
2209 // For now, parseOffsetLocalizedGMTPattern handles both long and short
2214 // offset = parseOffsetLocalizedGMTPattern(text, start, !isShort, parsedLength);
2263 private int parseOffsetLocalizedGMTPattern(String text, int start, boolean isShort, int[] parsedLen) { method in class:TimeZoneFormat

Completed in 64 milliseconds