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

/haiku/headers/private/locale/
H A DFormattingConventionsPrivate.h27 ICULocale() function in class:BFormattingConventions::Private
H A DLanguagePrivate.h27 ICULocale() function in class:BLanguage::Private
/haiku/headers/private/libroot/locale/
H A DICUCategoryData.h35 const U_NAMESPACE_QUALIFIER Locale& ICULocale() const;
61 ICUCategoryData::ICULocale() const function in class:BPrivate::Libroot::ICUCategoryData
/haiku/src/kits/locale/
H A DDateTimeFormat.cpp58 *BLanguage::Private(&fLanguage).ICULocale(), error);
158 ? BLanguage::Private(&fLanguage).ICULocale()
159 : BFormattingConventions::Private(&fConventions).ICULocale();
H A DStringFormat.cpp83 = BLanguage::Private(&fLanguage).ICULocale();
H A DNumberFormat.cpp76 *BFormattingConventions::Private(convention).ICULocale(),
98 *BFormattingConventions::Private(convention).ICULocale(),
120 *BFormattingConventions::Private(convention).ICULocale(),
142 *BFormattingConventions::Private(convention).ICULocale(),
H A DDateFormat.cpp272 *BFormattingConventions::Private(&fConventions).ICULocale(), err));
407 ? BLanguage::Private(&fLanguage).ICULocale()
408 : BFormattingConventions::Private(&fConventions).ICULocale();
H A DTimeFormat.cpp235 ? BLanguage::Private(&fLanguage).ICULocale()
236 : BFormattingConventions::Private(&fConventions).ICULocale();
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeConversion.cpp210 GregorianCalendar calendar(*icuTimeZone, fTimeData.ICULocale(), icuStatus);
263 GregorianCalendar calendar(*icuTimeZone, fTimeData.ICULocale(),
H A DICUTimeData.cpp276 return fMessagesData.ICULocale();

Completed in 153 milliseconds