Searched refs:parseOffsetLocalizedGMTPattern (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 893 int32_t parseOffsetLocalizedGMTPattern(const UnicodeString& text, int32_t start,
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 1693 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/ |
D | TimeZoneFormat.java | 2208 offset = parseOffsetLocalizedGMTPattern(text, start, isShort, parsedLength); 2264 …private int parseOffsetLocalizedGMTPattern(String text, int start, boolean isShort, int[] parsedLe…
|