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

  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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) {
  /external/icu4c/i18n/
locdspnm.cpp 542 UBool hasScript = uprv_strlen(script) > 0;
549 if (hasScript && hasCountry) {
553 hasScript = FALSE;
558 if (hasScript) {
562 hasScript = FALSE;
585 if (hasScript) {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 127 milliseconds