Searched refs:conventions (Results 1 - 23 of 23) sorted by path

/haiku/headers/os/locale/
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);
H A DLocale.h22 const BFormattingConventions* conventions
34 BFormattingConventions* conventions) const;
37 const BFormattingConventions& conventions);
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.h14 Private(const BFormattingConventions* conventions = NULL)
16 fFormattingConventions(conventions)
21 SetTo(const BFormattingConventions* conventions) argument
23 fFormattingConventions = conventions;
H A DLocaleRosterData.h45 const BFormattingConventions& conventions);
76 const BFormattingConventions& conventions);
H A DMutableLocaleRoster.h40 const BFormattingConventions& conventions);
/haiku/src/bin/locale/
H A Dlocale.cpp58 BFormattingConventions conventions; local
59 BLocale::Default()->GetFormattingConventions(&conventions);
60 if (conventions.CountryCode() != NULL) {
61 printf("%s_%s.UTF-8\n", conventions.LanguageCode(),
62 conventions.CountryCode());
64 printf("%s.UTF-8\n", conventions.LanguageCode());
72 BFormattingConventions conventions; local
73 BLocale::Default()->GetFormattingConventions(&conventions);
74 if (conventions.CountryCode() != NULL) {
75 printf("%s_%s.UTF-8%s\n", conventions
[all...]
/haiku/src/kits/locale/
H A DFormat.cpp25 const BFormattingConventions& conventions)
27 _Initialize(language, conventions);
55 BFormattingConventions conventions; local
58 fInitStatus = locale.GetFormattingConventions(&conventions);
66 return _Initialize(language, conventions);
72 const BFormattingConventions& conventions)
74 fConventions = conventions;
24 BFormat(const BLanguage& language, const BFormattingConventions& conventions) argument
71 _Initialize(const BLanguage& language, const BFormattingConventions& conventions) argument
H A DLocale.cpp16 const BFormattingConventions* conventions)
18 if (conventions != NULL)
19 fConventions = *conventions;
101 BLocale::GetFormattingConventions(BFormattingConventions* conventions) const
103 if (!conventions)
110 *conventions = fConventions;
136 BLocale::SetFormattingConventions(const BFormattingConventions& conventions) argument
142 fConventions = conventions;
15 BLocale(const BLanguage* language, const BFormattingConventions* conventions) argument
H A DDateFormat.cpp48 const BFormattingConventions& conventions)
49 : BFormat(language, conventions)
47 BDateFormat(const BLanguage& language, const BFormattingConventions& conventions) argument
H A DDateTimeFormat.cpp35 const BFormattingConventions& conventions)
36 : BFormat(language, conventions)
34 BDateTimeFormat(const BLanguage& language, const BFormattingConventions& conventions) argument
H A DDurationFormat.cpp41 const BFormattingConventions& conventions,
44 Inherited(language, conventions),
46 fTimeUnitFormat(language, conventions, style)
40 BDurationFormat(const BLanguage& language, const BFormattingConventions& conventions, const BString& separator, const time_unit_style style) argument
H A DLocaleRosterData.cpp131 const BFormattingConventions& conventions)
134 fDefaultLocale(&language, &conventions),
460 BFormattingConventions conventions(&settings);
461 fDefaultLocale.SetFormattingConventions(conventions);
480 BFormattingConventions conventions("en_US");
481 fDefaultLocale.SetFormattingConventions(conventions);
640 BFormattingConventions conventions; local
641 fDefaultLocale.GetFormattingConventions(&conventions);
643 return conventions.Archive(message);
130 LocaleRosterData(const BLanguage& language, const BFormattingConventions& conventions) argument
H A DRelativeDateTimeFormat.cpp77 const BFormattingConventions& conventions)
78 : Inherited(language, conventions)
76 BRelativeDateTimeFormat(const BLanguage& language, const BFormattingConventions& conventions) argument
H A DTimeFormat.cpp37 const BFormattingConventions& conventions)
38 : BFormat(language, conventions)
36 BTimeFormat(const BLanguage& language, const BFormattingConventions& conventions) argument
H A DTimeUnitFormat.cpp72 const BFormattingConventions& conventions,
74 : Inherited(language, conventions)
71 BTimeUnitFormat(const BLanguage& language, const BFormattingConventions& conventions, const time_unit_style style) argument
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp355 BFormattingConventions conventions(language.String());
357 conventions);
/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp273 BFormattingConventions conventions; local
274 BLocale::Default()->GetFormattingConventions(&conventions);
275 if (conventions.Use24HourClock())
287 BFormattingConventions conventions; local
288 BLocale::Default()->GetFormattingConventions(&conventions);
289 conventions.SetExplicitUse24HourClock(
292 conventions);
301 BFormattingConventions conventions; local
302 BLocale::Default()->GetFormattingConventions(&conventions);
303 conventions
335 BFormattingConventions conventions; local
364 BFormattingConventions conventions; local
[all...]
H A DLocaleWindow.cpp196 // get all available formatting conventions (by language)
205 BFormattingConventions conventions(conventionsID);
207 conventions.GetName(conventionsName);
210 if (conventions.AreCountrySpecific()) {
212 conventions.LanguageCode(), conventions.CountryCode());
215 conventions.LanguageCode());
219 if (conventions.AreCountrySpecific()
228 // This conventions-item isn't country-specific, add it at top-level
428 BFormattingConventions conventions(ite
[all...]

Completed in 125 milliseconds