Searched refs:BFormattingConventions (Results 1 - 16 of 16) sorted by relevance

/haiku-fatelf/headers/private/locale/
H A DFormattingConventionsPrivate.h12 class BFormattingConventions::Private {
14 Private(const BFormattingConventions* conventions = NULL)
21 SetTo(const BFormattingConventions* conventions)
33 const BFormattingConventions* fFormattingConventions;
H A DLocaleRosterData.h44 const BFormattingConventions& conventions);
57 const BFormattingConventions& convetions);
75 const BFormattingConventions& conventions);
H A DMutableLocaleRoster.h40 const BFormattingConventions& conventions);
/haiku-fatelf/headers/os/locale/
H A DFormattingConventions.h52 class BFormattingConventions : public BArchivable { class in inherits:BArchivable
54 BFormattingConventions(const char* id = NULL);
55 BFormattingConventions(
56 const BFormattingConventions& other);
57 BFormattingConventions(const BMessage* archive);
59 BFormattingConventions& operator=(
60 const BFormattingConventions& other);
62 ~BFormattingConventions();
65 const BFormattingConventions& other) const;
67 const BFormattingConventions
[all...]
H A DLocale.h59 const BFormattingConventions* conventions
71 BFormattingConventions* conventions) const;
74 const BFormattingConventions& conventions);
172 BFormattingConventions fConventions;
H A DLocaleRoster.h17 class BFormattingConventions;
/haiku-fatelf/src/kits/locale/
H A DFormattingConventions.cpp176 // #pragma mark - BFormattingConventions
186 BFormattingConventions::BFormattingConventions(const char* id) function in class:BFormattingConventions
196 BFormattingConventions::BFormattingConventions( function in class:BFormattingConventions
197 const BFormattingConventions& other)
219 BFormattingConventions::BFormattingConventions(const BMessage* archive) function in class:BFormattingConventions
256 BFormattingConventions&
257 BFormattingConventions
[all...]
H A DLocaleRosterData.cpp125 const BFormattingConventions& conventions)
175 const BFormattingConventions& newFormattingConventions)
462 BFormattingConventions conventions(&settings);
482 BFormattingConventions conventions("en_US");
576 const BFormattingConventions& newFormattingConventions)
642 BFormattingConventions conventions;
H A DLocale.cpp36 const BFormattingConventions* conventions)
121 BLocale::GetFormattingConventions(BFormattingConventions* conventions) const
156 BLocale::SetFormattingConventions(const BFormattingConventions& conventions)
366 *BFormattingConventions::Private(&fConventions).ICULocale(), err);
739 *BFormattingConventions::Private(&fConventions).ICULocale(),
779 *BFormattingConventions::Private(&fConventions).ICULocale(),
823 *BFormattingConventions::Private(&fConventions).ICULocale(),
848 : BFormattingConventions::Private(&fConventions).ICULocale();
871 : BFormattingConventions::Private(&fConventions).ICULocale();
H A DMutableLocaleRoster.cpp70 const BFormattingConventions& newFormattingConventions)
H A DLocaleRoster.cpp129 BFormattingConventions("en_US")))
/haiku-fatelf/src/bin/locale/
H A Dlocale.cpp44 BFormattingConventions conventions;
58 BFormattingConventions conventions;
/haiku-fatelf/src/preferences/locale/
H A DFormatSettingsView.h66 BFormattingConventions fInitialConventions;
H A DFormatSettingsView.cpp264 BFormattingConventions conventions;
278 BFormattingConventions conventions;
292 BFormattingConventions conventions;
324 BFormattingConventions conventions;
350 BFormattingConventions conventions;
H A DLocaleWindow.cpp189 BFormattingConventions initialConventions;
197 BFormattingConventions conventions(conventionsID);
430 BFormattingConventions conventions(item->ID());
636 BFormattingConventions conventions("en_US");
/haiku-fatelf/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp265 BFormattingConventions conventions(language.String());

Completed in 124 milliseconds