CountryCode
const char* CountryCode() const;
const char* CountryCode() const;
result = StringUtils::NullSafeCompare(CountryCode(), other.CountryCode());
defaultLanguage->Code(), defaultLanguage->CountryCode(), defaultLanguage->ScriptCode());
appDefaultLanguage.CountryCode(), appDefaultLanguage.ScriptCode());
const char* lCountryCode = languages[i]->CountryCode();
const char* lCountryCode = languages[i]->CountryCode();
if (conventions.CountryCode() != NULL) {
conventions.CountryCode());
if (conventions.CountryCode() != NULL) {
conventions.CountryCode(),
return CountryCode() != NULL;
return CountryCode() != NULL;
return language.CountryCode();
currentLanguage.Code(), currentLanguage.CountryCode());
conventions.LanguageCode(), conventions.CountryCode());
repositorySourceMirrorRef->CountryCode());
CPPUNIT_ASSERT_EQUAL_MESSAGE("CountryCode", BString("nz"), mirror0->CountryCode());
CPPUNIT_ASSERT(NULL == defaultLanguage->CountryCode());
CPPUNIT_ASSERT(NULL == defaultLanguage->CountryCode());
CPPUNIT_ASSERT_EQUAL(BString("CH"), BString(defaultLanguage->CountryCode()));
CPPUNIT_ASSERT_EQUAL(BString(""), language.CountryCode());
CPPUNIT_ASSERT_EQUAL(BString("FR"), language.CountryCode());
CPPUNIT_ASSERT_EQUAL(BString("BA"), language.CountryCode());
CPPUNIT_ASSERT_EQUAL(BString("BA"), language.CountryCode());