/external/icu/icu4c/source/i18n/ |
udat.cpp | 64 UCAL_ZONE_OFFSET, // UDAT_TIMEZONE_FIELD = 17 70 UCAL_ZONE_OFFSET, // UDAT_TIMEZONE_RFC_FIELD = 23 (also UCAL_DST_OFFSET) 71 UCAL_ZONE_OFFSET, // UDAT_TIMEZONE_GENERIC_FIELD = 24 (also UCAL_DST_OFFSET) 76 UCAL_ZONE_OFFSET, // UDAT_TIMEZONE_SPECIAL_FIELD = 29 (also UCAL_DST_OFFSET) 78 UCAL_ZONE_OFFSET, // UDAT_TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD = 31 (also UCAL_DST_OFFSET) 79 UCAL_ZONE_OFFSET, // UDAT_TIMEZONE_ISO_FIELD = 32 (also UCAL_DST_OFFSET) 80 UCAL_ZONE_OFFSET, // UDAT_TIMEZONE_ISO_LOCAL_FIELD = 33 (also UCAL_DST_OFFSET) [all...] |
calendar.cpp | 498 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2)); 520 fprintf(stderr, "New default calendar has tz=%d\n", ((Calendar*)nc)->get(UCAL_ZONE_OFFSET, status2)); [all...] |
smpdtfmt.cpp | [all...] |
gregocal.cpp | 698 double wallSec = internalGetTime()/1000 + (internalGet(UCAL_ZONE_OFFSET) + internalGet(UCAL_DST_OFFSET))/1000; [all...] |
/external/chromium_org/third_party/icu/source/test/perf/normperf/ |
dtfmtrtperf.h | 187 outcal->set(UCAL_ZONE_OFFSET, badZoneOffset);
|
/external/icu/icu4c/source/test/perf/normperf/ |
dtfmtrtperf.h | 187 outcal->set(UCAL_ZONE_OFFSET, badZoneOffset);
|
/external/chromium_org/third_party/icu/source/i18n/ |
udat.cpp | 62 UCAL_ZONE_OFFSET, // UDAT_TIMEZONE_FIELD = 17 68 UCAL_ZONE_OFFSET, // UDAT_TIMEZONE_RFC_FIELD = 23 70 UCAL_ZONE_OFFSET, // UDAT_TIMEZONE_GENERIC_FIELD = 24 75 UCAL_ZONE_OFFSET, // UDAT_TIMEZONE_SPECIAL_FIELD = 29
|
smpdtfmt.cpp | 879 /*hKz*/ UCAL_HOUR, UCAL_HOUR, UCAL_ZONE_OFFSET, 881 /*gAZ*/ UCAL_JULIAN_DAY, UCAL_MILLISECONDS_IN_DAY, UCAL_ZONE_OFFSET, 882 /*v*/ UCAL_ZONE_OFFSET, 887 /*V*/ UCAL_ZONE_OFFSET, 929 int32_t offset = cal.get(UCAL_ZONE_OFFSET, status) + cal.get(UCAL_DST_OFFSET, status); [all...] |
calendar.cpp | 453 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2)); 475 fprintf(stderr, "New default calendar has tz=%d\n", ((Calendar*)nc)->get(UCAL_ZONE_OFFSET, status2)); [all...] |
gregocal.cpp | 698 double wallSec = internalGetTime()/1000 + (internalGet(UCAL_ZONE_OFFSET) + internalGet(UCAL_DST_OFFSET))/1000; [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucal.h | 357 UCAL_ZONE_OFFSET, 960 * UCAL_MILLISECOND, UCAL_ZONE_OFFSET, UCAL_DST_OFFSET. 981 * UCAL_MILLISECOND, UCAL_ZONE_OFFSET, UCAL_DST_OFFSET. [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
udbgutil.cpp | 95 FIELD_NAME_STR( LEN_UCAL, UCAL_ZONE_OFFSET ),
|
/external/icu/icu4c/source/i18n/unicode/ |
ucal.h | 363 UCAL_ZONE_OFFSET, [all...] |
/external/icu/icu4c/source/test/intltest/ |
callimts.cpp | 468 + " zone(hrs) " + cal.get(UCAL_ZONE_OFFSET, status)/(60.0*60.0*1000.0)
|
incaltst.cpp | 161 int32_t tz1 = cal.get(UCAL_ZONE_OFFSET,status); 162 int32_t tz2 = grego -> get (UCAL_ZONE_OFFSET, status); [all...] |
caltest.cpp | 346 FIELD_NAME_STR( UCAL_ZONE_OFFSET ); [all...] |
tzfmttst.cpp | 199 outcal->set(UCAL_ZONE_OFFSET, badZoneOffset); [all...] |
dtfmrgts.cpp | 964 logln(UnicodeString("") + gc->get(UCAL_ZONE_OFFSET, status)); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
incaltst.cpp | 164 int32_t tz1 = cal.get(UCAL_ZONE_OFFSET,status); 165 int32_t tz2 = grego -> get (UCAL_ZONE_OFFSET, status);
|
caltest.cpp | 256 FIELD_NAME_STR( UCAL_ZONE_OFFSET ); [all...] |
tzfmttst.cpp | 151 outcal->set(UCAL_ZONE_OFFSET, badZoneOffset);
|