Searched refs:hasVariant (Results 1 – 4 of 4) sorted by relevance
437 UBool hasLanguage, hasScript, hasCountry, hasVariant, hasKeywords; in uloc_getDisplayName() local584 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()
362 UBool hasVariant = uprv_strlen(variant) > 0; in localeDisplayName() local409 if (hasVariant) { in localeDisplayName()
544 UBool hasVariant = uprv_strlen(variant) > 0; in localeDisplayName() local591 if (hasVariant) { in localeDisplayName()
1026 static bool hasVariant(ArrayRef<PredTransition> Transitions, in hasVariant() function1373 while (hasVariant(LastTransitions, *this)) { in inferFromRW()