Searched refs:MIN_ENCODED_START (Results 1 – 3 of 3) sorted by relevance
22 public static final int MIN_ENCODED_START = encodeDate(MIN_ENCODED_START_YEAR, 1, 1); field in EraRules105 startDates[eraIdx] = MIN_ENCODED_START; in getInstance()262 if (encodedDate == MIN_ENCODED_START) { in decodeDate()294 if (encoded == MIN_ENCODED_START) { in compareEncodedDateWithYMD()
24 public static final int MIN_ENCODED_START = encodeDate(MIN_ENCODED_START_YEAR, 1, 1); field in EraRules107 startDates[eraIdx] = MIN_ENCODED_START; in getInstance()264 if (encodedDate == MIN_ENCODED_START) { in decodeDate()296 if (encoded == MIN_ENCODED_START) { in compareEncodedDateWithYMD()
25 static const int32_t MIN_ENCODED_START = -2147483391; // encodeDate(MIN_ENCODED_START_YEAR, 1, 1,… variable61 if (encodedDate == MIN_ENCODED_START) { in decodeDate()83 if (encoded == MIN_ENCODED_START) { in compareEncodedDateWithYMD()202 startDates[eraIdx] = MIN_ENCODED_START; in createInstance()