Gets the variant name suitable for display for the specified locale.
Definition at line 422 of file locdispnames.cpp. {
return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
uloc_getVariant, _kVariants, pErrorCode);
}
|