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

1 2

  /external/icu/icu4c/source/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);
ethpccal.cpp 91 int32_t era = internalGet(UCAL_ERA, AMETE_MIHRET);
121 internalSet(UCAL_ERA, era);
131 if (isAmeteAlemEra() && field == UCAL_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);
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...]
persncal.cpp 226 internalSet(UCAL_ERA, 0);
chnsecal.cpp 221 if (newestStamp(UCAL_ERA, UCAL_YEAR, kUnset) <= fStamp[UCAL_EXTENDED_YEAR]) {
224 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle
729 internalSet(UCAL_ERA, cycle + 1);
indiancal.cpp 326 internalSet(UCAL_ERA, 0);
calendar.cpp     [all...]
hebrwcal.cpp 603 internalSet(UCAL_ERA, 0);
dtitvfmt.cpp 297 if ( fromCalendar.get(UCAL_ERA,status) != toCalendar.get(UCAL_ERA,status)) {
298 field = UCAL_ERA;
    [all...]
dtitvinf.cpp 553 case UCAL_ERA:
islamcal.cpp     [all...]
smpdtfmt.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
incaltst.cpp 179 cal.set(UCAL_ERA, era);
197 int e = cal.get(UCAL_ERA, status);
204 logln((UnicodeString)"OK: " + D + " => " + cal.get(UCAL_ERA, status) + ":" +
208 errln((UnicodeString)"Fail: (millis to fields)" + D + " => " + cal.get(UCAL_ERA, status) + ":" +
650 int32_t gotEra = cal2->get(UCAL_ERA, s2);
690 int32_t gotEra = cal2->get(UCAL_ERA, s2);
    [all...]
calcasts.cpp 61 checkField(cal, UCAL_ERA, cases[i].era, status);
73 cal->set(UCAL_ERA, cases[i].era);
callimts.cpp 277 UCAL_ERA,
dtfmtrtts.cpp 408 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),
calregts.cpp     [all...]
tzrulets.cpp 290 cal->set(UCAL_ERA, GregorianCalendar::BC);
293 era = cal->get(UCAL_ERA, status);
329 cal->set(UCAL_ERA, GregorianCalendar::AD);
332 era = cal->get(UCAL_ERA, status);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c     [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 189 UCAL_ERA,
    [all...]

Completed in 522 milliseconds

1 2