Home
last modified time | relevance | path

Searched refs:hasScript (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dlocdispnames.cpp437 UBool hasLanguage, hasScript, hasCountry, hasVariant, hasKeywords; in uloc_getDisplayName() local
532 hasScript= length2>0; in uloc_getDisplayName()
535 if(hasScript) { in uloc_getDisplayName()
641 if ((hasScript && !hasCountry) in uloc_getDisplayName()
642 || ((hasScript || hasCountry) && !hasVariant && !hasKeywords) in uloc_getDisplayName()
643 || ((hasScript || hasCountry || hasVariant) && !hasKeywords)) { in uloc_getDisplayName()
646 } else if (hasLanguage && !hasScript && !hasCountry && !hasVariant && !hasKeywords) { in uloc_getDisplayName()
651 if (hasLanguage && (hasScript || hasCountry || hasVariant || hasKeywords)) { in uloc_getDisplayName()
/external/chromium_org/third_party/icu/source/i18n/
Dlocdspnm.cpp360 UBool hasScript = uprv_strlen(script) > 0; in localeDisplayName() local
367 if (hasScript && hasCountry) { in localeDisplayName()
371 hasScript = FALSE; in localeDisplayName()
376 if (hasScript) { in localeDisplayName()
380 hasScript = FALSE; in localeDisplayName()
403 if (hasScript) { in localeDisplayName()
/external/icu4c/i18n/
Dlocdspnm.cpp542 UBool hasScript = uprv_strlen(script) > 0; in localeDisplayName() local
549 if (hasScript && hasCountry) { in localeDisplayName()
553 hasScript = FALSE; in localeDisplayName()
558 if (hasScript) { in localeDisplayName()
562 hasScript = FALSE; in localeDisplayName()
585 if (hasScript) { in localeDisplayName()