Symbol: CountryCode
headers/os/locale/FormattingConventions.h
74
const char* CountryCode() const;
headers/os/locale/Language.h
51
const char* CountryCode() const;
src/apps/haikudepot/packagemodel/Language.cpp
75
result = StringUtils::NullSafeCompare(CountryCode(), other.CountryCode());
src/apps/haikudepot/util/LocaleUtils.cpp
127
defaultLanguage->Code(), defaultLanguage->CountryCode(), defaultLanguage->ScriptCode());
src/apps/haikudepot/util/LocaleUtils.cpp
134
appDefaultLanguage.CountryCode(), appDefaultLanguage.ScriptCode());
src/apps/haikudepot/util/LocaleUtils.cpp
231
const char* lCountryCode = languages[i]->CountryCode();
src/apps/haikudepot/util/LocaleUtils.cpp
245
const char* lCountryCode = languages[i]->CountryCode();
src/bin/locale/locale.cpp
60
if (conventions.CountryCode() != NULL) {
src/bin/locale/locale.cpp
62
conventions.CountryCode());
src/bin/locale/locale.cpp
74
if (conventions.CountryCode() != NULL) {
src/bin/locale/locale.cpp
76
conventions.CountryCode(),
src/kits/locale/FormattingConventions.cpp
365
return CountryCode() != NULL;
src/kits/locale/Language.cpp
195
return CountryCode() != NULL;
src/kits/locale/LocaleRoster.cpp
72
return language.CountryCode();
src/preferences/locale/LocaleWindow.cpp
126
currentLanguage.Code(), currentLanguage.CountryCode());
src/preferences/locale/LocaleWindow.cpp
212
conventions.LanguageCode(), conventions.CountryCode());
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
135
repositorySourceMirrorRef->CountryCode());
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
204
CPPUNIT_ASSERT_EQUAL_MESSAGE("CountryCode", BString("nz"), mirror0->CountryCode());
src/tests/apps/haikudepot/LocaleUtilsTest.cpp
130
CPPUNIT_ASSERT(NULL == defaultLanguage->CountryCode());
src/tests/apps/haikudepot/LocaleUtilsTest.cpp
157
CPPUNIT_ASSERT(NULL == defaultLanguage->CountryCode());
src/tests/apps/haikudepot/LocaleUtilsTest.cpp
186
CPPUNIT_ASSERT_EQUAL(BString("CH"), BString(defaultLanguage->CountryCode()));
src/tests/kits/locale/LanguageTest.cpp
37
CPPUNIT_ASSERT_EQUAL(BString(""), language.CountryCode());
src/tests/kits/locale/LanguageTest.cpp
53
CPPUNIT_ASSERT_EQUAL(BString("FR"), language.CountryCode());
src/tests/kits/locale/LanguageTest.cpp
68
CPPUNIT_ASSERT_EQUAL(BString("BA"), language.CountryCode());
src/tests/kits/locale/LanguageTest.cpp
84
CPPUNIT_ASSERT_EQUAL(BString("BA"), language.CountryCode());