Lines Matching refs:bestStamp
1396 int32_t bestStamp = bestStampSoFar; in newestStamp() local
1398 if (fStamp[i] > bestStamp) { in newestStamp()
1399 bestStamp = fStamp[i]; in newestStamp()
1402 return bestStamp; in newestStamp()
2856 int32_t bestStamp = kUnset; in resolveFields() local
2871 if (lineStamp > bestStamp) { in resolveFields()
2884 bestStamp = lineStamp; in resolveFields()
3099 int32_t bestStamp = (hourStamp > hourOfDayStamp) ? hourStamp : hourOfDayStamp; in computeMillisInDay() local
3102 if (bestStamp != kUnset) { in computeMillisInDay()
3103 if (bestStamp == hourOfDayStamp) { in computeMillisInDay()
3192 int32_t bestStamp = newestStamp(UCAL_ERA, UCAL_DAY_OF_WEEK_IN_MONTH, kUnset); in computeJulianDay() local
3193 bestStamp = newestStamp(UCAL_YEAR_WOY, UCAL_EXTENDED_YEAR, bestStamp); in computeJulianDay()
3194 if (bestStamp <= fStamp[UCAL_JULIAN_DAY]) { in computeJulianDay()