Home
last modified time | relevance | path

Searched refs:targetMs (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java3959 long targetMs = when.getTime(); in fieldDifference() local
3966 if (startMs < targetMs) { in fieldDifference()
3973 if (ms == targetMs) { in fieldDifference()
3975 } else if (ms > targetMs) { in fieldDifference()
3994 if (ms == targetMs) { in fieldDifference()
3996 } else if (ms > targetMs) { in fieldDifference()
4002 } else if (startMs > targetMs) { in fieldDifference()
4017 if (ms == targetMs) { in fieldDifference()
4019 } else if (ms < targetMs) { in fieldDifference()
4036 if (ms == targetMs) { in fieldDifference()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java4062 long targetMs = when.getTime(); in fieldDifference() local
4069 if (startMs < targetMs) { in fieldDifference()
4076 if (ms == targetMs) { in fieldDifference()
4078 } else if (ms > targetMs) { in fieldDifference()
4097 if (ms == targetMs) { in fieldDifference()
4099 } else if (ms > targetMs) { in fieldDifference()
4105 } else if (startMs > targetMs) { in fieldDifference()
4120 if (ms == targetMs) { in fieldDifference()
4122 } else if (ms < targetMs) { in fieldDifference()
4139 if (ms == targetMs) { in fieldDifference()
[all …]
/external/icu/icu4c/source/i18n/
Dcalendar.cpp2290 int32_t Calendar::fieldDifference(UDate targetMs, UCalendarDateFields field, UErrorCode& ec) { in fieldDifference() argument
2300 if (startMs < targetMs) { in fieldDifference()
2307 if (ms == targetMs) { in fieldDifference()
2309 } else if (ms > targetMs) { in fieldDifference()
2332 if (ms == targetMs) { in fieldDifference()
2334 } else if (ms > targetMs) { in fieldDifference()
2340 } else if (startMs > targetMs) { in fieldDifference()
2347 if (ms == targetMs) { in fieldDifference()
2349 } else if (ms < targetMs) { in fieldDifference()
2370 if (ms == targetMs) { in fieldDifference()
[all …]
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...