Home
last modified time | relevance | path

Searched refs:UCAL_ACTUAL_MAXIMUM (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ducal.h1235 UCAL_ACTUAL_MAXIMUM enumerator
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c1155 ac_max=ucal_getLimit(cal, UCAL_MONTH, UCAL_ACTUAL_MAXIMUM, &status); in TestGetLimits()
1171 ac_max=ucal_getLimit(cal, UCAL_SECOND, UCAL_ACTUAL_MAXIMUM, &status); in TestGetLimits()
2203 …yrMax = ucal_getLimit(ucalTest, UCAL_YEAR, UCAL_ACTUAL_MAXIMUM, &status); /* max year value for er… in TestAddRollEra0AndEraBounds()
2241 …yrMax = ucal_getLimit(ucalTest, UCAL_YEAR, UCAL_ACTUAL_MAXIMUM, &status); /* max year value for th… in TestAddRollEra0AndEraBounds()
/external/icu/icu4c/source/i18n/
Ducal.cpp535 case UCAL_ACTUAL_MAXIMUM: in ucal_getLimit()