Searched refs:fConventions (Results 1 – 8 of 8) sorted by relevance
/haiku/src/kits/locale/ |
H A D | Locale.cpp | 19 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 D | NumberFormat.cpp | 234 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 D | DateTimeFormat.cpp | 72 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 D | Format.cpp | 33 fConventions(other.fConventions), in BFormat() 74 fConventions = conventions; in _Initialize()
|
H A D | TimeFormat.cpp | 58 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 D | DateFormat.cpp | 69 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 D | Format.h | 62 BFormattingConventions fConventions;
|
H A D | Locale.h | 56 BFormattingConventions fConventions; variable
|