Searched refs:compareEncodedDateWithYMD (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | EraRules.java | 185 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex() 194 if (compareEncodedDateWithYMD(startDates[i], year, month, day) <= 0) { in getEraIndex() 292 private static int compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() method in EraRules
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | EraRules.java | 187 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex() 196 if (compareEncodedDateWithYMD(startDates[i], year, month, day) <= 0) { in getEraIndex() 294 private static int compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() method in EraRules
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | erarules.cpp | 78 static int32_t compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() function 272 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex() 281 if (compareEncodedDateWithYMD(startDates[i], year, month, day) <= 0) { in getEraIndex()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | erarules.cpp | 81 static int32_t compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() function 275 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex() 284 if (compareEncodedDateWithYMD(startDates[i], year, month, day) <= 0) { in getEraIndex()
|
/third_party/icu/icu4c/source/i18n/ |
D | erarules.cpp | 81 static int32_t compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() function 275 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex() 284 if (compareEncodedDateWithYMD(startDates[i], year, month, day) <= 0) { in getEraIndex()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | erarules.cpp | 81 static int32_t compareEncodedDateWithYMD(int encoded, int year, int month, int day) { in compareEncodedDateWithYMD() function 275 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex() 284 if (compareEncodedDateWithYMD(startDates[i], year, month, day) <= 0) { in getEraIndex()
|