Searched refs:TIMEZONE (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/samples/datefmt/ |
D | main.cpp | 57 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()
|
D | README.TXT | 67 also create different time zones from the TIMEZONE list.
|
/external/icu/icu4c/source/samples/datefmt/answers/ |
D | main_3.cpp | 55 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()
|
D | main_0.cpp | 52 static char* TIMEZONE[] = { in main() local 58 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]); in main()
|
D | main_1.cpp | 51 static char* TIMEZONE[] = { in main() local 57 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]); in main()
|
D | main_2.cpp | 55 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/ |
D | ExtractMessages.java | 307 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/ |
D | LenientDateParser.java | 86 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/ |
D | LDMLConstants.java | 246 public static final String TIMEZONE = "timezone"; field in LDMLConstants
|