Searched refs:newestStamp (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | calendar.h | 1561 … int32_t newestStamp(UCalendarDateFields start, UCalendarDateFields end, int32_t bestSoFar) const;
|
/external/icu4c/i18n/ |
D | calendar.cpp | 1156 int32_t Calendar::newestStamp(UCalendarDateFields first, UCalendarDateFields last, int32_t bestStam… in newestStamp() function in Calendar 2582 newestStamp(UCAL_AM_PM, UCAL_MILLISECOND, kUnset) <= fStamp[UCAL_MILLISECONDS_IN_DAY]) { in computeTime() 2684 int32_t bestStamp = newestStamp(UCAL_ERA, UCAL_DAY_OF_WEEK_IN_MONTH, kUnset); in computeJulianDay() 2685 bestStamp = newestStamp(UCAL_YEAR_WOY, UCAL_EXTENDED_YEAR, bestStamp); in computeJulianDay()
|
D | chnsecal.cpp | 187 if (newestStamp(UCAL_ERA, UCAL_YEAR, kUnset) <= fStamp[UCAL_EXTENDED_YEAR]) { in handleGetExtendedYear()
|