Searched refs:UCAL_MINIMUM (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | ucal.h | 1215 UCAL_MINIMUM, enumerator
|
/external/icu4c/test/cintltst/ |
D | ccaltst.c | 1100 min = ucal_getLimit(cal, UCAL_DAY_OF_WEEK, UCAL_MINIMUM, &status); in TestGetLimits() 1111 min = ucal_getLimit(cal, UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_MINIMUM, &status); in TestGetLimits() 1122 min=ucal_getLimit(cal, UCAL_MONTH, UCAL_MINIMUM, &status); in TestGetLimits() 1138 min=ucal_getLimit(cal, UCAL_HOUR_OF_DAY, UCAL_MINIMUM, &status); in TestGetLimits() 2119 int32_t eraMin = ucal_getLimit(ucalTest, UCAL_ERA, UCAL_MINIMUM, &status); in TestAddRollEra0AndEraBounds()
|
/external/icu4c/i18n/ |
D | ucal.cpp | 504 case UCAL_MINIMUM: in ucal_getLimit()
|