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

12

/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/headers/os/locale/
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 DFormat.h49 const BFormattingConventions& conventions);
59 const BFormattingConventions& conventions);
62 BFormattingConventions fConventions;
H A DLocale.h22 const BFormattingConventions* conventions
34 BFormattingConventions* conventions) const;
37 const BFormattingConventions& conventions);
56 BFormattingConventions fConventions;
H A DRelativeDateTimeFormat.h32 const BFormattingConventions& conventions);
H A DDurationFormat.h30 const BFormattingConventions& conventions,
H A DDateTimeFormat.h35 const BFormattingConventions& conventions);
H A DTimeUnitFormat.h49 const BFormattingConventions& conventions,
H A DTimeFormat.h23 const BFormattingConventions& conventions);
H A DLocaleRoster.h20 class BFormattingConventions;
H A DDateFormat.h44 const BFormattingConventions& format);
/haiku/src/kits/locale/
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 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 DNumberFormat.cpp33 NumberFormat* GetInteger(BFormattingConventions* convention);
34 NumberFormat* GetFloat(BFormattingConventions* convention);
35 NumberFormat* GetCurrency(BFormattingConventions* convention);
36 NumberFormat* GetPercent(BFormattingConventions* convention);
71 BNumberFormatImpl::GetInteger(BFormattingConventions* convention)
76 *BFormattingConventions::Private(convention).ICULocale(),
93 BNumberFormatImpl::GetFloat(BFormattingConventions* convention)
98 *BFormattingConventions::Private(convention).ICULocale(),
115 BNumberFormatImpl::GetCurrency(BFormattingConventions* convention)
120 *BFormattingConventions
[all...]
H A DStringFormat.cpp26 : BFormat(language, BFormattingConventions())
H A DDateTimeFormat.cpp35 const BFormattingConventions& conventions)
159 : BFormattingConventions::Private(&fConventions).ICULocale();
/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 DNumberFormatTest.cpp52 BFormattingConventions formattingConventions(languageCode);
H A DDateFormatTest.cpp67 BFormattingConventions formatting(tests[i].formatting);
145 BFormattingConventions formatting(values[i].convention);
183 BFormattingConventions formatting("en_US");
206 BFormattingConventions formatting("en_US");
276 BFormattingConventions formatting("en_US");
375 BFormattingConventions formatting("en_US");
406 BFormattingConventions formatting("fr_FR");
/haiku/src/bin/locale/
H A Dlocale.cpp58 BFormattingConventions conventions;
72 BFormattingConventions conventions;
/haiku/src/preferences/locale/
H A DFormatSettingsView.h68 BFormattingConventions fInitialConventions;
H A DFormatSettingsView.cpp273 BFormattingConventions conventions;
287 BFormattingConventions conventions;
301 BFormattingConventions conventions;
335 BFormattingConventions conventions;
364 BFormattingConventions conventions;

Completed in 82 milliseconds

12