Home
last modified time | relevance | path

Searched refs:TIMEZONE (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/samples/datefmt/
Dmain.cpp57 static char* TIMEZONE[] = { in main() local
63 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]); in main()
84 cal->adoptTimeZone(createZone(TIMEZONE[j])); in main()
92 printf("Date (%s, %s): ", LANGUAGE[i], TIMEZONE[j]); in main()
DREADME.TXT67 also create different time zones from the TIMEZONE list.
/external/icu/icu4c/source/samples/datefmt/answers/
Dmain_3.cpp55 static char* TIMEZONE[] = { in main() local
61 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]); in main()
82 cal->adoptTimeZone(createZone(TIMEZONE[j])); in main()
90 printf("Date (%s, %s): ", LANGUAGE[i], TIMEZONE[j]); in main()
Dmain_0.cpp52 static char* TIMEZONE[] = { in main() local
58 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]); in main()
Dmain_1.cpp51 static char* TIMEZONE[] = { in main() local
57 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]); in main()
Dmain_2.cpp55 static char* TIMEZONE[] = { in main() local
61 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]); in main()
/external/cldr/tools/java/org/unicode/cldr/tool/
DExtractMessages.java307 LANGUAGE, REGION, CURRENCY, MONTH, MONTHSHORT, DAY, DAYSHORT, TIMEZONE enumConstant
321 new DataHandler(Type.TIMEZONE, ".*is a display name for a timezone.*"),
364 case TIMEZONE: in reset()
541 case TIMEZONE: in DataHandler()
639 if (result == null && type == Type.TIMEZONE) { in getCldrValue()
674 case TIMEZONE: in getPath()
/external/cldr/tools/java/org/unicode/cldr/util/
DLenientDateParser.java86 Type.TIMEZONE);
134 case TIMEZONE: in addToken()
346 case TIMEZONE: in parse()
453 … ERA, YEAR, MONTH, WEEKDAY, DAY, HOUR, MINUTE, SECOND, AMPM, TIMEZONE, INTEGER, SEPARATOR, UNKNOWN; enumConstant
495 return Type.TIMEZONE; in getType()
554 …return "{" + getType() + ":" + value + (getType() == Type.TIMEZONE ? "/" + ZONE_INT_MAP.get(value)… in toString()
789 loadItem(map, formatted, ZONE_VALUE_MAP.get(bestValue), Type.TIMEZONE);
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java246 public static final String TIMEZONE = "timezone"; field in LDMLConstants