Home
last modified time | relevance | path

Searched refs:targetMs (Results 1 – 5 of 5) 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.java3919 long targetMs = when.getTime(); in fieldDifference() local
3926 if (startMs < targetMs) { in fieldDifference()
3933 if (ms == targetMs) { in fieldDifference()
3935 } else if (ms > targetMs) { in fieldDifference()
3954 if (ms == targetMs) { in fieldDifference()
3956 } else if (ms > targetMs) { in fieldDifference()
3962 } else if (startMs > targetMs) { in fieldDifference()
3977 if (ms == targetMs) { in fieldDifference()
3979 } else if (ms < targetMs) { in fieldDifference()
3996 if (ms == targetMs) { in fieldDifference()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java4022 long targetMs = when.getTime(); in fieldDifference() local
4029 if (startMs < targetMs) { in fieldDifference()
4036 if (ms == targetMs) { in fieldDifference()
4038 } else if (ms > targetMs) { in fieldDifference()
4057 if (ms == targetMs) { in fieldDifference()
4059 } else if (ms > targetMs) { in fieldDifference()
4065 } else if (startMs > targetMs) { in fieldDifference()
4080 if (ms == targetMs) { in fieldDifference()
4082 } else if (ms < targetMs) { in fieldDifference()
4099 if (ms == targetMs) { in fieldDifference()
[all …]
/external/icu/icu4c/source/i18n/
Dcalendar.cpp2274 int32_t Calendar::fieldDifference(UDate targetMs, UCalendarDateFields field, UErrorCode& ec) { in fieldDifference() argument
2284 if (startMs < targetMs) { in fieldDifference()
2291 if (ms == targetMs) { in fieldDifference()
2293 } else if (ms > targetMs) { in fieldDifference()
2316 if (ms == targetMs) { in fieldDifference()
2318 } else if (ms > targetMs) { in fieldDifference()
2324 } else if (startMs > targetMs) { in fieldDifference()
2331 if (ms == targetMs) { in fieldDifference()
2333 } else if (ms < targetMs) { in fieldDifference()
2354 if (ms == targetMs) { in fieldDifference()
[all …]
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...