Searched refs:aLocale (Results 1 - 25 of 31) sorted by relevance

12

/external/icu4c/i18n/
H A Dcecal.h34 * @param aLocale The given locale.
39 CECalendar(const Locale& aLocale, UErrorCode& success);
H A Dcecal.cpp49 CECalendar::CECalendar(const Locale& aLocale, UErrorCode& success) argument
50 : Calendar(TimeZone::createDefault(), aLocale, success)
H A Ddatefmt.cpp299 const Locale& aLocale)
301 return create(style, kNone, aLocale);
308 const Locale& aLocale)
316 return create(kNone, (EStyle) (style), aLocale);
324 const Locale& aLocale)
330 return create(timeStyle, dateStyle, aLocale);
298 createTimeInstance(DateFormat::EStyle style, const Locale& aLocale) argument
307 createDateInstance(DateFormat::EStyle style, const Locale& aLocale) argument
322 createDateTimeInstance(EStyle dateStyle, EStyle timeStyle, const Locale& aLocale) argument
H A Dcoptccal.cpp27 CopticCalendar::CopticCalendar(const Locale& aLocale, UErrorCode& success) argument
28 : CECalendar(aLocale, success)
H A Dbuddhcal.h62 * @param aLocale The given locale.
67 BuddhistCalendar(const Locale& aLocale, UErrorCode& success);
H A Dcoptccal.h122 * @param aLocale The given locale.
127 CopticCalendar(const Locale& aLocale, UErrorCode& success);
H A Dethpccal.h116 * @param aLocale The given locale.
123 EthiopicCalendar(const Locale& aLocale, UErrorCode& success, EEraType type = AMETE_MIHRET_ERA);
H A Dindiancal.h145 * @param aLocale The given locale.
151 IndianCalendar(const Locale& aLocale, UErrorCode &success);
H A Djapancal.h69 * @param aLocale The given locale.
74 JapaneseCalendar(const Locale& aLocale, UErrorCode& success);
H A Dtaiwncal.h59 * @param aLocale The given locale.
64 TaiwanCalendar(const Locale& aLocale, UErrorCode& success);
H A Dbuddhcal.cpp33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success) argument
34 : GregorianCalendar(aLocale, success)
H A Dethpccal.cpp29 EthiopicCalendar::EthiopicCalendar(const Locale& aLocale, argument
32 : CECalendar(aLocale, success),
H A Dtaiwncal.cpp33 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success) argument
34 : GregorianCalendar(aLocale, success)
H A Dislamcal.h188 * @param aLocale The given locale.
194 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECivil beCivil = CIVIL);
H A Dpersncal.h143 * @param aLocale The given locale.
148 PersianCalendar(const Locale& aLocale, UErrorCode &success);
H A Dchnsecal.h106 * @param aLocale The given locale.
111 ChineseCalendar(const Locale& aLocale, UErrorCode &success);
H A Dhebrwcal.h160 * @param aLocale The given locale.
165 HebrewCalendar(const Locale& aLocale, UErrorCode& success);
H A Dindiancal.cpp41 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success) argument
42 : Calendar(TimeZone::createDefault(), aLocale, success)
H A Djapancal.cpp293 JapaneseCalendar::JapaneseCalendar(const Locale& aLocale, UErrorCode& success) argument
294 : GregorianCalendar(aLocale, success)
H A Dpersncal.cpp190 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success) argument
191 : Calendar(TimeZone::createDefault(), aLocale, success)
H A Dhebrwcal.cpp154 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success) argument
155 : Calendar(TimeZone::createDefault(), aLocale, success)
H A Dislamcal.cpp93 IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success, ECivil beCivil) argument
94 : Calendar(TimeZone::createDefault(), aLocale, success),
/external/icu4c/i18n/unicode/
H A Dgregocal.h198 * @param aLocale The given locale.
203 GregorianCalendar(const Locale& aLocale, UErrorCode& success);
211 * @param aLocale The given locale.
216 GregorianCalendar(TimeZone* zoneToAdopt, const Locale& aLocale, UErrorCode& success);
223 * @param aLocale The given locale.
228 GregorianCalendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success);
H A Ddatefmt.h500 * @param aLocale The given locale.
505 const Locale& aLocale = Locale::getDefault());
513 * @param aLocale The given locale.
518 const Locale& aLocale = Locale::getDefault());
529 * @param aLocale The given locale.
535 const Locale& aLocale = Locale::getDefault());
H A Dcalendar.h319 * @param aLocale The given locale.
326 static Calendar* U_EXPORT2 createInstance(const Locale& aLocale, UErrorCode& success);
334 * @param aLocale The given locale.
341 static Calendar* U_EXPORT2 createInstance(TimeZone* zoneToAdopt, const Locale& aLocale, UErrorCode& success);
348 * @param aLocale The given locale.
355 static Calendar* U_EXPORT2 createInstance(const TimeZone& zoneToAdopt, const Locale& aLocale, UErrorCode& success);
1279 * @param aLocale The given locale.
1284 Calendar(TimeZone* zone, const Locale& aLocale, UErrorCode& success);
1290 * @param aLocale The given locale.
1295 Calendar(const TimeZone& zone, const Locale& aLocale, UErrorCod
[all...]

Completed in 813 milliseconds

12