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

1 2

  /external/chromium/third_party/icu/source/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);
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);
persncal.cpp 331 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR) {
332 year = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
359 internalSet(UCAL_EXTENDED_YEAR, jy);
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 369 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR) {
370 year = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
438 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 187 if (newestStamp(UCAL_ERA, UCAL_YEAR, kUnset) <= fStamp[UCAL_EXTENDED_YEAR]) {
188 year = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
661 internalSet(UCAL_EXTENDED_YEAR, year);
  /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);
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);
persncal.cpp 331 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR) {
332 year = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
359 internalSet(UCAL_EXTENDED_YEAR, jy);
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 369 if (newerField(UCAL_EXTENDED_YEAR, UCAL_YEAR) == UCAL_EXTENDED_YEAR) {
370 year = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
438 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 187 if (newestStamp(UCAL_ERA, UCAL_YEAR, kUnset) <= fStamp[UCAL_EXTENDED_YEAR]) {
188 year = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
661 internalSet(UCAL_EXTENDED_YEAR, year);
  /external/chromium/third_party/icu/source/test/intltest/
callimts.cpp 283 UCAL_EXTENDED_YEAR,
446 str.append((UnicodeString)"" + cal.get(UCAL_EXTENDED_YEAR, status)

Completed in 641 milliseconds

1 2