/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccaltst.c | 562 d1=ucal_getMillis(caldef, &status); in TestGetSetDateAPI() 575 d1=ucal_getMillis(caldef, &status); in TestGetSetDateAPI() 680 if(d2==ucal_getMillis(caldef2, &status)) in TestGetSetDateAPI() 697 if(ucal_getMillis(caldef2, &status)) in TestGetSetDateAPI() 724 d1=ucal_getMillis(caldef, &status); in TestGetSetDateAPI() 755 d1=ucal_getMillis(caldef, &status); in TestGetSetDateAPI() 855 d1 = ucal_getMillis(cal, &status); in TestFieldGetSet() 881 d1 = ucal_getMillis(cal,&status); in TestFieldGetSet() 903 d1 = ucal_getMillis(cal,&status); in TestFieldGetSet() 1277 date1=ucal_getMillis(ca in TestDOWProgression() [all...] |
H A D | cdtdptst.c | 266 june=ucal_getMillis(cal, &status); in TestCzechMonths459() 268 july=ucal_getMillis(cal, &status); in TestCzechMonths459() 341 currentTime_1 = ucal_getMillis(cal, &status); in TestQuotePattern161()
|
H A D | cdtrgtst.c | 154 d[0]=ucal_getMillis(cal, &status); in Test4056591() 159 d[1]=ucal_getMillis(cal, &status); in Test4056591() 161 d[2]=ucal_getMillis(cal, &status); in Test4056591() 163 d[3]=ucal_getMillis(cal, &status); in Test4056591()
|
H A D | cmsgtst.c | 408 d1=ucal_getMillis(cal, &status); in TestNewFormatAndParseAPI() 510 d1=ucal_getMillis(cal, &status); in TestSampleFormatAndParseWithError() 609 d1=ucal_getMillis(cal, &status); in TestSampleFormatAndParse()
|
H A D | cdattst.c | 449 today = ucal_getMillis(ucal, &status); in TestRelativeDateFormat() 954 when = ucal_getMillis(cal, &ec); in TestDateFormatCalendar() 956 log_err("FAIL: ucal_getMillis() failed with %s\n", u_errorName(ec)); in TestDateFormatCalendar() 1022 udat_set2DigitYearStart(simpleDateFormat, ucal_getMillis(tempCal, &ec), &ec); in TestCalendarDateParse() 1603 yesterday = ucal_getMillis(ucal, &status); in TestContext()
|
H A D | utmstest.c | 472 icuDate = ucal_getMillis(cal, &errorCode); in TestDotNet() 475 log_err("utmscale_toInt64(ticks[%d], ICU4C)=%dd != %dd=ucal_getMillis(%04d-%02d-%02d)\n", in TestDotNet()
|
/third_party/icu/icu4c/source/samples/cal/ |
H A D | cal.c | 446 udat_format(dfmt, ucal_getMillis(c, status), s, BUF_SIZE, 0, status); in print_month() 569 udat_format(dfmt, ucal_getMillis(left_cal, status), s, BUF_SIZE, 0, status); in print_year() 596 ucal_setMillis(right_cal, ucal_getMillis(left_cal, status), status); in print_year()
|
/third_party/skia/third_party/externals/icu/source/samples/cal/ |
H A D | cal.c | 446 udat_format(dfmt, ucal_getMillis(c, status), s, BUF_SIZE, 0, status); in print_month() 569 udat_format(dfmt, ucal_getMillis(left_cal, status), s, BUF_SIZE, 0, status); in print_year() 596 ucal_setMillis(right_cal, ucal_getMillis(left_cal, status), status); in print_year()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | ucal.h | 1089 ucal_getMillis(const UCalendar* cal, 1098 * @see ucal_getMillis 1117 * @see ucal_getMillis 1141 * @see ucal_getMillis
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | ucal.h | 1056 ucal_getMillis(const UCalendar* cal, 1065 * @see ucal_getMillis 1084 * @see ucal_getMillis 1108 * @see ucal_getMillis
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | ucal.h | 1056 ucal_getMillis(const UCalendar* cal, 1065 * @see ucal_getMillis 1084 * @see ucal_getMillis 1108 * @see ucal_getMillis
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 410 ucal_getMillis( const UCalendar* cal, in ucal_getMillis() function
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 411 ucal_getMillis( const UCalendar* cal, in ucal_getMillis() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 410 ucal_getMillis( const UCalendar* cal, in ucal_getMillis() function
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 182 #undef ucal_getMillis macro 1072 UDate ucal_getMillis(const UCalendar *cal, UErrorCode *status) in ucal_getMillis() function 1074 return U_ICU_ENTRY_POINT_RENAME(ucal_getMillis)(cal, status); in ucal_getMillis()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 538 #define ucal_getMillis U_ICU_ENTRY_POINT_RENAME(ucal_getMillis) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 537 #define ucal_getMillis U_ICU_ENTRY_POINT_RENAME(ucal_getMillis) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 532 #define ucal_getMillis U_ICU_ENTRY_POINT_RENAME(ucal_getMillis) macro
|