Searched refs:BLocale (Results 1 - 25 of 33) sorted by relevance

12

/haiku/src/kits/locale/
H A DLocale.cpp15 BLocale::BLocale(const BLanguage* language, function in class:BLocale
21 BLocale::Default()->GetFormattingConventions(&fConventions);
26 BLocale::Default()->GetLanguage(&fLanguage);
30 BLocale::BLocale(const BLocale& other) function in class:BLocale
38 /*static*/ const BLocale*
39 BLocale::Default()
45 BLocale
[all...]
H A DFormat.cpp10 BFormat::BFormat(const BLocale* locale)
53 BFormat::_Initialize(const BLocale& locale)
H A DDateTimeFormat.cpp28 BDateTimeFormat::BDateTimeFormat(const BLocale* locale)
H A DDateFormat.cpp41 BDateFormat::BDateFormat(const BLocale* locale)
H A DNumberFormat.cpp196 BNumberFormat::BNumberFormat(const BLocale* locale)
H A DFormattingConventions.cpp391 BLocale::Default()->GetLanguage(&defaultLanguage);
/haiku/headers/os/locale/
H A DLocale.h19 class BLocale { class
21 BLocale(const BLanguage* language = NULL,
24 BLocale(const BLocale& other);
25 ~BLocale();
27 static const BLocale* Default();
29 BLocale& operator=(const BLocale& other);
65 BLocale::StringCompare(const char* s1, const char* s2) const
72 BLocale
[all...]
H A DFormat.h41 class BLocale;
47 BFormat(const BLocale* locale = NULL);
57 status_t _Initialize(const BLocale& locale);
H A DDateTimeFormat.h33 BDateTimeFormat(const BLocale* locale = NULL);
H A DLocaleRoster.h22 class BLocale;
81 const BLocale* GetDefaultLocale() const;
H A DNumberFormat.h24 BNumberFormat(const BLocale* locale);
H A DCatalog.h16 class BLocale;
62 friend class BLocale;
H A DDateFormat.h42 BDateFormat(const BLocale* locale = NULL);
/haiku/src/kits/shared/
H A DNaturalCompare.cpp35 BLocale::Default()->GetCollator(collator);
/haiku/src/bin/locale/
H A Dlocale.cpp59 BLocale::Default()->GetFormattingConventions(&conventions);
73 BLocale::Default()->GetFormattingConventions(&conventions);
/haiku/headers/private/locale/
H A DLocaleRosterData.h23 class BLocale;
39 BLocale fDefaultLocale;
H A DMutableLocaleRoster.h22 class BLocale;
/haiku/src/tests/kits/locale/
H A DNumberFormatTest.cpp53 BLocale turkishLocale(&turkishLanguage, &formattingConventions);
/haiku/src/apps/haikudepot/util/
H A DLocaleUtils.cpp42 const BLocale* locale = BLocaleRoster::Default()->GetDefaultLocale();
/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp274 BLocale::Default()->GetFormattingConventions(&conventions);
288 BLocale::Default()->GetFormattingConventions(&conventions);
302 BLocale::Default()->GetFormattingConventions(&conventions);
336 BLocale::Default()->GetFormattingConventions(&conventions);
365 BLocale::Default()->GetFormattingConventions(&conventions);
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardWindow.cpp29 return BLocale::Default()->StringCompare(item1->Text(), item2->Text());
/haiku/src/apps/deskbar/
H A DTimeView.cpp419 fTimeFormat = new BDateTimeFormat(BLocale::Default());
424 fDateFormat = new BDateFormat(BLocale::Default());
H A DTeamMenu.cpp73 BLocale::Default()->GetCollator(&collator);
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp96 BLocale::Default()->GetCollator(&fCollator);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp461 BLocale locale;
1105 BLocale locale;
1304 BLocale locale;

Completed in 138 milliseconds

12