Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dgregocal.cpp1153 int32_t highBad = kGregorianCalendarLimits[UCAL_YEAR][2]+1; in getActualMaximum() local
1154 while ((lowGood + 1) < highBad) { in getActualMaximum()
1155 int32_t y = (lowGood + highBad) / 2; in getActualMaximum()
1160 highBad = y; in getActualMaximum()