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

  /external/chromium/third_party/icu/public/i18n/unicode/
ucal.h 356 UCAL_ZONE_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 95 FIELD_NAME_STR( LEN_UCAL, UCAL_ZONE_OFFSET ),
  /external/icu4c/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 877 /*hKz*/ UCAL_HOUR, UCAL_HOUR, UCAL_ZONE_OFFSET,
879 /*gAZ*/ UCAL_JULIAN_DAY, UCAL_MILLISECONDS_IN_DAY, UCAL_ZONE_OFFSET,
880 /*v*/ UCAL_ZONE_OFFSET,
885 /*V*/ UCAL_ZONE_OFFSET,
927 int32_t offset = cal.get(UCAL_ZONE_OFFSET, status) + cal.get(UCAL_DST_OFFSET, status);
    [all...]
calendar.cpp 450 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2));
472 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...]
zstrfmt.cpp     [all...]
  /external/icu4c/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/icu4c/tools/ctestfw/
udbgutil.cpp 95 FIELD_NAME_STR( LEN_UCAL, UCAL_ZONE_OFFSET ),
  /external/chromium/third_party/icu/source/i18n/
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 450 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2));
472 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...]
zstrfmt.cpp     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tzfmttst.cpp 150 outcal->set(UCAL_ZONE_OFFSET, badZoneOffset);
incaltst.cpp 162 int32_t tz1 = cal.get(UCAL_ZONE_OFFSET,status);
163 int32_t tz2 = grego -> get (UCAL_ZONE_OFFSET, status);
caltest.cpp 248 FIELD_NAME_STR( UCAL_ZONE_OFFSET );
    [all...]
dtfmrgts.cpp 957 logln(UnicodeString("") + gc->get(UCAL_ZONE_OFFSET, status));
    [all...]
dtfmttst.cpp 133 offset = cal->get(UCAL_ZONE_OFFSET, status) + cal->get(UCAL_DST_OFFSET, status);
    [all...]
  /external/icu4c/test/intltest/
incaltst.cpp 162 int32_t tz1 = cal.get(UCAL_ZONE_OFFSET,status);
163 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);
dtfmrgts.cpp 957 logln(UnicodeString("") + gc->get(UCAL_ZONE_OFFSET, status));
    [all...]
dtfmttst.cpp 133 offset = cal->get(UCAL_ZONE_OFFSET, status) + cal->get(UCAL_DST_OFFSET, status);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c 532 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status);
549 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status);
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 537 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status);
554 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status);
    [all...]

Completed in 218 milliseconds