예제 #1
0
bool
BLanguage::IsCountrySpecific() const
{
	return CountryCode() != NULL;
}
예제 #2
0
bool
BFormattingConventions::AreCountrySpecific() const
{
	return CountryCode() != NULL;
}