Searched refs:gJapaneseEraRules (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | japancal.cpp | 41 static icu::EraRules * gJapaneseEraRules = nullptr; variable 47 if (gJapaneseEraRules) { in japanese_calendar_cleanup() 48 delete gJapaneseEraRules; in japanese_calendar_cleanup() 49 gJapaneseEraRules = nullptr; in japanese_calendar_cleanup() 90 gJapaneseEraRules = EraRules::createInstance("japanese", includeTentativeEra, status); in initializeEras() 94 gCurrentEra = gJapaneseEraRules->getCurrentEraIndex(); in initializeEras() 152 gJapaneseEraRules->getStartDate(era, eraStart, status); in getDefaultMonthInYear() 170 gJapaneseEraRules->getStartDate(era, eraStart, status); in getDefaultDayInMonth() 198 …int32_t eraStartYear = gJapaneseEraRules->getStartYear(internalGet(UCAL_ERA, gCurrentEra), status); in handleGetExtendedYear() 215 …int32_t eraIdx = gJapaneseEraRules->getEraIndex(year, internalGet(UCAL_MONTH) + 1, internalGet(UCA… in handleComputeFields() [all …]
|