Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dcalendar.cpp1786 int32_t Calendar::fieldDifference(UDate targetMs, UCalendarDateFields field, UErrorCode& ec) { in fieldDifference() argument
1796 if (startMs < targetMs) { in fieldDifference()
1803 if (ms == targetMs) { in fieldDifference()
1805 } else if (ms > targetMs) { in fieldDifference()
1825 if (ms == targetMs) { in fieldDifference()
1827 } else if (ms > targetMs) { in fieldDifference()
1833 } else if (startMs > targetMs) { in fieldDifference()
1840 if (ms == targetMs) { in fieldDifference()
1842 } else if (ms < targetMs) { in fieldDifference()
1862 if (ms == targetMs) { in fieldDifference()
[all …]