Searched refs:endCompare (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | SimpleTimeZone.java | 739 int endCompare = 0; in getOffset() local 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/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | SimpleTimeZone.java | 760 int endCompare = 0; in getOffset() local 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/node/deps/icu-small/source/i18n/ |
D | simpletz.cpp | 483 int32_t endCompare = 0; in getOffset() local 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/ |
D | simpletz.cpp | 483 int32_t endCompare = 0; in getOffset() local 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/icu/icu4c/source/i18n/ |
D | simpletz.cpp | 483 int32_t endCompare = 0; in getOffset() local 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/flutter/skia/third_party/externals/icu/source/i18n/ |
D | simpletz.cpp | 482 int32_t endCompare = 0; in getOffset() local 491 endCompare = compareToRule((int8_t)month, (int8_t)monthLength, (int8_t)prevMonthLength, in getOffset() 503 if ((!southern && (startCompare >= 0 && endCompare < 0)) || in getOffset() 504 (southern && (startCompare >= 0 || endCompare < 0))) in getOffset()
|