/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | DateInterval.java | 25 private final long toDate; field in DateInterval 35 toDate = to; in DateInterval() 53 return toDate; in getToDate() 62 return fromDate == di.fromDate && toDate == di.toDate; in equals() 71 return (int)(fromDate + toDate); in hashCode() 78 return String.valueOf(fromDate) + " " + String.valueOf(toDate); in toString()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | DateInterval.java | 25 private final long toDate; field in DateInterval 36 toDate = to; in DateInterval() 56 return toDate; in getToDate() 66 return fromDate == di.fromDate && toDate == di.toDate; in equals() 76 return (int)(fromDate + toDate); in hashCode() 84 return String.valueOf(fromDate) + " " + String.valueOf(toDate); in toString()
|
/third_party/node/deps/icu-small/source/common/ |
D | dtintrv.cpp | 27 toDate(to) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 44 toDate = other.toDate; in operator =() 58 return ( fromDate == other.fromDate && toDate == other.toDate ); in operator ==()
|
D | ucurr.cpp | 2113 UDate toDate = U_DATE_MAX; in ucurr_createCurrencyList() local 2122 toDate = (UDate)currDate64; in ucurr_createCurrencyList() 2131 entry->to = toDate; in ucurr_createCurrencyList() 2326 UDate toDate = (UDate)currDate64; in ucurr_countCurrencies() local 2328 if ((fromDate <= date) && (date < toDate)) in ucurr_countCurrencies() 2449 UDate toDate = (UDate)currDate64; in ucurr_forLocaleAndDate() local 2451 if ((fromDate <= date) && (date < toDate)) in ucurr_forLocaleAndDate()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | dtintrv.cpp | 27 toDate(to) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 44 toDate = other.toDate; in operator =() 58 return ( fromDate == other.fromDate && toDate == other.toDate ); in operator ==()
|
D | ucurr.cpp | 2112 UDate toDate = U_DATE_MAX; in ucurr_createCurrencyList() local 2121 toDate = (UDate)currDate64; in ucurr_createCurrencyList() 2130 entry->to = toDate; in ucurr_createCurrencyList() 2325 UDate toDate = (UDate)currDate64; in ucurr_countCurrencies() local 2327 if ((fromDate <= date) && (date < toDate)) in ucurr_countCurrencies() 2448 UDate toDate = (UDate)currDate64; in ucurr_forLocaleAndDate() local 2450 if ((fromDate <= date) && (date < toDate)) in ucurr_forLocaleAndDate()
|
/third_party/icu/icu4c/source/common/ |
D | dtintrv.cpp | 27 toDate(to) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 44 toDate = other.toDate; in operator =() 58 return ( fromDate == other.fromDate && toDate == other.toDate ); in operator ==()
|
D | ucurr.cpp | 2112 UDate toDate = U_DATE_MAX; in ucurr_createCurrencyList() local 2121 toDate = (UDate)currDate64; in ucurr_createCurrencyList() 2130 entry->to = toDate; in ucurr_createCurrencyList() 2325 UDate toDate = (UDate)currDate64; in ucurr_countCurrencies() local 2327 if ((fromDate <= date) && (date < toDate)) in ucurr_countCurrencies() 2448 UDate toDate = (UDate)currDate64; in ucurr_forLocaleAndDate() local 2450 if ((fromDate <= date) && (date < toDate)) in ucurr_forLocaleAndDate()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | dtintrv.cpp | 27 toDate(to) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 44 toDate = other.toDate; in operator =() 58 return ( fromDate == other.fromDate && toDate == other.toDate ); in operator ==()
|
D | ucurr.cpp | 2140 UDate toDate = U_DATE_MAX; in ucurr_createCurrencyList() local 2149 toDate = (UDate)currDate64; in ucurr_createCurrencyList() 2158 entry->to = toDate; in ucurr_createCurrencyList() 2354 UDate toDate = (UDate)currDate64; in ucurr_countCurrencies() local 2356 if ((fromDate <= date) && (date < toDate)) in ucurr_countCurrencies() 2478 UDate toDate = (UDate)currDate64; in ucurr_forLocaleAndDate() local 2480 if ((fromDate <= date) && (date < toDate)) in ucurr_forLocaleAndDate()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | dtintrv.h | 45 DateInterval(UDate fromDate, UDate toDate); 137 UDate toDate; variable 150 return toDate; in getToDate()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | dtintrv.h | 45 DateInterval(UDate fromDate, UDate toDate); 137 UDate toDate; variable 150 return toDate; in getToDate()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | dtintrv.h | 43 DateInterval(UDate fromDate, UDate toDate); 135 UDate toDate; variable 148 return toDate; in getToDate()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | dtintrv.h | 45 DateInterval(UDate fromDate, UDate toDate); 137 UDate toDate; variable 150 return toDate; in getToDate()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | udateintervalformat.cpp | 82 UDate toDate, in udtitvfmt_format() argument 106 DateInterval interval = DateInterval(fromDate,toDate); in udtitvfmt_format() 124 UDate toDate, in udtitvfmt_formatToResult() argument 131 DateInterval interval = DateInterval(fromDate,toDate); in udtitvfmt_formatToResult()
|
/third_party/icu/icu4c/source/i18n/ |
D | udateintervalformat.cpp | 82 UDate toDate, in udtitvfmt_format() argument 106 DateInterval interval = DateInterval(fromDate,toDate); in udtitvfmt_format() 124 UDate toDate, in udtitvfmt_formatToResult() argument 131 DateInterval interval = DateInterval(fromDate,toDate); in udtitvfmt_formatToResult()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | udateintervalformat.cpp | 82 UDate toDate, in udtitvfmt_format() argument 106 DateInterval interval = DateInterval(fromDate,toDate); in udtitvfmt_format() 124 UDate toDate, in udtitvfmt_formatToResult() argument 131 DateInterval interval = DateInterval(fromDate,toDate); in udtitvfmt_formatToResult()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 179 long toDate = 0; in testOps() local 226 toDate = Long.parseLong(to.substring(kMILLIS.length())); in testOps() 284 if(toCalendar.getTimeInMillis()==toDate) { in testOps() 285 logln(caseString + " SUCCESS: got=expected="+toDate); in testOps() 295 toDate); in testOps() 299 toDate); in testOps()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 182 long toDate = 0; in testOps() local 229 toDate = Long.parseLong(to.substring(kMILLIS.length())); in testOps() 287 if(toCalendar.getTimeInMillis()==toDate) { in testOps() 288 logln(caseString + " SUCCESS: got=expected="+toDate); in testOps() 298 toDate); in testOps() 302 toDate); in testOps()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | udateintervalformat.h | 248 UDate toDate, 275 UDate toDate,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | udateintervalformat.h | 248 UDate toDate, 275 UDate toDate,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | udateintervalformat.h | 248 UDate toDate, 275 UDate toDate,
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | udateintervalformat.cpp | 70 UDate toDate, in udtitvfmt_format() argument 94 DateInterval interval = DateInterval(fromDate,toDate); in udtitvfmt_format()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dadrcal.cpp | 79 UDate toDate = 0; in testOps() local 191 toDate = udbg_stod(millis); in testOps() 265 if(!(toCalendar->getTime(status)==toDate) || U_FAILURE(status)){ in testOps() 269 logln(caseString + " SUCCESS: got=expected="+toDate); in testOps()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | udateintervalformat.h | 178 UDate toDate,
|