Home | History | Annotate | Download | only in i18n

Lines Matching refs:script

171   virtual UnicodeString& scriptDisplayName(const char* script,
222 DefaultLocaleDisplayNames::scriptDisplayName(const char* script,
224 return result = UnicodeString(script, -1, US_INV);
288 virtual UnicodeString& scriptDisplayName(const char* script,
356 const char* script = locale.getScript();
360 UBool hasScript = uprv_strlen(script) > 0;
368 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0);
377 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0);
404 resultRemainder.append(scriptDisplayName(script, temp));
472 LocaleDisplayNamesImpl::scriptDisplayName(const char* script,
474 return langData.get("Scripts", script, result);
595 const char *script,
602 if (ldn == NULL || script == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) {
607 ((const LocaleDisplayNames *)ldn)->scriptDisplayName(script, temp);