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 73 && newerField(UCAL_EXTENDED_YEAR, UCAL_ERA) == UCAL_EXTENDED_YEAR) {
76 int32_t era = internalGet(UCAL_ERA, MINGUO);
91 internalSet(UCAL_ERA, MINGUO);
94 internalSet(UCAL_ERA, BEFORE_MINGUO);
101 if(field == UCAL_ERA) {
117 int32_t era = internalGet(UCAL_ERA);
131 internalSet(UCAL_ERA, era);
buddhcal.cpp 92 internalSet(UCAL_ERA, 0);
98 if(field == UCAL_ERA) {
110 int32_t era = internalGet(UCAL_ERA);
124 internalSet(UCAL_ERA, era);
ethpccal.cpp 93 int32_t era = internalGet(UCAL_ERA, AMETE_MIHRET);
123 internalSet(UCAL_ERA, era);
133 if (isAmeteAlemEra() && field == UCAL_ERA) {
japancal.cpp 361 return internalGet(UCAL_ERA, kCurrentEra);
371 newerField(UCAL_EXTENDED_YEAR, UCAL_ERA) == UCAL_EXTENDED_YEAR) {
453 internalSet(UCAL_ERA, low);
482 case UCAL_ERA:
509 int32_t era = get(UCAL_ERA, status);
coptccal.cpp 67 int32_t era = internalGet(UCAL_ERA, CE);
92 internalSet(UCAL_ERA, era);
gregocal.cpp 229 set(UCAL_ERA, AD);
244 set(UCAL_ERA, AD);
262 set(UCAL_ERA, AD);
361 if (cal->get(UCAL_ERA, status) == BC)
446 internalSet(UCAL_ERA, era);
    [all...]
persncal.cpp 228 internalSet(UCAL_ERA, 0);
chnsecal.cpp 223 if (newestStamp(UCAL_ERA, UCAL_YEAR, kUnset) <= fStamp[UCAL_EXTENDED_YEAR]) {
226 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle
731 internalSet(UCAL_ERA, cycle + 1);
indiancal.cpp 328 internalSet(UCAL_ERA, 0);
calendar.cpp     [all...]
hebrwcal.cpp 606 internalSet(UCAL_ERA, 0);
dtitvfmt.cpp 320 if ( fromCalendar.get(UCAL_ERA,status) != toCalendar.get(UCAL_ERA,status)) {
321 field = UCAL_ERA;
    [all...]
dtitvinf.cpp 660 case UCAL_ERA:
islamcal.cpp     [all...]
smpdtfmt.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
incaltst.cpp 181 cal.set(UCAL_ERA, era);
199 int e = cal.get(UCAL_ERA, status);
206 logln((UnicodeString)"OK: " + D + " => " + cal.get(UCAL_ERA, status) + ":" +
210 errln((UnicodeString)"Fail: (millis to fields)" + D + " => " + cal.get(UCAL_ERA, status) + ":" +
652 int32_t gotEra = cal2->get(UCAL_ERA, s2);
692 int32_t gotEra = cal2->get(UCAL_ERA, s2);
    [all...]
calcasts.cpp 63 checkField(cal, UCAL_ERA, cases[i].era, status);
75 cal->set(UCAL_ERA, cases[i].era);
dtfmtrtts.cpp 410 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...]
callimts.cpp 313 UCAL_ERA,
tzbdtest.cpp 214 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status),
calregts.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c     [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 191 UCAL_ERA,
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 87 FIELD_NAME_STR( LEN_UCAL, UCAL_ERA ),

Completed in 459 milliseconds

1 2