Searched refs:hasChopped (Results 1 – 1 of 1) sorted by relevance
459 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { in findFirstExisting() argument463 *hasChopped = TRUE; /* we're starting with a fresh name */ in findFirstExisting()465 while(*hasChopped && !hasRealData) { in findFirstExisting()490 *hasChopped = chopLocale(name); in findFirstExisting()520 UBool hasChopped = TRUE; in loadParentsExceptRoot() local521 while (hasChopped && t1->fParent == NULL && !t1->fData.noFallback && in loadParentsExceptRoot()563 hasChopped = chopLocale(name); in loadParentsExceptRoot()623 UBool hasChopped = TRUE; in entryOpen() local653 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()682 if (hasChopped && !isRoot) { in entryOpen()[all …]