• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ICU-531.30/icuSources/common/

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);
350 const char *displayLocale,
382 return _getStringOrCopyKey(root, displayLocale,
391 const char *displayLocale,
394 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
400 const char* displayLocale,
405 int32_t res = _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
409 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
419 const char* displayLocale,
423 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
429 const char *displayLocale,
432 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
443 const char *displayLocale,
446 return _getDisplayNameForComponent(locale, displayLocale, dest, destCapacity,
464 const char *displayLocale,
511 UResourceBundle* locbundle=ures_open(U_ICUDATA_LANG, displayLocale, &status);
618 langLen=uloc_getDisplayLanguage(locale, displayLocale, p, cap, pErrorCode);
631 len=uloc_getDisplayScriptInContext(locale, displayLocale, p, cap, pErrorCode);
634 len=uloc_getDisplayCountry(locale, displayLocale, p, cap, pErrorCode);
637 len=uloc_getDisplayVariant(locale, displayLocale, p, cap, pErrorCode);
651 len = uloc_getDisplayKeyword(kw, displayLocale, p, cap, pErrorCode);
670 int32_t vlen = uloc_getDisplayKeywordValue(locale, kw, displayLocale,
767 const char* displayLocale,
784 return _getStringOrCopyKey(U_ICUDATA_LANG, displayLocale,
799 const char* displayLocale,
832 UResourceBundle *bundle = ures_open(U_ICUDATA_CURR, displayLocale, status);
875 return _getStringOrCopyKey(U_ICUDATA_LANG, displayLocale,