Home
last modified time | relevance | path

Searched refs:aLocale (Results 1 – 25 of 62) sorted by relevance

123

/external/icu4c/i18n/
Ddatefmt.cpp304 const Locale& aLocale) in createTimeInstance() argument
306 return create(style, kNone, aLocale); in createTimeInstance()
313 const Locale& aLocale) in createDateInstance() argument
321 return create(kNone, (EStyle) (style), aLocale); in createDateInstance()
329 const Locale& aLocale) in createDateTimeInstance() argument
335 return create(timeStyle, dateStyle, aLocale); in createDateTimeInstance()
Dcecal.cpp49 CECalendar::CECalendar(const Locale& aLocale, UErrorCode& success) in CECalendar() argument
50 : Calendar(TimeZone::createDefault(), aLocale, success) in CECalendar()
Ddangical.cpp52 DangiCalendar::DangiCalendar(const Locale& aLocale, UErrorCode& success) in DangiCalendar() argument
53 : ChineseCalendar(aLocale, DANGI_EPOCH_YEAR, getDangiCalZoneAstroCalc(), success) in DangiCalendar()
Dcoptccal.cpp27 CopticCalendar::CopticCalendar(const Locale& aLocale, UErrorCode& success) in CopticCalendar() argument
28 : CECalendar(aLocale, success) in CopticCalendar()
Dchnsecal.h112 ChineseCalendar(const Locale& aLocale, UErrorCode &success);
129 …ChineseCalendar(const Locale& aLocale, int32_t epochYear, const TimeZone* zoneAstroCalc, UErrorCod…
Dbuddhcal.cpp33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success) in BuddhistCalendar() argument
34 : GregorianCalendar(aLocale, success) in BuddhistCalendar()
Dethpccal.cpp29 EthiopicCalendar::EthiopicCalendar(const Locale& aLocale, in EthiopicCalendar() argument
32 : CECalendar(aLocale, success), in EthiopicCalendar()
Dtaiwncal.cpp33 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success) in TaiwanCalendar() argument
34 : GregorianCalendar(aLocale, success) in TaiwanCalendar()
Ddangical.h49 DangiCalendar(const Locale& aLocale, UErrorCode &success);
Dpersncal.cpp79 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success) in PersianCalendar() argument
80 : Calendar(TimeZone::createDefault(), aLocale, success) in PersianCalendar()
Dgregocal.cpp185 GregorianCalendar::GregorianCalendar(const Locale& aLocale, UErrorCode& status) in GregorianCalendar() argument
186 : Calendar(TimeZone::createDefault(), aLocale, status), in GregorianCalendar()
196 GregorianCalendar::GregorianCalendar(TimeZone* zone, const Locale& aLocale, in GregorianCalendar() argument
198 : Calendar(zone, aLocale, status), in GregorianCalendar()
208 GregorianCalendar::GregorianCalendar(const TimeZone& zone, const Locale& aLocale, in GregorianCalendar() argument
210 : Calendar(zone, aLocale, status), in GregorianCalendar()
/external/chromium_org/third_party/icu/source/i18n/
Ddatefmt.cpp299 const Locale& aLocale) in createTimeInstance() argument
301 return create(style, kNone, aLocale); in createTimeInstance()
308 const Locale& aLocale) in createDateInstance() argument
316 return create(kNone, (EStyle) (style), aLocale); in createDateInstance()
324 const Locale& aLocale) in createDateTimeInstance() argument
330 return create(timeStyle, dateStyle, aLocale); in createDateTimeInstance()
Dcecal.cpp49 CECalendar::CECalendar(const Locale& aLocale, UErrorCode& success) in CECalendar() argument
50 : Calendar(TimeZone::createDefault(), aLocale, success) in CECalendar()
Dcoptccal.cpp27 CopticCalendar::CopticCalendar(const Locale& aLocale, UErrorCode& success) in CopticCalendar() argument
28 : CECalendar(aLocale, success) in CopticCalendar()
Dbuddhcal.cpp33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success) in BuddhistCalendar() argument
34 : GregorianCalendar(aLocale, success) in BuddhistCalendar()
Dethpccal.cpp29 EthiopicCalendar::EthiopicCalendar(const Locale& aLocale, in EthiopicCalendar() argument
32 : CECalendar(aLocale, success), in EthiopicCalendar()
Dtaiwncal.cpp33 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success) in TaiwanCalendar() argument
34 : GregorianCalendar(aLocale, success) in TaiwanCalendar()
Dgregocal.cpp185 GregorianCalendar::GregorianCalendar(const Locale& aLocale, UErrorCode& status) in GregorianCalendar() argument
186 : Calendar(TimeZone::createDefault(), aLocale, status), in GregorianCalendar()
196 GregorianCalendar::GregorianCalendar(TimeZone* zone, const Locale& aLocale, in GregorianCalendar() argument
198 : Calendar(zone, aLocale, status), in GregorianCalendar()
208 GregorianCalendar::GregorianCalendar(const TimeZone& zone, const Locale& aLocale, in GregorianCalendar() argument
210 : Calendar(zone, aLocale, status), in GregorianCalendar()
Djapancal.cpp293 JapaneseCalendar::JapaneseCalendar(const Locale& aLocale, UErrorCode& success) in JapaneseCalendar() argument
294 : GregorianCalendar(aLocale, success) in JapaneseCalendar()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dgregocal.h203 GregorianCalendar(const Locale& aLocale, UErrorCode& success);
216 GregorianCalendar(TimeZone* zoneToAdopt, const Locale& aLocale, UErrorCode& success);
228 GregorianCalendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success);
Ddatefmt.h505 const Locale& aLocale = Locale::getDefault());
518 const Locale& aLocale = Locale::getDefault());
535 const Locale& aLocale = Locale::getDefault());
Dcalendar.h326 static Calendar* U_EXPORT2 createInstance(const Locale& aLocale, UErrorCode& success);
341 …static Calendar* U_EXPORT2 createInstance(TimeZone* zoneToAdopt, const Locale& aLocale, UErrorCode…
355 …static Calendar* U_EXPORT2 createInstance(const TimeZone& zoneToAdopt, const Locale& aLocale, UErr…
1284 Calendar(TimeZone* zone, const Locale& aLocale, UErrorCode& success);
1295 Calendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success);
/external/icu4c/i18n/unicode/
Dgregocal.h203 GregorianCalendar(const Locale& aLocale, UErrorCode& success);
216 GregorianCalendar(TimeZone* zoneToAdopt, const Locale& aLocale, UErrorCode& success);
228 GregorianCalendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success);
Ddatefmt.h537 const Locale& aLocale = Locale::getDefault());
555 const Locale& aLocale = Locale::getDefault());
577 const Locale& aLocale = Locale::getDefault());
Dcalendar.h357 static Calendar* U_EXPORT2 createInstance(const Locale& aLocale, UErrorCode& success);
372 …static Calendar* U_EXPORT2 createInstance(TimeZone* zoneToAdopt, const Locale& aLocale, UErrorCode…
386 …static Calendar* U_EXPORT2 createInstance(const TimeZone& zone, const Locale& aLocale, UErrorCode&…
1467 Calendar(TimeZone* zone, const Locale& aLocale, UErrorCode& success);
1478 Calendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success);

123