Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dcalendar.cpp1930 int32_t Calendar::fieldDifference(UDate targetMs, UCalendarDateFields field, UErrorCode& ec) { in fieldDifference() argument
1940 if (startMs < targetMs) { in fieldDifference()
1947 if (ms == targetMs) { in fieldDifference()
1949 } else if (ms > targetMs) { in fieldDifference()
1970 if (ms == targetMs) { in fieldDifference()
1972 } else if (ms > targetMs) { in fieldDifference()
1978 } else if (startMs > targetMs) { in fieldDifference()
1985 if (ms == targetMs) { in fieldDifference()
1987 } else if (ms < targetMs) { in fieldDifference()
2008 if (ms == targetMs) { in fieldDifference()
[all …]