HomeSort by relevance Sort by last modified time
    Searched refs:UCAL_ERA (Results 1 - 25 of 28) sorted by null

1 2

  /external/icu4c/i18n/
taiwncal.cpp 71 && newerField(UCAL_EXTENDED_YEAR, UCAL_ERA) == UCAL_EXTENDED_YEAR) {
74 int32_t era = internalGet(UCAL_ERA, MINGUO);
89 internalSet(UCAL_ERA, MINGUO);
92 internalSet(UCAL_ERA, BEFORE_MINGUO);
99 if(field == UCAL_ERA) {
115 int32_t era = internalGet(UCAL_ERA);
129 internalSet(UCAL_ERA, era);
buddhcal.cpp 90 internalSet(UCAL_ERA, 0);
96 if(field == UCAL_ERA) {
108 int32_t era = internalGet(UCAL_ERA);
122 internalSet(UCAL_ERA, era);
japancal.cpp 358 return internalGet(UCAL_ERA, kCurrentEra);
368 newerField(UCAL_EXTENDED_YEAR, UCAL_ERA) == UCAL_EXTENDED_YEAR) {
450 internalSet(UCAL_ERA, low);
479 case UCAL_ERA:
506 int32_t era = get(UCAL_ERA, status);
ethpccal.cpp 91 int32_t era = internalGet(UCAL_ERA, AMETE_MIHRET);
121 internalSet(UCAL_ERA, era);
131 if (isAmeteAlemEra() && field == UCAL_ERA) {
coptccal.cpp 65 int32_t era = internalGet(UCAL_ERA, CE);
90 internalSet(UCAL_ERA, era);
gregocal.cpp 227 set(UCAL_ERA, AD);
242 set(UCAL_ERA, AD);
260 set(UCAL_ERA, AD);
359 if (cal->get(UCAL_ERA, status) == BC)
444 internalSet(UCAL_ERA, era);
    [all...]
chnsecal.cpp 187 if (newestStamp(UCAL_ERA, UCAL_YEAR, kUnset) <= fStamp[UCAL_EXTENDED_YEAR]) {
190 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle
666 internalSet(UCAL_ERA, cycle + 1);
indiancal.cpp 327 internalSet(UCAL_ERA, 0);
persncal.cpp 357 internalSet(UCAL_ERA, 0);
hebrwcal.cpp 596 internalSet(UCAL_ERA, 0);
islamcal.cpp 436 internalSet(UCAL_ERA, 0);
dtitvfmt.cpp 297 if ( fromCalendar.get(UCAL_ERA,status) != toCalendar.get(UCAL_ERA,status)) {
298 field = UCAL_ERA;
    [all...]
calendar.cpp     [all...]
dtitvinf.cpp 538 case UCAL_ERA:
smpdtfmt.cpp 835 * For example, UCAL_ERA level is 0, UCAL_YEAR level is 10,
874 /*GyM*/ UCAL_ERA, UCAL_YEAR, UCAL_MONTH,
    [all...]
  /external/icu4c/test/intltest/
incaltst.cpp 182 cal.set(UCAL_ERA, era);
200 int e = cal.get(UCAL_ERA, status);
207 logln((UnicodeString)"OK: " + D + " => " + cal.get(UCAL_ERA, status) + ":" +
211 errln((UnicodeString)"Fail: (millis to fields)" + D + " => " + cal.get(UCAL_ERA, status) + ":" +
653 int32_t gotEra = cal2->get(UCAL_ERA, s2);
693 int32_t gotEra = cal2->get(UCAL_ERA, s2);
calcasts.cpp 61 checkField(cal, UCAL_ERA, cases[i].era, status);
73 cal->set(UCAL_ERA, cases[i].era);
calregts.cpp     [all...]
callimts.cpp 276 UCAL_ERA,
dtfmtrtts.cpp 405 if( ! hasEra && getField(d[0], UCAL_ERA) == GregorianCalendar::BC)
tzregts.cpp 384 tzOffset = testTZ->getOffset((uint8_t)testCal->get(UCAL_ERA, status),
469 int32_t era = cal->get(UCAL_ERA, status);
    [all...]
tzbdtest.cpp 212 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status),
  /external/icu4c/i18n/unicode/
ucal.h 183 UCAL_ERA,
957 * @param field The field to which to add the signed value; one of UCAL_ERA, UCAL_YEAR, UCAL_MONTH,
978 * @param field The field to which to add the signed value; one of UCAL_ERA, UCAL_YEAR, UCAL_MONTH,
    [all...]
  /external/icu4c/tools/ctestfw/
udbgutil.cpp 80 FIELD_NAME_STR( LEN_UCAL, UCAL_ERA ),
  /external/icu4c/tools/toolutil/
udbgutil.cpp 80 FIELD_NAME_STR( LEN_UCAL, UCAL_ERA ),

Completed in 338 milliseconds

1 2