Home | History | Annotate | Download | only in common

Lines Matching refs:hasChopped

458 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
462 *hasChopped = TRUE; /* we're starting with a fresh name */
464 while(*hasChopped && !hasRealData) {
489 *hasChopped
526 UBool hasChopped = TRUE;
556 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
573 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
580 hasChopped = FALSE;
608 hasChopped = chopLocale(name);
617 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
623 while (hasChopped && t1->fParent == NULL) {
630 hasChopped = FALSE;
647 hasChopped = chopLocale(name);
656 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);