Home
last modified time | relevance | path

Searched refs:ICULocale (Results 1 – 10 of 10) sorted by relevance

/haiku/headers/private/libroot/locale/
H A DICUCategoryData.h35 const U_NAMESPACE_QUALIFIER Locale& ICULocale() const;
61 ICUCategoryData::ICULocale() const in ICULocale() function
/haiku/src/kits/locale/
H A DDateTimeFormat.cpp58 *BLanguage::Private(&fLanguage).ICULocale(), error); in SetDateTimeFormat()
158 ? BLanguage::Private(&fLanguage).ICULocale() in _CreateDateTimeFormatter()
159 : BFormattingConventions::Private(&fConventions).ICULocale(); in _CreateDateTimeFormatter()
H A DNumberFormat.cpp76 *BFormattingConventions::Private(convention).ICULocale(), in GetInteger()
98 *BFormattingConventions::Private(convention).ICULocale(), in GetFloat()
120 *BFormattingConventions::Private(convention).ICULocale(), in GetCurrency()
142 *BFormattingConventions::Private(convention).ICULocale(), in GetPercent()
H A DStringFormat.cpp83 = BLanguage::Private(&fLanguage).ICULocale(); in _Initialize()
H A DTimeFormat.cpp235 ? BLanguage::Private(&fLanguage).ICULocale() in _CreateTimeFormatter()
236 : BFormattingConventions::Private(&fConventions).ICULocale(); in _CreateTimeFormatter()
H A DDateFormat.cpp272 *BFormattingConventions::Private(&fConventions).ICULocale(), err)); in GetStartOfWeek()
407 ? BLanguage::Private(&fLanguage).ICULocale() in _CreateDateFormatter()
408 : BFormattingConventions::Private(&fConventions).ICULocale(); in _CreateDateFormatter()
/haiku/headers/private/locale/
H A DFormattingConventionsPrivate.h27 ICULocale() in ICULocale() function
H A DLanguagePrivate.h27 ICULocale() in ICULocale() function
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeConversion.cpp216 GregorianCalendar calendar(*icuTimeZone, fTimeData.ICULocale(), icuStatus); in _FillTmValues()
269 GregorianCalendar calendar(*icuTimeZone, fTimeData.ICULocale(), in _Mktime()
H A DICUTimeData.cpp276 return fMessagesData.ICULocale(); in ICULocaleForStrings()