Searched refs:TIMEZONE (Results 1 – 15 of 15) sorted by relevance
/third_party/icu/icu4c/source/samples/datefmt/ |
D | main.cpp | 57 static const 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.
|
/third_party/skia/third_party/externals/icu/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_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_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_2.cpp | 55 static char* TIMEZONE[] = { in main() local 61 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]); in main()
|
/third_party/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_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_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_2.cpp | 55 static char* TIMEZONE[] = { in main() local 61 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/datefmt/ |
D | main.cpp | 57 static const 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.
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
D | MetadataTableSchema.java | 134 public static final Column<Timezones> TIMEZONE = RangesTableSchema.TIMEZONE; field in MetadataTableSchema 158 .add(TIMEZONE)
|
D | RangesTableSchema.java | 208 public static final Column<Timezones> TIMEZONE = Timezones.column("Timezone"); field in RangesTableSchema 246 .add(TIMEZONE) 268 .add(TIMEZONE)
|
/third_party/tzdata/ |
D | NEWS | 3990 tz-link.htm now mentions TC TIMEZONE's draft time zone service protocol
|