Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h142 UTZFMT_STYLE_ZONE_ID, enumerator
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp674 case UTZFMT_STYLE_ZONE_ID: in format()
1056 case UTZFMT_STYLE_ZONE_ID: in parse()
1274 if (parsedPos < maxPos && (evaluated & STYLE_PARSE_FLAGS[UTZFMT_STYLE_ZONE_ID]) == 0) { in parse()
1287 if (parsedPos < maxPos && (evaluated & STYLE_PARSE_FLAGS[UTZFMT_STYLE_ZONE_ID]) == 0) { in parse()
Dsmpdtfmt.cpp1725 tzfmt->format(UTZFMT_STYLE_ZONE_ID, tz, date, zoneString); in subFormat()
3474 style = UTZFMT_STYLE_ZONE_ID; in subParse()
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp1070 UTZFMT_STYLE_ZONE_ID, in TestFormat()