Lines Matching refs:targetMs
1930 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()
2010 } else if (ms < targetMs) { in fieldDifference()