Home | History | Annotate | Download | only in common

Lines Matching refs:script

179   virtual UnicodeString& scriptDisplayName(const char* script,
230 DefaultLocaleDisplayNames::scriptDisplayName(const char* script,
232 return result = UnicodeString(script, -1, US_INV);
325 virtual UnicodeString& scriptDisplayName(const char* script,
343 UnicodeString& scriptDisplayName(const char* script, UnicodeString& result, UBool skipAdjust) const;
418 } else if (uprv_strcmp(key, "script") == 0) {
574 const char* script = locale.getScript();
578 UBool hasScript = uprv_strlen(script) > 0;
586 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0);
595 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0);
621 resultRemainder.append(scriptDisplayName(script, temp, TRUE));
719 LocaleDisplayNamesImpl::scriptDisplayName(const char* script,
723 langData.get("Scripts%short", script, result);
728 langData.get("Scripts", script, result);
733 LocaleDisplayNamesImpl::scriptDisplayName(const char* script,
735 return scriptDisplayName(script, result, FALSE);
957 const char *script,
964 if (ldn == NULL || script == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) {
969 ((const LocaleDisplayNames *)ldn)->scriptDisplayName(script, temp);