/external/chromium_org/third_party/icu/source/i18n/ |
chnsecal.cpp | 343 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day 373 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day 747 set(UCAL_JULIAN_DAY, jd-1); 756 set(UCAL_JULIAN_DAY, jd); 759 set(UCAL_JULIAN_DAY, jd);
|
reldtfmt.cpp | 463 int32_t dayDiff = cal.get(UCAL_JULIAN_DAY, status) - nowCal->get(UCAL_JULIAN_DAY, status);
|
calendar.cpp | [all...] |
udat.cpp | 66 UCAL_JULIAN_DAY, // UDAT_JULIAN_DAY_FIELD = 21
|
smpdtfmt.cpp | 881 /*gAZ*/ UCAL_JULIAN_DAY, UCAL_MILLISECONDS_IN_DAY, UCAL_ZONE_OFFSET, [all...] |
/external/icu4c/i18n/ |
chnsecal.cpp | 382 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day 412 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day 814 set(UCAL_JULIAN_DAY, jd-1); 823 set(UCAL_JULIAN_DAY, jd); 826 set(UCAL_JULIAN_DAY, jd); [all...] |
calendar.cpp | [all...] |
reldtfmt.cpp | 514 int32_t dayDiff = cal.get(UCAL_JULIAN_DAY, status) - nowCal->get(UCAL_JULIAN_DAY, status);
|
udat.cpp | 68 UCAL_JULIAN_DAY, // UDAT_JULIAN_DAY_FIELD = 21 [all...] |
smpdtfmt.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucal.h | 401 UCAL_JULIAN_DAY, [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
udbgutil.cpp | 100 FIELD_NAME_STR( LEN_UCAL, UCAL_JULIAN_DAY ),
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
astrotst.cpp | 389 logln("cal3[a]=%.1lf, d=%d\n", cal3->getTime(status), cal3->get(UCAL_JULIAN_DAY,status)); 398 logln("cal3=%.1lf, d=%d\n", cal3->getTime(status), cal3->get(UCAL_JULIAN_DAY,status));
|
caltest.cpp | 261 FIELD_NAME_STR( UCAL_JULIAN_DAY ); [all...] |
/external/icu4c/test/intltest/ |
astrotst.cpp | 389 logln("cal3[a]=%.1lf, d=%d\n", cal3->getTime(status), cal3->get(UCAL_JULIAN_DAY,status)); 398 logln("cal3=%.1lf, d=%d\n", cal3->getTime(status), cal3->get(UCAL_JULIAN_DAY,status));
|
caltest.cpp | 311 FIELD_NAME_STR( UCAL_JULIAN_DAY ); [all...] |
/external/icu4c/i18n/unicode/ |
ucal.h | 407 UCAL_JULIAN_DAY, [all...] |
/external/icu4c/tools/toolutil/ |
udbgutil.cpp | 105 FIELD_NAME_STR( LEN_UCAL, UCAL_JULIAN_DAY ),
|