Home
last modified time | relevance | path

Searched refs:GetNativeName (Results 1 – 8 of 8) sorted by relevance

/haiku/headers/os/locale/
H A DLanguage.h42 status_t GetNativeName(BString& name) const;
H A DCountry.h38 status_t GetNativeName(BString& name) const;
H A DFormattingConventions.h78 status_t GetNativeName(BString& name) const;
/haiku/src/kits/locale/
H A DCountry.cpp94 BCountry::GetNativeName(BString& name) const in GetNativeName() function in BCountry
H A DLanguage.cpp80 BLanguage::GetNativeName(BString& name) const in GetNativeName() function in BLanguage
H A DFormattingConventions.cpp370 BFormattingConventions::GetNativeName(BString& name) const in GetNativeName() function in BFormattingConventions
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp453 language->GetNativeName(name); in _PopulateLanguages()
/haiku/src/preferences/locale/
H A DLocaleWindow.cpp110 currentLanguage.GetNativeName(name); in LocaleWindow()