Home
last modified time | relevance | path

Searched refs:parseGMTDefault (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
Dsmpdtfmt.h803 int32_t parseGMTDefault(const UnicodeString &text, ParsePosition &pos) const;
/external/icu4c/i18n/
Dsmpdtfmt.cpp721 return parseGMTDefault(text, pos); in parseGMT()
750 SimpleDateFormat::parseGMTDefault(const UnicodeString &text, ParsePosition &pos) const { in parseGMTDefault() function in SimpleDateFormat