HomeSort by relevance Sort by last modified time
    Searched refs:UCAL_EXTENDED_YEAR (Results 1 - 18 of 18) sorted by null

  /external/icu4c/i18n/
taiwncal.cpp 70 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR
71 && newerField(UCAL_EXTENDED_YEAR, UCAL_ERA) == UCAL_EXTENDED_YEAR) {
72 year = internalGet(UCAL_EXTENDED_YEAR, kGregorianEpoch);
87 int32_t y = internalGet(UCAL_EXTENDED_YEAR) - kTaiwanEraStart;
coptccal.cpp 61 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR) {
62 eyear = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
89 internalSet(UCAL_EXTENDED_YEAR, eyear);
buddhcal.cpp 69 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR) {
70 year = internalGet(UCAL_EXTENDED_YEAR, kGregorianEpoch);
89 int32_t y = internalGet(UCAL_EXTENDED_YEAR) - kBuddhistEraStart;
ethpccal.cpp 84 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR) {
85 eyear = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
120 internalSet(UCAL_EXTENDED_YEAR, eyear);
persncal.cpp 188 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR) {
189 year = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
228 internalSet(UCAL_EXTENDED_YEAR, year);
japancal.cpp 367 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR &&
368 newerField(UCAL_EXTENDED_YEAR, UCAL_ERA) == UCAL_EXTENDED_YEAR) {
369 year = internalGet(UCAL_EXTENDED_YEAR, kGregorianEpoch);
382 int32_t year = internalGet(UCAL_EXTENDED_YEAR); // Gregorian year
indiancal.cpp 268 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR) {
269 year = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
328 internalSet(UCAL_EXTENDED_YEAR, IndianYear);
hebrwcal.cpp 598 internalSet(UCAL_EXTENDED_YEAR, year);
613 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR) {
614 year = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
islamcal.cpp 372 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR) {
373 year = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
441 internalSet(UCAL_EXTENDED_YEAR, year);
gregocal.cpp 438 internalSet(UCAL_EXTENDED_YEAR, eyear);
478 (internalGet(UCAL_EXTENDED_YEAR)==fGregorianCutoverYear) &&
508 if(fIsGregorian && (internalGet(UCAL_EXTENDED_YEAR) == fGregorianCutoverYear)) {
509 int32_t gregShift = Grego::gregorianShift(internalGet(UCAL_EXTENDED_YEAR));
595 int32_t year = internalGet(UCAL_EXTENDED_YEAR);
835 if(get(UCAL_EXTENDED_YEAR, status) == fGregorianCutoverYear) {
    [all...]
calendar.cpp     [all...]
chnsecal.cpp 186 if (newestStamp(UCAL_ERA, UCAL_YEAR, kUnset) <= fStamp[UCAL_EXTENDED_YEAR]) {
187 year = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
660 internalSet(UCAL_EXTENDED_YEAR, year);
udat.cpp 67 UCAL_EXTENDED_YEAR, // UDAT_EXTENDED_YEAR_FIELD = 20
    [all...]
smpdtfmt.cpp 959 /*Yeu*/ UCAL_YEAR_WOY, UCAL_DOW_LOCAL, UCAL_EXTENDED_YEAR
    [all...]
  /external/icu4c/test/intltest/
callimts.cpp 285 UCAL_EXTENDED_YEAR,
448 str.append((UnicodeString)"" + cal.get(UCAL_EXTENDED_YEAR, status)
caltest.cpp 310 FIELD_NAME_STR( UCAL_EXTENDED_YEAR );
454 case UCAL_EXTENDED_YEAR:
    [all...]
  /external/icu4c/i18n/unicode/
ucal.h 376 * than the value of <code>UCAL_EXTENDED_YEAR</code>.
395 UCAL_EXTENDED_YEAR,
    [all...]
  /external/icu4c/tools/toolutil/
udbgutil.cpp 104 FIELD_NAME_STR( LEN_UCAL, UCAL_EXTENDED_YEAR ),

Completed in 890 milliseconds