Searched refs:BFormattingConventions (Results 1 - 25 of 36) sorted by path

12

/haiku/headers/os/locale/
H A DDateFormat.h44 const BFormattingConventions& format);
H A DDateTimeFormat.h35 const BFormattingConventions& conventions);
H A DDurationFormat.h30 const BFormattingConventions& conventions,
H A DFormat.h49 const BFormattingConventions& conventions);
59 const BFormattingConventions& conventions);
62 BFormattingConventions fConventions;
H A DFormattingConventions.h55 class BFormattingConventions : public BArchivable { class in inherits:BArchivable
57 BFormattingConventions(const char* id = NULL);
58 BFormattingConventions(
59 const BFormattingConventions& other);
60 BFormattingConventions(const BMessage* archive);
62 BFormattingConventions& operator=(
63 const BFormattingConventions& other);
65 ~BFormattingConventions();
68 const BFormattingConventions& other) const;
70 const BFormattingConventions
[all...]
H A DLocale.h22 const BFormattingConventions* conventions
34 BFormattingConventions* conventions) const;
37 const BFormattingConventions& conventions);
56 BFormattingConventions fConventions;
H A DLocaleRoster.h20 class BFormattingConventions;
H A DRelativeDateTimeFormat.h32 const BFormattingConventions& conventions);
H A DTimeFormat.h23 const BFormattingConventions& conventions);
H A DTimeUnitFormat.h49 const BFormattingConventions& conventions,
/haiku/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.h45 const BFormattingConventions& conventions);
58 const BFormattingConventions& convetions);
76 const BFormattingConventions& conventions);
H A DMutableLocaleRoster.h40 const BFormattingConventions& conventions);
/haiku/src/bin/locale/
H A Dlocale.cpp58 BFormattingConventions conventions;
72 BFormattingConventions conventions;
/haiku/src/kits/locale/
H A DFormat.cpp25 const BFormattingConventions& conventions)
55 BFormattingConventions conventions;
72 const BFormattingConventions& conventions)
H A DLocale.cpp16 const BFormattingConventions* conventions)
101 BLocale::GetFormattingConventions(BFormattingConventions* conventions) const
136 BLocale::SetFormattingConventions(const BFormattingConventions& conventions)
H A DDateFormat.cpp48 const BFormattingConventions& conventions)
272 *BFormattingConventions::Private(&fConventions).ICULocale(), err));
408 : BFormattingConventions::Private(&fConventions).ICULocale();
H A DDateTimeFormat.cpp35 const BFormattingConventions& conventions)
159 : BFormattingConventions::Private(&fConventions).ICULocale();
H A DDurationFormat.cpp41 const BFormattingConventions& conventions,
H A DFormattingConventions.cpp180 // #pragma mark - BFormattingConventions
190 BFormattingConventions::BFormattingConventions(const char* id) function in class:BFormattingConventions
200 BFormattingConventions::BFormattingConventions( function in class:BFormattingConventions
201 const BFormattingConventions& other)
228 BFormattingConventions::BFormattingConventions(const BMessage* archive) function in class:BFormattingConventions
265 BFormattingConventions&
266 BFormattingConventions
[all...]
H A DLocaleRoster.cpp132 BFormattingConventions("en_US")))
H A DLocaleRosterData.cpp131 const BFormattingConventions& conventions)
185 const BFormattingConventions& newFormattingConventions)
460 BFormattingConventions conventions(&settings);
480 BFormattingConventions conventions("en_US");
574 const BFormattingConventions& newFormattingConventions)
640 BFormattingConventions conventions;
/haiku/src/tests/kits/locale/
H A DDurationFormatTest.cpp49 BFormattingConventions englishFormat("en_US");
52 BFormattingConventions frenchFormat("fr_FR");
102 BFormattingConventions englishFormat("en_US");
105 BFormattingConventions frenchFormat("fr_FR");
H A DRelativeDateTimeFormatTest.cpp104 BFormattingConventions formatting(values[i].convention);
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp355 BFormattingConventions conventions(language.String());

Completed in 250 milliseconds

12