Home
last modified time | relevance | path

Searched defs:aLocale (Results 1 – 16 of 16) sorted by relevance

/external/icu4c/i18n/
Ddatefmt.cpp299 const Locale& aLocale) in createTimeInstance()
308 const Locale& aLocale) in createDateInstance()
324 const Locale& aLocale) in createDateTimeInstance()
Dcoptccal.cpp27 CopticCalendar::CopticCalendar(const Locale& aLocale, UErrorCode& success) in CopticCalendar()
Dcecal.cpp49 CECalendar::CECalendar(const Locale& aLocale, UErrorCode& success) in CECalendar()
Dtaiwncal.cpp33 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success) in TaiwanCalendar()
Dethpccal.cpp29 EthiopicCalendar::EthiopicCalendar(const Locale& aLocale, in EthiopicCalendar()
Dbuddhcal.cpp33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success) in BuddhistCalendar()
Dgregocal.cpp185 GregorianCalendar::GregorianCalendar(const Locale& aLocale, UErrorCode& status) in GregorianCalendar()
196 GregorianCalendar::GregorianCalendar(TimeZone* zone, const Locale& aLocale, in GregorianCalendar()
208 GregorianCalendar::GregorianCalendar(const TimeZone& zone, const Locale& aLocale, in GregorianCalendar()
Djapancal.cpp293 JapaneseCalendar::JapaneseCalendar(const Locale& aLocale, UErrorCode& success) in JapaneseCalendar()
Dpersncal.cpp190 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success) in PersianCalendar()
Dislamcal.cpp93 IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success, ECivil beCivil) in IslamicCalendar()
Dindiancal.cpp41 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success) in IndianCalendar()
Dcalendar.cpp672 Calendar::Calendar(TimeZone* zone, const Locale& aLocale, UErrorCode& success) in Calendar()
700 Calendar::Calendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success) in Calendar()
787 Calendar::createInstance(const Locale& aLocale, UErrorCode& success) in createInstance()
797 Calendar::createInstance(TimeZone* zone, const Locale& aLocale, UErrorCode& success) in createInstance()
906 Calendar::createInstance(const TimeZone& zone, const Locale& aLocale, UErrorCode& success) in createInstance()
Dhebrwcal.cpp154 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success) in HebrewCalendar()
Dchnsecal.cpp113 ChineseCalendar::ChineseCalendar(const Locale& aLocale, UErrorCode& success) in ChineseCalendar()
Drbnf.cpp717 const Locale& aLocale, in RuleBasedNumberFormat()
/external/icu4c/test/cintltst/
Dcloctst.c685 static const char *aLocale = "es@collation=traditional;calendar=japanese"; in TestDisplayNames() local