Lines Matching defs:displayLocale

51 Locale::getDisplayLanguage(const Locale &displayLocale,
63 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName,
75 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName,
91 Locale::getDisplayScript(const Locale &displayLocale,
103 length=uloc_getDisplayScript(fullName, displayLocale.fullName,
115 length=uloc_getDisplayScript(fullName, displayLocale.fullName,
131 Locale::getDisplayCountry(const Locale &displayLocale,
143 length=uloc_getDisplayCountry(fullName, displayLocale.fullName,
155 length=uloc_getDisplayCountry(fullName, displayLocale.fullName,
171 Locale::getDisplayVariant(const Locale &displayLocale,
183 length=uloc_getDisplayVariant(fullName, displayLocale.fullName,
195 length=uloc_getDisplayVariant(fullName, displayLocale.fullName,
211 Locale::getDisplayName(const Locale &displayLocale,
223 length=uloc_getDisplayName(fullName, displayLocale.fullName,
235 length=uloc_getDisplayName(fullName, displayLocale.fullName,
256 // Gets the objectLocale display name in the displayLocale language.
259 const Locale& displayLocale,
262 return objectLocale.getDisplayName(displayLocale, name);
349 const char *displayLocale,
381 return _getStringOrCopyKey(root, displayLocale,
390 const char *displayLocale,
393 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
399 const char* displayLocale,
403 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
409 const char *displayLocale,
412 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
423 const char *displayLocale,
426 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
432 const char *displayLocale,
471 bundle = ures_open(U_ICUDATA_LANG, displayLocale, &status);
498 length=uloc_getDisplayLanguage(locale, displayLocale,
524 length2=uloc_getDisplayScript(locale, displayLocale,
528 length2=uloc_getDisplayScript(locale, displayLocale,
550 length2=uloc_getDisplayCountry(locale, displayLocale,
554 length2=uloc_getDisplayCountry(locale, displayLocale,
576 length2=uloc_getDisplayVariant(locale, displayLocale,
580 length2=uloc_getDisplayVariant(locale, displayLocale,
604 length3 += uloc_getDisplayKeyword(keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode);
606 length3 += uloc_getDisplayKeyword(keyword, displayLocale, NULL, 0, pErrorCode);
619 length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode);
621 length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, NULL, 0, pErrorCode);
709 const char* displayLocale,
726 return _getStringOrCopyKey(U_ICUDATA_LANG, displayLocale,
741 const char* displayLocale,
774 UResourceBundle *bundle = ures_open(U_ICUDATA_CURR, displayLocale, status);
817 return _getStringOrCopyKey(U_ICUDATA_LANG, displayLocale,