Lines Matching refs:bestStamp
1423 int32_t bestStamp = bestStampSoFar; in newestStamp() local
1425 if (fStamp[i] > bestStamp) { in newestStamp()
1426 bestStamp = fStamp[i]; in newestStamp()
1429 return bestStamp; in newestStamp()
2883 int32_t bestStamp = kUnset; in resolveFields() local
2898 if (lineStamp > bestStamp) { in resolveFields()
2911 bestStamp = lineStamp; in resolveFields()
3126 int32_t bestStamp = (hourStamp > hourOfDayStamp) ? hourStamp : hourOfDayStamp; in computeMillisInDay() local
3129 if (bestStamp != kUnset) { in computeMillisInDay()
3130 if (bestStamp == hourOfDayStamp) { in computeMillisInDay()
3219 int32_t bestStamp = newestStamp(UCAL_ERA, UCAL_DAY_OF_WEEK_IN_MONTH, kUnset); in computeJulianDay() local
3220 bestStamp = newestStamp(UCAL_YEAR_WOY, UCAL_EXTENDED_YEAR, bestStamp); in computeJulianDay()
3221 if (bestStamp <= fStamp[UCAL_JULIAN_DAY]) { in computeJulianDay()