Symbol: BFormattingConventions
headers/os/locale/DateFormat.h
44
const BFormattingConventions& format);
headers/os/locale/DateTimeFormat.h
35
const BFormattingConventions& conventions);
headers/os/locale/DurationFormat.h
30
const BFormattingConventions& conventions,
headers/os/locale/Format.h
49
const BFormattingConventions& conventions);
headers/os/locale/Format.h
59
const BFormattingConventions& conventions);
headers/os/locale/Format.h
62
BFormattingConventions fConventions;
headers/os/locale/FormattingConventions.h
55
class BFormattingConventions : public BArchivable {
headers/os/locale/FormattingConventions.h
57
BFormattingConventions(const char* id = NULL);
headers/os/locale/FormattingConventions.h
58
BFormattingConventions(
headers/os/locale/FormattingConventions.h
59
const BFormattingConventions& other);
headers/os/locale/FormattingConventions.h
60
BFormattingConventions(const BMessage* archive);
headers/os/locale/FormattingConventions.h
62
BFormattingConventions& operator=(
headers/os/locale/FormattingConventions.h
63
const BFormattingConventions& other);
headers/os/locale/FormattingConventions.h
65
~BFormattingConventions();
headers/os/locale/FormattingConventions.h
68
const BFormattingConventions& other) const;
headers/os/locale/FormattingConventions.h
70
const BFormattingConventions& other) const;
headers/os/locale/Locale.h
22
const BFormattingConventions* conventions
headers/os/locale/Locale.h
34
BFormattingConventions* conventions) const;
headers/os/locale/Locale.h
37
const BFormattingConventions& conventions);
headers/os/locale/Locale.h
56
BFormattingConventions fConventions;
headers/os/locale/LocaleRoster.h
20
class BFormattingConventions;
headers/os/locale/RelativeDateTimeFormat.h
32
const BFormattingConventions& conventions);
headers/os/locale/TimeFormat.h
23
const BFormattingConventions& conventions);
headers/os/locale/TimeUnitFormat.h
49
const BFormattingConventions& conventions,
headers/private/locale/FormattingConventionsPrivate.h
12
class BFormattingConventions::Private {
headers/private/locale/FormattingConventionsPrivate.h
14
Private(const BFormattingConventions* conventions = NULL)
headers/private/locale/FormattingConventionsPrivate.h
21
SetTo(const BFormattingConventions* conventions)
headers/private/locale/FormattingConventionsPrivate.h
33
const BFormattingConventions* fFormattingConventions;
headers/private/locale/LocaleRosterData.h
45
const BFormattingConventions& conventions);
headers/private/locale/LocaleRosterData.h
58
const BFormattingConventions& convetions);
headers/private/locale/LocaleRosterData.h
76
const BFormattingConventions& conventions);
headers/private/locale/MutableLocaleRoster.h
40
const BFormattingConventions& conventions);
src/apps/firstbootprompt/BootPromptWindow.cpp
355
BFormattingConventions conventions(language.String());
src/bin/locale/locale.cpp
58
BFormattingConventions conventions;
src/bin/locale/locale.cpp
72
BFormattingConventions conventions;
src/kits/locale/DateFormat.cpp
272
*BFormattingConventions::Private(&fConventions).ICULocale(), err));
src/kits/locale/DateFormat.cpp
408
: BFormattingConventions::Private(&fConventions).ICULocale();
src/kits/locale/DateFormat.cpp
48
const BFormattingConventions& conventions)
src/kits/locale/DateTimeFormat.cpp
159
: BFormattingConventions::Private(&fConventions).ICULocale();
src/kits/locale/DateTimeFormat.cpp
35
const BFormattingConventions& conventions)
src/kits/locale/DurationFormat.cpp
41
const BFormattingConventions& conventions,
src/kits/locale/Format.cpp
25
const BFormattingConventions& conventions)
src/kits/locale/Format.cpp
55
BFormattingConventions conventions;
src/kits/locale/Format.cpp
72
const BFormattingConventions& conventions)
src/kits/locale/FormattingConventions.cpp
190
BFormattingConventions::BFormattingConventions(const char* id)
src/kits/locale/FormattingConventions.cpp
200
BFormattingConventions::BFormattingConventions(
src/kits/locale/FormattingConventions.cpp
201
const BFormattingConventions& other)
src/kits/locale/FormattingConventions.cpp
228
BFormattingConventions::BFormattingConventions(const BMessage* archive)
src/kits/locale/FormattingConventions.cpp
265
BFormattingConventions&
src/kits/locale/FormattingConventions.cpp
266
BFormattingConventions::operator=(const BFormattingConventions& other)
src/kits/locale/FormattingConventions.cpp
300
BFormattingConventions::~BFormattingConventions()
src/kits/locale/FormattingConventions.cpp
307
BFormattingConventions::operator==(const BFormattingConventions& other) const
src/kits/locale/FormattingConventions.cpp
331
BFormattingConventions::operator!=(const BFormattingConventions& other) const
src/kits/locale/FormattingConventions.cpp
338
BFormattingConventions::ID() const
src/kits/locale/FormattingConventions.cpp
345
BFormattingConventions::LanguageCode() const
src/kits/locale/FormattingConventions.cpp
352
BFormattingConventions::CountryCode() const
src/kits/locale/FormattingConventions.cpp
363
BFormattingConventions::AreCountrySpecific() const
src/kits/locale/FormattingConventions.cpp
370
BFormattingConventions::GetNativeName(BString& name) const
src/kits/locale/FormattingConventions.cpp
385
BFormattingConventions::GetName(BString& name,
src/kits/locale/FormattingConventions.cpp
408
BFormattingConventions::MeasurementKind() const
src/kits/locale/FormattingConventions.cpp
422
BFormattingConventions::GetDateFormat(BDateFormatStyle style,
src/kits/locale/FormattingConventions.cpp
455
BFormattingConventions::GetTimeFormat(BTimeFormatStyle style,
src/kits/locale/FormattingConventions.cpp
495
BFormattingConventions::GetDateTimeFormat(BDateFormatStyle dateStyle,
src/kits/locale/FormattingConventions.cpp
539
BFormattingConventions::GetNumericFormat(BString& outFormat) const
src/kits/locale/FormattingConventions.cpp
547
BFormattingConventions::GetMonetaryFormat(BString& outFormat) const
src/kits/locale/FormattingConventions.cpp
555
BFormattingConventions::SetExplicitDateFormat(BDateFormatStyle style,
src/kits/locale/FormattingConventions.cpp
563
BFormattingConventions::SetExplicitTimeFormat(BTimeFormatStyle style,
src/kits/locale/FormattingConventions.cpp
571
BFormattingConventions::SetExplicitDateTimeFormat(BDateFormatStyle dateStyle,
src/kits/locale/FormattingConventions.cpp
579
BFormattingConventions::SetExplicitNumericFormat(const BString& format)
src/kits/locale/FormattingConventions.cpp
586
BFormattingConventions::SetExplicitMonetaryFormat(const BString& format)
src/kits/locale/FormattingConventions.cpp
593
BFormattingConventions::UseStringsFromPreferredLanguage() const
src/kits/locale/FormattingConventions.cpp
600
BFormattingConventions::SetUseStringsFromPreferredLanguage(bool value)
src/kits/locale/FormattingConventions.cpp
607
BFormattingConventions::Use24HourClock() const
src/kits/locale/FormattingConventions.cpp
625
BFormattingConventions::SetExplicitUse24HourClock(bool value)
src/kits/locale/FormattingConventions.cpp
639
BFormattingConventions::UnsetExplicitUse24HourClock()
src/kits/locale/FormattingConventions.cpp
649
BFormattingConventions::Archive(BMessage* archive, bool deep) const
src/kits/locale/FormattingConventions.cpp
669
BFormattingConventions::CoerceFormatForClock(BString& outFormat) const
src/kits/locale/Locale.cpp
103
BLocale::GetFormattingConventions(BFormattingConventions* conventions) const
src/kits/locale/Locale.cpp
138
BLocale::SetFormattingConventions(const BFormattingConventions& conventions)
src/kits/locale/Locale.cpp
16
const BFormattingConventions* conventions)
src/kits/locale/LocaleRoster.cpp
132
BFormattingConventions("en_US")))
src/kits/locale/LocaleRosterData.cpp
131
const BFormattingConventions& conventions)
src/kits/locale/LocaleRosterData.cpp
185
const BFormattingConventions& newFormattingConventions)
src/kits/locale/LocaleRosterData.cpp
460
BFormattingConventions conventions(&settings);
src/kits/locale/LocaleRosterData.cpp
480
BFormattingConventions conventions("en_US");
src/kits/locale/LocaleRosterData.cpp
574
const BFormattingConventions& newFormattingConventions)
src/kits/locale/LocaleRosterData.cpp
640
BFormattingConventions conventions;
src/kits/locale/MutableLocaleRoster.cpp
71
const BFormattingConventions& newFormattingConventions)
src/kits/locale/NumberFormat.cpp
115
BNumberFormatImpl::GetCurrency(BFormattingConventions* convention)
src/kits/locale/NumberFormat.cpp
120
*BFormattingConventions::Private(convention).ICULocale(),
src/kits/locale/NumberFormat.cpp
137
BNumberFormatImpl::GetPercent(BFormattingConventions* convention)
src/kits/locale/NumberFormat.cpp
142
*BFormattingConventions::Private(convention).ICULocale(),
src/kits/locale/NumberFormat.cpp
33
NumberFormat* GetInteger(BFormattingConventions* convention);
src/kits/locale/NumberFormat.cpp
34
NumberFormat* GetFloat(BFormattingConventions* convention);
src/kits/locale/NumberFormat.cpp
35
NumberFormat* GetCurrency(BFormattingConventions* convention);
src/kits/locale/NumberFormat.cpp
36
NumberFormat* GetPercent(BFormattingConventions* convention);
src/kits/locale/NumberFormat.cpp
71
BNumberFormatImpl::GetInteger(BFormattingConventions* convention)
src/kits/locale/NumberFormat.cpp
76
*BFormattingConventions::Private(convention).ICULocale(),
src/kits/locale/NumberFormat.cpp
93
BNumberFormatImpl::GetFloat(BFormattingConventions* convention)
src/kits/locale/NumberFormat.cpp
98
*BFormattingConventions::Private(convention).ICULocale(),
src/kits/locale/RelativeDateTimeFormat.cpp
77
const BFormattingConventions& conventions)
src/kits/locale/StringFormat.cpp
26
: BFormat(language, BFormattingConventions())
src/kits/locale/TimeFormat.cpp
236
: BFormattingConventions::Private(&fConventions).ICULocale();
src/kits/locale/TimeFormat.cpp
37
const BFormattingConventions& conventions)
src/kits/locale/TimeUnitFormat.cpp
72
const BFormattingConventions& conventions,
src/preferences/locale/FormatSettingsView.cpp
273
BFormattingConventions conventions;
src/preferences/locale/FormatSettingsView.cpp
287
BFormattingConventions conventions;
src/preferences/locale/FormatSettingsView.cpp
301
BFormattingConventions conventions;
src/preferences/locale/FormatSettingsView.cpp
335
BFormattingConventions conventions;
src/preferences/locale/FormatSettingsView.cpp
364
BFormattingConventions conventions;
src/preferences/locale/FormatSettingsView.h
68
BFormattingConventions fInitialConventions;
src/preferences/locale/LocaleWindow.cpp
197
BFormattingConventions initialConventions;
src/preferences/locale/LocaleWindow.cpp
205
BFormattingConventions conventions(conventionsID);
src/preferences/locale/LocaleWindow.cpp
428
BFormattingConventions conventions(item->ID());
src/preferences/locale/LocaleWindow.cpp
635
BFormattingConventions conventions("en_US");
src/tests/kits/locale/DateFormatTest.cpp
148
BFormattingConventions formatting(values[i].convention);
src/tests/kits/locale/DateFormatTest.cpp
186
BFormattingConventions formatting("en_US");
src/tests/kits/locale/DateFormatTest.cpp
209
BFormattingConventions formatting("en_US");
src/tests/kits/locale/DateFormatTest.cpp
279
BFormattingConventions formatting("en_US");
src/tests/kits/locale/DateFormatTest.cpp
378
BFormattingConventions formatting("en_US");
src/tests/kits/locale/DateFormatTest.cpp
409
BFormattingConventions formatting("fr_FR");
src/tests/kits/locale/DateFormatTest.cpp
69
BFormattingConventions formatting(tests[i].formatting);
src/tests/kits/locale/DurationFormatTest.cpp
104
BFormattingConventions englishFormat("en_US");
src/tests/kits/locale/DurationFormatTest.cpp
107
BFormattingConventions frenchFormat("fr_FR");
src/tests/kits/locale/DurationFormatTest.cpp
49
BFormattingConventions englishFormat("en_US");
src/tests/kits/locale/DurationFormatTest.cpp
52
BFormattingConventions frenchFormat("fr_FR");
src/tests/kits/locale/NumberFormatTest.cpp
52
BFormattingConventions formattingConventions(languageCode);
src/tests/kits/locale/RelativeDateTimeFormatTest.cpp
104
BFormattingConventions formatting(values[i].convention);