Lines Matching refs:hasChopped
456 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { in findFirstExisting() argument
460 *hasChopped = TRUE; /* we're starting with a fresh name */ in findFirstExisting()
462 while(*hasChopped && !hasRealData) { in findFirstExisting()
487 *hasChopped = chopLocale(name); in findFirstExisting()
488 if (*hasChopped && *name == '\0') { in findFirstExisting()
532 UBool hasChopped = TRUE; in loadParentsExceptRoot() local
533 while (hasChopped && t1->fParent == NULL && !t1->fData.noFallback && in loadParentsExceptRoot()
576 hasChopped = chopLocale(name); in loadParentsExceptRoot()
636 UBool hasChopped = TRUE; in entryOpen() local
666 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
695 if (hasChopped && !isRoot) { in entryOpen()
707 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
719 if (hasChopped && !isRoot) { in entryOpen()
731 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()