Home
last modified time | relevance | path

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

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DCalendar.java1924 long targetMs = when.getTime(); in fieldDifference() local
1931 if (startMs < targetMs) { in fieldDifference()
1938 if (ms == targetMs) { in fieldDifference()
1940 } else if (ms > targetMs) { in fieldDifference()
1956 if (ms == targetMs) { in fieldDifference()
1958 } else if (ms > targetMs) { in fieldDifference()
1964 } else if (startMs > targetMs) { in fieldDifference()
1979 if (ms == targetMs) { in fieldDifference()
1981 } else if (ms < targetMs) { in fieldDifference()
1997 if (ms == targetMs) { in fieldDifference()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java3942 long targetMs = when.getTime(); in fieldDifference() local
3949 if (startMs < targetMs) { in fieldDifference()
3956 if (ms == targetMs) { in fieldDifference()
3958 } else if (ms > targetMs) { in fieldDifference()
3977 if (ms == targetMs) { in fieldDifference()
3979 } else if (ms > targetMs) { in fieldDifference()
3985 } else if (startMs > targetMs) { in fieldDifference()
4000 if (ms == targetMs) { in fieldDifference()
4002 } else if (ms < targetMs) { in fieldDifference()
4019 if (ms == targetMs) { in fieldDifference()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java4046 long targetMs = when.getTime(); in fieldDifference() local
4053 if (startMs < targetMs) { in fieldDifference()
4060 if (ms == targetMs) { in fieldDifference()
4062 } else if (ms > targetMs) { in fieldDifference()
4081 if (ms == targetMs) { in fieldDifference()
4083 } else if (ms > targetMs) { in fieldDifference()
4089 } else if (startMs > targetMs) { in fieldDifference()
4104 if (ms == targetMs) { in fieldDifference()
4106 } else if (ms < targetMs) { in fieldDifference()
4123 if (ms == targetMs) { in fieldDifference()
[all …]
/external/icu/icu4c/source/i18n/
Dcalendar.cpp2263 int32_t Calendar::fieldDifference(UDate targetMs, UCalendarDateFields field, UErrorCode& ec) { in fieldDifference() argument
2273 if (startMs < targetMs) { in fieldDifference()
2280 if (ms == targetMs) { in fieldDifference()
2282 } else if (ms > targetMs) { in fieldDifference()
2305 if (ms == targetMs) { in fieldDifference()
2307 } else if (ms > targetMs) { in fieldDifference()
2313 } else if (startMs > targetMs) { in fieldDifference()
2320 if (ms == targetMs) { in fieldDifference()
2322 } else if (ms < targetMs) { in fieldDifference()
2343 if (ms == targetMs) { in fieldDifference()
[all …]