Home
last modified time | relevance | path

Searched refs:eraStartDates (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Derarules.h81 EraRules(LocalMemory<int32_t>& eraStartDates, int32_t numEra);
Derarules.cpp102 EraRules::EraRules(LocalMemory<int32_t>& eraStartDates, int32_t numEras) in EraRules() argument
104 startDates.moveFrom(eraStartDates); in EraRules()
/third_party/icu/icu4c/source/i18n/
Derarules.h88 EraRules(LocalMemory<int32_t>& eraStartDates, int32_t numEra);
Derarules.cpp105 EraRules::EraRules(LocalMemory<int32_t>& eraStartDates, int32_t numEras) in EraRules() argument
107 startDates = std::move(eraStartDates); in EraRules()
/third_party/skia/third_party/externals/icu/source/i18n/
Derarules.h88 EraRules(LocalMemory<int32_t>& eraStartDates, int32_t numEra);
Derarules.cpp105 EraRules::EraRules(LocalMemory<int32_t>& eraStartDates, int32_t numEras) in EraRules() argument
107 startDates = std::move(eraStartDates); in EraRules()
/third_party/node/deps/icu-small/source/i18n/
Derarules.h88 EraRules(LocalMemory<int32_t>& eraStartDates, int32_t numEra);
Derarules.cpp105 EraRules::EraRules(LocalMemory<int32_t>& eraStartDates, int32_t numEras) in EraRules() argument
107 startDates = std::move(eraStartDates); in EraRules()