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

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

Completed in 102 milliseconds