Searched refs:hasChopped (Results 1 – 1 of 1) sorted by relevance
456 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { in findFirstExisting() argument460 *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() local533 while (hasChopped && t1->fParent == NULL && !t1->fData.noFallback && in loadParentsExceptRoot()576 hasChopped = chopLocale(name); in loadParentsExceptRoot()636 UBool hasChopped = TRUE; in entryOpen() local666 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()[all …]