Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSimpleTimeZone.java760 int endCompare = 0; in getOffset()
762 /* We don't always have to compute endCompare. For many instances, in getOffset()
772 endCompare = compareToRule(month, monthLength, prevMonthLength, in getOffset()
784 if ((!southern && (startCompare >= 0 && endCompare < 0)) || in getOffset()
785 (southern && (startCompare >= 0 || endCompare < 0))) in getOffset()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DSimpleTimeZone.java739 int endCompare = 0; in getOffset()
741 /* We don't always have to compute endCompare. For many instances, in getOffset()
751 endCompare = compareToRule(month, monthLength, prevMonthLength, in getOffset()
763 if ((!southern && (startCompare >= 0 && endCompare < 0)) || in getOffset()
764 (southern && (startCompare >= 0 || endCompare < 0))) in getOffset()
/third_party/icu/icu4c/source/i18n/
H A Dsimpletz.cpp483 int32_t endCompare = 0; in getOffset() local
485 /* We don't always have to compute endCompare. For many instances, in getOffset()
492 endCompare = compareToRule((int8_t)month, (int8_t)monthLength, (int8_t)prevMonthLength, in getOffset()
504 if ((!southern && (startCompare >= 0 && endCompare < 0)) || in getOffset()
505 (southern && (startCompare >= 0 || endCompare < 0))) in getOffset()
/third_party/node/deps/icu-small/source/i18n/
H A Dsimpletz.cpp483 int32_t endCompare = 0; in getOffset() local
485 /* We don't always have to compute endCompare. For many instances, in getOffset()
492 endCompare = compareToRule((int8_t)month, (int8_t)monthLength, (int8_t)prevMonthLength, in getOffset()
504 if ((!southern && (startCompare >= 0 && endCompare < 0)) || in getOffset()
505 (southern && (startCompare >= 0 || endCompare < 0))) in getOffset()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsimpletz.cpp483 int32_t endCompare = 0; in getOffset() local
485 /* We don't always have to compute endCompare. For many instances, in getOffset()
492 endCompare = compareToRule((int8_t)month, (int8_t)monthLength, (int8_t)prevMonthLength, in getOffset()
504 if ((!southern && (startCompare >= 0 && endCompare < 0)) || in getOffset()
505 (southern && (startCompare >= 0 || endCompare < 0))) in getOffset()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 15 milliseconds