HomeSort by relevance Sort by last modified time
    Searched refs:UTZFMT_STYLE_SPECIFIC_SHORT (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/intltest/
tzfmttst.cpp 708 {"GMT0", 0, "en_US", UTZFMT_STYLE_SPECIFIC_SHORT, false, "Etc/GMT", 3, UTZFMT_TIME_TYPE_UNKNOWN},
709 {"EST", 0, "en_US", UTZFMT_STYLE_SPECIFIC_SHORT, false, "America/New_York", 3, UTZFMT_TIME_TYPE_STANDARD},
710 {"ESTx", 0, "en_US", UTZFMT_STYLE_SPECIFIC_SHORT, false, "America/New_York", 3, UTZFMT_TIME_TYPE_STANDARD},
711 {"EDTx", 0, "en_US", UTZFMT_STYLE_SPECIFIC_SHORT, false, "America/New_York", 3, UTZFMT_TIME_TYPE_DAYLIGHT},
714 {"EST", 0, "en_CA", UTZFMT_STYLE_SPECIFIC_SHORT, false, "America/Toronto", 3, UTZFMT_TIME_TYPE_STANDARD},
    [all...]
  /external/icu4c/i18n/unicode/
tzfmt.h 55 UTZFMT_STYLE_SPECIFIC_SHORT,
    [all...]
  /external/icu4c/i18n/
tzfmt.cpp 41 0x0010, // UTZFMT_STYLE_SPECIFIC_SHORT,
654 case UTZFMT_STYLE_SPECIFIC_SHORT:
677 case UTZFMT_STYLE_SPECIFIC_SHORT:
804 (style == UTZFMT_STYLE_SPECIFIC_SHORT || style == UTZFMT_STYLE_GENERIC_SHORT);
912 case UTZFMT_STYLE_SPECIFIC_SHORT:
919 U_ASSERT(style == UTZFMT_STYLE_SPECIFIC_SHORT);
    [all...]
smpdtfmt.cpp     [all...]

Completed in 29 milliseconds