Searched refs:targetMs (Results 1 – 1 of 1) sorted by relevance
1930 int32_t Calendar::fieldDifference(UDate targetMs, UCalendarDateFields field, UErrorCode& ec) { in fieldDifference() argument1940 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 …]