Home
last modified time | relevance | path

Searched refs:hasVariant (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dlocdispnames.cpp437 UBool hasLanguage, hasScript, hasCountry, hasVariant, hasKeywords; in uloc_getDisplayName() local
584 hasVariant= length2>0; in uloc_getDisplayName()
587 if(hasVariant) { 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.cpp362 UBool hasVariant = uprv_strlen(variant) > 0; in localeDisplayName() local
409 if (hasVariant) { in localeDisplayName()
/external/icu4c/i18n/
Dlocdspnm.cpp544 UBool hasVariant = uprv_strlen(variant) > 0; in localeDisplayName() local
591 if (hasVariant) { in localeDisplayName()
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp1026 static bool hasVariant(ArrayRef<PredTransition> Transitions, in hasVariant() function
1373 while (hasVariant(LastTransitions, *this)) { in inferFromRW()