Searched defs:endCompare (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp482 int32_t endCompare = 0; local
484 /* We don't always have to compute endCompare. For many instances,
491 endCompare = compareToRule((int8_t)month, (int8_t)monthLength, (int8_t)prevMonthLength,
503 if ((!southern && (startCompare >= 0 && endCompare < 0)) ||
504 (southern && (startCompare >= 0 || endCompare < 0)))

Completed in 83 milliseconds