Searched defs:hasVariant (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dlocdspnm.cpp362 UBool hasVariant = uprv_strlen(variant) > 0; local
409 if (hasVariant) {
/external/icu4c/common/
H A Dlocdispnames.cpp437 UBool hasLanguage, hasScript, hasCountry, hasVariant, hasKeywords; local
584 hasVariant= length2>0;
587 if(hasVariant) {
642 || ((hasScript || hasCountry) && !hasVariant && !hasKeywords)
643 || ((hasScript || hasCountry || hasVariant) && !hasKeywords)) {
646 } else if (hasLanguage && !hasScript && !hasCountry && !hasVariant && !hasKeywords) {
651 if (hasLanguage && (hasScript || hasCountry || hasVariant || hasKeywords)) {

Completed in 9712 milliseconds