Searched refs:BFormattingConventions (Results 1 - 25 of 36) sorted by last modified time

12

/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp273 BFormattingConventions conventions;
287 BFormattingConventions conventions;
301 BFormattingConventions conventions;
335 BFormattingConventions conventions;
364 BFormattingConventions conventions;
H A DLocaleWindow.cpp197 BFormattingConventions initialConventions;
205 BFormattingConventions conventions(conventionsID);
428 BFormattingConventions conventions(item->ID());
635 BFormattingConventions conventions("en_US");
H A DFormatSettingsView.h68 BFormattingConventions fInitialConventions;
/haiku/src/kits/locale/
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 DLocaleRoster.cpp132 BFormattingConventions("en_US")))
H A DMutableLocaleRoster.cpp71 const BFormattingConventions& newFormattingConventions)
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 DTimeFormat.cpp37 const BFormattingConventions& conventions)
236 : BFormattingConventions::Private(&fConventions).ICULocale();
H A DDateTimeFormat.cpp35 const BFormattingConventions& conventions)
159 : BFormattingConventions::Private(&fConventions).ICULocale();
H A DDateFormat.cpp48 const BFormattingConventions& conventions)
272 *BFormattingConventions::Private(&fConventions).ICULocale(), err));
408 : BFormattingConventions::Private(&fConventions).ICULocale();
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;
H A DTimeUnitFormat.cpp72 const BFormattingConventions& conventions,
H A DRelativeDateTimeFormat.cpp77 const BFormattingConventions& conventions)
H A DStringFormat.cpp26 : BFormat(language, BFormattingConventions())
H A DDurationFormat.cpp41 const BFormattingConventions& conventions,
/haiku/src/tests/kits/locale/
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");
H A DNumberFormatTest.cpp52 BFormattingConventions formattingConventions(languageCode);
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());
/haiku/headers/private/locale/
H A DMutableLocaleRoster.h40 const BFormattingConventions& conventions);
/haiku/src/bin/locale/
H A Dlocale.cpp58 BFormattingConventions conventions;
72 BFormattingConventions conventions;
/haiku/headers/os/locale/
H A DLocaleRoster.h20 class BFormattingConventions;
H A DDurationFormat.h30 const BFormattingConventions& conventions,
H A DDateFormat.h44 const BFormattingConventions& format);

Completed in 185 milliseconds

12