Searched refs:gJapaneseEraRules (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A 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() 97 gJapaneseEraRules = EraRules::createInstance("japanese", JapaneseCalendar::enableTentativeEra(), status); in initializeEras() 101 gCurrentEra = gJapaneseEraRules->getCurrentEraIndex(); in initializeEras() 159 gJapaneseEraRules->getStartDate(era, eraStart, status); in getDefaultMonthInYear() 177 gJapaneseEraRules->getStartDate(era, eraStart, status); in getDefaultDayInMonth() 205 int32_t eraStartYear = gJapaneseEraRules->getStartYear(internalGet(UCAL_ERA, gCurrentEra), status); in handleGetExtendedYear() 222 int32_t eraIdx = gJapaneseEraRules in handleComputeFields() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A 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() 97 gJapaneseEraRules = EraRules::createInstance("japanese", JapaneseCalendar::enableTentativeEra(), status); in initializeEras() 101 gCurrentEra = gJapaneseEraRules->getCurrentEraIndex(); in initializeEras() 159 gJapaneseEraRules->getStartDate(era, eraStart, status); in getDefaultMonthInYear() 177 gJapaneseEraRules->getStartDate(era, eraStart, status); in getDefaultDayInMonth() 205 int32_t eraStartYear = gJapaneseEraRules->getStartYear(internalGet(UCAL_ERA, gCurrentEra), status); in handleGetExtendedYear() 222 int32_t eraIdx = gJapaneseEraRules in handleComputeFields() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A 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() 97 gJapaneseEraRules = EraRules::createInstance("japanese", JapaneseCalendar::enableTentativeEra(), status); in initializeEras() 101 gCurrentEra = gJapaneseEraRules->getCurrentEraIndex(); in initializeEras() 159 gJapaneseEraRules->getStartDate(era, eraStart, status); in getDefaultMonthInYear() 177 gJapaneseEraRules->getStartDate(era, eraStart, status); in getDefaultDayInMonth() 205 int32_t eraStartYear = gJapaneseEraRules->getStartYear(internalGet(UCAL_ERA, gCurrentEra), status); in handleGetExtendedYear() 222 int32_t eraIdx = gJapaneseEraRules in handleComputeFields() [all...] |
Completed in 4 milliseconds