Gets the country name suitable for display for the specified locale.
Definition at line 2304 of file uloc.c. {
return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
uloc_getCountry, _kCountries, pErrorCode);
}
|