HomeSort by relevance Sort by last modified time
    Searched refs:hasScript (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
locdispnames.cpp 437 UBool hasLanguage, hasScript, hasCountry, hasVariant, hasKeywords;
532 hasScript= length2>0;
535 if(hasScript) {
641 if ((hasScript && !hasCountry)
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)) {
  /external/icu4c/i18n/
locdspnm.cpp 360 UBool hasScript = uprv_strlen(script) > 0;
367 if (hasScript && hasCountry) {
371 hasScript = FALSE;
376 if (hasScript) {
380 hasScript = FALSE;
403 if (hasScript) {

Completed in 1923 milliseconds