/external/chromium_org/third_party/icu/source/i18n/ |
cecal.cpp | 97 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
|
indiancal.cpp | 346 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
|
persncal.cpp | 375 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
|
hebrwcal.cpp | 668 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
|
islamcal.cpp | 454 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
|
calendar.cpp | [all...] |
gregocal.cpp | 698 double wallSec = internalGetTime()/1000 + (internalGet(UCAL_ZONE_OFFSET) + internalGet(UCAL_DST_OFFSET))/1000; [all...] |
chnsecal.cpp | 774 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
|
smpdtfmt.cpp | 929 int32_t offset = cal.get(UCAL_ZONE_OFFSET, status) + cal.get(UCAL_DST_OFFSET, status); [all...] |
/external/icu4c/i18n/ |
cecal.cpp | 97 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
|
persncal.cpp | 244 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
|
indiancal.cpp | 346 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
|
hebrwcal.cpp | 668 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
|
islamcal.cpp | 457 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
|
calendar.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 | 186 outcal->set(UCAL_DST_OFFSET, badDstOffset);
|
/external/icu4c/test/perf/normperf/ |
dtfmtrtperf.h | 186 outcal->set(UCAL_DST_OFFSET, badDstOffset);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucal.h | 364 UCAL_DST_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 | 96 FIELD_NAME_STR( LEN_UCAL, UCAL_DST_OFFSET ),
|
/external/icu4c/i18n/unicode/ |
ucal.h | 370 UCAL_DST_OFFSET, [all...] |
/external/icu4c/test/intltest/ |
callimts.cpp | 468 + " dst(hrs) " + cal.get(UCAL_DST_OFFSET, status)/(60.0*60.0*1000.0)
|
tzregts.cpp | 364 testCal->get(UCAL_DST_OFFSET, status); 478 cal->get(UCAL_DST_OFFSET, status); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzregts.cpp | 364 testCal->get(UCAL_DST_OFFSET, status); 478 cal->get(UCAL_DST_OFFSET, status); [all...] |
tzfmttst.cpp | 150 outcal->set(UCAL_DST_OFFSET, badDstOffset);
|