Searched refs:startCompare (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dsimpletz.cpp475 int32_t startCompare = compareToRule((int8_t)month, (int8_t)monthLength, (int8_t)prevMonthLength, local
483 * startCompare is enough to determine if we are in DST or not. In the
488 if(southern != (startCompare >= 0)) {
501 if ((!southern && (startCompare >= 0 && endCompare < 0)) ||
502 (southern && (startCompare >= 0 || endCompare < 0)))

Completed in 95 milliseconds