HomeSort by relevance Sort by last modified time
    Searched refs:UCAL_DST_OFFSET (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium/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...]
zstrfmt.cpp     [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);
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...]
zstrfmt.cpp     [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ucal.h 363 UCAL_DST_OFFSET,
940 * UCAL_MILLISECOND, UCAL_ZONE_OFFSET, UCAL_DST_OFFSET.
961 * UCAL_MILLISECOND, UCAL_ZONE_OFFSET, UCAL_DST_OFFSET.
982 * UCAL_MILLISECOND, UCAL_ZONE_OFFSET, UCAL_DST_OFFSET
    [all...]
  /external/chromium/third_party/icu/source/tools/ctestfw/
udbgutil.cpp 96 FIELD_NAME_STR( LEN_UCAL, UCAL_DST_OFFSET ),
  /external/icu4c/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/icu4c/tools/ctestfw/
udbgutil.cpp 96 FIELD_NAME_STR( LEN_UCAL, UCAL_DST_OFFSET ),
  /external/chromium/third_party/icu/source/test/intltest/
tzfmttst.cpp 149 outcal->set(UCAL_DST_OFFSET, badDstOffset);
tzregts.cpp 364 testCal->get(UCAL_DST_OFFSET, status);
479 cal->get(UCAL_DST_OFFSET, status);
    [all...]
  /external/icu4c/test/intltest/
tzregts.cpp 364 testCal->get(UCAL_DST_OFFSET, status);
478 cal->get(UCAL_DST_OFFSET, status);
    [all...]

Completed in 312 milliseconds

1 2