Home
last modified time | relevance | path

Searched refs:parseOffsetShortLocalizedGMT (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h583 int32_t parseOffsetShortLocalizedGMT(const UnicodeString& text, ParsePosition& pos) const;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1050 public int parseOffsetShortLocalizedGMT(String text, ParsePosition pos) { in parseOffsetShortLocalizedGMT() method in TimeZoneFormat
1140 offset = parseOffsetShortLocalizedGMT(text, tmpPos); in parse()
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp883 offset = parseOffsetShortLocalizedGMT(text, tmpPos); in parse()
1472 TimeZoneFormat::parseOffsetShortLocalizedGMT(const UnicodeString& text, ParsePosition& pos) const { in parseOffsetShortLocalizedGMT() function in TimeZoneFormat