Lines Matching refs:bestStamp
1407 int32_t bestStamp = bestStampSoFar; in newestStamp() local
1409 if (fStamp[i] > bestStamp) { in newestStamp()
1410 bestStamp = fStamp[i]; in newestStamp()
1413 return bestStamp; in newestStamp()
2867 int32_t bestStamp = kUnset; in resolveFields() local
2882 if (lineStamp > bestStamp) { in resolveFields()
2895 bestStamp = lineStamp; in resolveFields()
3110 int32_t bestStamp = (hourStamp > hourOfDayStamp) ? hourStamp : hourOfDayStamp; in computeMillisInDay() local
3113 if (bestStamp != kUnset) { in computeMillisInDay()
3114 if (bestStamp == hourOfDayStamp) { in computeMillisInDay()
3203 int32_t bestStamp = newestStamp(UCAL_ERA, UCAL_DAY_OF_WEEK_IN_MONTH, kUnset); in computeJulianDay() local
3204 bestStamp = newestStamp(UCAL_YEAR_WOY, UCAL_EXTENDED_YEAR, bestStamp); in computeJulianDay()
3205 if (bestStamp <= fStamp[UCAL_JULIAN_DAY]) { in computeJulianDay()