/external/chromium_org/third_party/icu/source/i18n/ |
D | coptccal.cpp | 141 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 144 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | chnsecal.cpp | 299 int32_t theNewYear = newYear(gyear); in handleComputeMonthStart() 675 int32_t theNewYear = newYear(gyear); in computeChineseFields() 677 theNewYear = newYear(gyear-1); in computeChineseFields() 694 int32_t ChineseCalendar::newYear(int32_t gyear) const { in newYear() function in ChineseCalendar 847 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 851 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | buddhcal.cpp | 197 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 200 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | ethpccal.cpp | 178 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 181 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | taiwncal.cpp | 204 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 208 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | persncal.cpp | 447 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 451 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | indiancal.cpp | 429 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 435 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | islamcal.cpp | 527 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 531 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | hebrwcal.cpp | 741 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 744 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | chnsecal.h | 175 virtual int32_t newYear(int32_t gyear) const;
|
D | gregocal.cpp | 1337 int32_t newYear = calendar->get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 1341 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
/external/icu4c/i18n/ |
D | coptccal.cpp | 141 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 144 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | chnsecal.cpp | 338 int32_t theNewYear = newYear(gyear); in handleComputeMonthStart() 742 int32_t theNewYear = newYear(gyear); in computeChineseFields() 744 theNewYear = newYear(gyear-1); in computeChineseFields() 761 int32_t ChineseCalendar::newYear(int32_t gyear) const { in newYear() function in ChineseCalendar 914 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 918 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | buddhcal.cpp | 197 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 200 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | ethpccal.cpp | 178 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 181 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | taiwncal.cpp | 204 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 208 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | persncal.cpp | 316 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 320 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | indiancal.cpp | 429 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 435 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | islamcal.cpp | 530 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 534 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | hebrwcal.cpp | 741 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 744 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
D | calendar.cpp | 1635 int32_t newYear = internalGet(field) + amount; in roll() local 1636 if (era > 0 || newYear >= 1) { in roll() 1640 if (newYear < 1) { in roll() 1641 newYear = maxYear - ((-newYear) % maxYear); in roll() 1642 } else if (newYear > maxYear) { in roll() 1643 newYear = ((newYear - 1) % maxYear) + 1; in roll() 1646 } else if (newYear < 1) { in roll() 1647 newYear = 1; in roll() 1653 newYear = 1; in roll() 1655 set(field, newYear); in roll()
|
D | chnsecal.h | 194 virtual int32_t newYear(int32_t gyear) const;
|
D | gregocal.cpp | 1337 int32_t newYear = calendar->get(UCAL_YEAR, status); in initializeSystemDefaultCentury() local 1341 fgSystemDefaultCenturyStartYear = newYear; in initializeSystemDefaultCentury()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | calregts.cpp | 1898 int32_t newYear = calendar->get(field, status); in Test4167060() local 1908 if (valid && newYear != years[i]) { in Test4167060() 1909 …errln(UnicodeString(" FAIL: ") + newYear + " should be valid; date, month and time shouldn't chan… in Test4167060() 1914 errln(UnicodeString(" FAIL: ") + newYear + " should be invalid"); in Test4167060()
|
/external/icu4c/test/intltest/ |
D | calregts.cpp | 1951 int32_t newYear = calendar->get(field, status); in Test4167060() local 1961 if (valid && newYear != years[i]) { in Test4167060() 1962 …errln(UnicodeString(" FAIL: ") + newYear + " should be valid; date, month and time shouldn't chan… in Test4167060() 1967 errln(UnicodeString(" FAIL: ") + newYear + " should be invalid"); in Test4167060()
|