Home
last modified time | relevance | path

Searched refs:UCAL_LIMIT_MINIMUM (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Djapancal.cpp483 if (limitType == UCAL_LIMIT_MINIMUM || limitType == UCAL_LIMIT_GREATEST_MINIMUM) { in handleGetLimit()
490 case UCAL_LIMIT_MINIMUM: in handleGetLimit()
Dtaiwncal.cpp102 if(limitType == UCAL_LIMIT_MINIMUM || limitType == UCAL_LIMIT_GREATEST_MINIMUM) { in handleGetLimit()
Dcalendar.cpp2622 return getLimit((UCalendarDateFields) field,UCAL_LIMIT_MINIMUM); in getMinimum()
2628 return getLimit(field,UCAL_LIMIT_MINIMUM); in getMinimum()
2697 if (limitType == UCAL_LIMIT_MINIMUM) { in getLimit()
/external/icu/icu4c/source/i18n/unicode/
Dcalendar.h1612 UCAL_LIMIT_MINIMUM = 0, enumerator