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