Searched refs:MIN_ENCODED_START (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | EraRules.java | 22 public static final int MIN_ENCODED_START = encodeDate(MIN_ENCODED_START_YEAR, 1, 1); field in EraRules 105 startDates[eraIdx] = MIN_ENCODED_START; in getInstance() 262 if (encodedDate == MIN_ENCODED_START) { in decodeDate() 294 if (encoded == MIN_ENCODED_START) { in compareEncodedDateWithYMD()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | EraRules.java | 24 public static final int MIN_ENCODED_START = encodeDate(MIN_ENCODED_START_YEAR, 1, 1); field in EraRules 107 startDates[eraIdx] = MIN_ENCODED_START; in getInstance() 264 if (encodedDate == MIN_ENCODED_START) { in decodeDate() 296 if (encoded == MIN_ENCODED_START) { in compareEncodedDateWithYMD()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | erarules.cpp | 22 static const int32_t MIN_ENCODED_START = -2147483391; // encodeDate(MIN_ENCODED_START_YEAR, 1, 1,… variable 58 if (encodedDate == MIN_ENCODED_START) { in decodeDate() 80 if (encoded == MIN_ENCODED_START) { in compareEncodedDateWithYMD() 199 startDates[eraIdx] = MIN_ENCODED_START; in createInstance()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | erarules.cpp | 25 static const int32_t MIN_ENCODED_START = -2147483391; // encodeDate(MIN_ENCODED_START_YEAR, 1, 1,… variable 61 if (encodedDate == MIN_ENCODED_START) { in decodeDate() 83 if (encoded == MIN_ENCODED_START) { in compareEncodedDateWithYMD() 202 startDates[eraIdx] = MIN_ENCODED_START; in createInstance()
|
/third_party/icu/icu4c/source/i18n/ |
D | erarules.cpp | 25 static const int32_t MIN_ENCODED_START = -2147483391; // encodeDate(MIN_ENCODED_START_YEAR, 1, 1,… variable 61 if (encodedDate == MIN_ENCODED_START) { in decodeDate() 83 if (encoded == MIN_ENCODED_START) { in compareEncodedDateWithYMD() 202 startDates[eraIdx] = MIN_ENCODED_START; in createInstance()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | erarules.cpp | 25 static const int32_t MIN_ENCODED_START = -2147483391; // encodeDate(MIN_ENCODED_START_YEAR, 1, 1,… variable 61 if (encodedDate == MIN_ENCODED_START) { in decodeDate() 83 if (encoded == MIN_ENCODED_START) { in compareEncodedDateWithYMD() 202 startDates[eraIdx] = MIN_ENCODED_START; in createInstance()
|