Searched refs:CountryCode (Results 1 - 10 of 10) sorted by relevance

/haiku/src/bin/locale/
H A Dlocale.cpp60 if (conventions.CountryCode() != NULL) {
62 conventions.CountryCode());
74 if (conventions.CountryCode() != NULL) {
76 conventions.CountryCode(),
/haiku/src/tests/apps/haikudepot/
H A DLanguageModelTest.cpp46 CPPUNIT_ASSERT(NULL == preferredLanguage->CountryCode());
71 CPPUNIT_ASSERT(NULL == preferredLanguage->CountryCode());
98 CPPUNIT_ASSERT_EQUAL(BString("CH"), BString(preferredLanguage->CountryCode()));
/haiku/src/tests/kits/locale/
H A DLanguageTest.cpp37 CPPUNIT_ASSERT_EQUAL(BString(""), language.CountryCode());
53 CPPUNIT_ASSERT_EQUAL(BString("FR"), language.CountryCode());
68 CPPUNIT_ASSERT_EQUAL(BString("BA"), language.CountryCode());
84 CPPUNIT_ASSERT_EQUAL(BString("BA"), language.CountryCode());
/haiku/src/apps/haikudepot/model/
H A DLanguageModel.cpp65 int32 index = _IndexOfSupportedLanguage(value->Code(), value->CountryCode(),
129 defaultLanguage.CountryCode(),
137 LANGUAGE_DEFAULT.CountryCode(),
215 const char *suppLangCountryCode = fSupportedLanguages[i]->CountryCode();
252 && 0 == _NullSafeStrCmp(countryCode, fSupportedLanguages[i]->CountryCode()) ) {
286 result = _NullSafeStrCmp(l1->CountryCode(), l2->CountryCode());
/haiku/headers/os/locale/
H A DLanguage.h51 const char* CountryCode() const;
H A DFormattingConventions.h74 const char* CountryCode() const;
/haiku/src/kits/locale/
H A DLanguage.cpp153 BLanguage::CountryCode() const function in class:BLanguage
195 return CountryCode() != NULL;
H A DFormattingConventions.cpp352 BFormattingConventions::CountryCode() const function in class:BFormattingConventions
365 return CountryCode() != NULL;
H A DLocaleRoster.cpp72 return language.CountryCode();
/haiku/src/preferences/locale/
H A DLocaleWindow.cpp126 currentLanguage.Code(), currentLanguage.CountryCode());
212 conventions.LanguageCode(), conventions.CountryCode());

Completed in 89 milliseconds