Home
last modified time | relevance | path

Searched refs:fConventions (Results 1 – 8 of 8) sorted by relevance

/haiku/src/kits/locale/
H A DLocale.cpp19 fConventions = *conventions; in BLocale()
21 BLocale::Default()->GetFormattingConventions(&fConventions); in BLocale()
32 fConventions(other.fConventions), in BLocale()
56 fConventions = other.fConventions; in operator =()
110 *conventions = fConventions; in GetFormattingConventions()
142 fConventions = conventions; in SetFormattingConventions()
H A DNumberFormat.cpp234 NumberFormat* formatter = fPrivateData->GetFloat(&fConventions); in Format()
265 NumberFormat* formatter = fPrivateData->GetInteger(&fConventions); in Format()
284 NumberFormat* decimalFormatter = fPrivateData->GetFloat(&fConventions); in SetPrecision()
285 NumberFormat* currencyFormatter = fPrivateData->GetCurrency(&fConventions); in SetPrecision()
286 NumberFormat* percentFormatter = fPrivateData->GetPercent(&fConventions); in SetPrecision()
308 fPrivateData->GetCurrency(&fConventions), string, maxSize, value); in FormatMonetary()
316 fPrivateData->GetCurrency(&fConventions), string, value); in FormatMonetary()
324 fPrivateData->GetPercent(&fConventions), string, maxSize, value); in FormatPercent()
332 fPrivateData->GetPercent(&fConventions), string, value); in FormatPercent()
339 NumberFormat* parser = fPrivateData->GetFloat(&fConventions); in Parse()
[all …]
H A DDateTimeFormat.cpp72 if (fConventions.Use24HourClock()) in SetDateTimeFormat()
91 fConventions.SetExplicitDateTimeFormat(dateStyle, timeStyle, buffer); in SetDateTimeFormat()
105 fConventions.GetDateTimeFormat(dateStyle, timeStyle, format); in Format()
129 fConventions.GetDateTimeFormat(dateStyle, timeStyle, format); in Format()
157 = fConventions.UseStringsFromPreferredLanguage() in _CreateDateTimeFormatter()
159 : BFormattingConventions::Private(&fConventions).ICULocale(); in _CreateDateTimeFormatter()
H A DFormat.cpp33 fConventions(other.fConventions), in BFormat()
74 fConventions = conventions; in _Initialize()
H A DTimeFormat.cpp58 fConventions.SetExplicitTimeFormat(style, format); in SetTimeFormat()
234 = fConventions.UseStringsFromPreferredLanguage() in _CreateTimeFormatter()
236 : BFormattingConventions::Private(&fConventions).ICULocale(); in _CreateTimeFormatter()
247 fConventions.GetTimeFormat(style, format); in _CreateTimeFormatter()
H A DDateFormat.cpp69 return fConventions.GetDateFormat(style, outFormat); in GetDateFormat()
77 fConventions.SetExplicitDateFormat(style, format); in SetDateFormat()
272 *BFormattingConventions::Private(&fConventions).ICULocale(), err)); in GetStartOfWeek()
406 = fConventions.UseStringsFromPreferredLanguage() in _CreateDateFormatter()
408 : BFormattingConventions::Private(&fConventions).ICULocale(); in _CreateDateFormatter()
419 fConventions.GetDateFormat(style, format); in _CreateDateFormatter()
/haiku/headers/os/locale/
H A DFormat.h62 BFormattingConventions fConventions;
H A DLocale.h56 BFormattingConventions fConventions; variable