Searched refs:newestStamp (Results 1 - 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DChineseCalendar.java434 if (newestStamp(ERA, YEAR, UNSET) <= getStamp(EXTENDED_YEAR)) {
H A DCalendar.java5181 protected int newestStamp(int first, int last, int bestStampSoFar) { method in class:Calendar
5292 newestStamp(AM_PM, MILLISECOND, UNSET) <= stamp[MILLISECONDS_IN_DAY]) {
5702 int bestStamp = newestStamp(ERA, DAY_OF_WEEK_IN_MONTH, UNSET);
5703 bestStamp = newestStamp(YEAR_WOY, EXTENDED_YEAR, bestStamp);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java446 if (newestStamp(ERA, YEAR, UNSET) <= getStamp(EXTENDED_YEAR)) {
H A DCalendar.java5346 protected int newestStamp(int first, int last, int bestStampSoFar) { method in class:Calendar
5463 newestStamp(AM_PM, MILLISECOND, UNSET) <= stamp[MILLISECONDS_IN_DAY]) {
5874 int bestStamp = newestStamp(ERA, DAY_OF_WEEK_IN_MONTH, UNSET);
5875 bestStamp = newestStamp(YEAR_WOY, EXTENDED_YEAR, bestStamp);
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp1405 int32_t Calendar::newestStamp(UCalendarDateFields first, UCalendarDateFields last, int32_t bestStampSoFar) const function in class:Calendar
2988 newestStamp(UCAL_AM_PM, UCAL_MILLISECOND, kUnset) <= fStamp[UCAL_MILLISECONDS_IN_DAY]) {
3203 int32_t bestStamp = newestStamp(UCAL_ERA, UCAL_DAY_OF_WEEK_IN_MONTH, kUnset);
3204 bestStamp = newestStamp(UCAL_YEAR_WOY, UCAL_EXTENDED_YEAR, bestStamp);
H A Dchnsecal.cpp223 if (newestStamp(UCAL_ERA, UCAL_YEAR, kUnset) <= fStamp[UCAL_EXTENDED_YEAR]) {
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h1766 int32_t newestStamp(UCalendarDateFields start, UCalendarDateFields end, int32_t bestSoFar) const;

Completed in 1515 milliseconds