Searched defs:tzFormat (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp1465 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString);
1469 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString);
1476 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString);
1479 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString);
1482 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
1488 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString);
1492 tzFormat()->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString);
1499 tzFormat()->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString);
1502 tzFormat()->format(UTZFMT_STYLE_ZONE_ID, tz, date, zoneString);
1505 tzFormat()
3531 SimpleDateFormat::tzFormat() const { function in class:SimpleDateFormat
[all...]
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1492 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString);
1496 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString);
1503 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString);
1506 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString);
1509 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
1515 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString);
1519 tzFormat()->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString);
1526 tzFormat()->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString);
1529 tzFormat()->format(UTZFMT_STYLE_ZONE_ID, tz, date, zoneString);
1532 tzFormat()
3576 SimpleDateFormat::tzFormat() const { function in class:SimpleDateFormat
[all...]

Completed in 118 milliseconds