Home | History | Annotate | Download | only in common

Lines Matching refs:isRoot

460 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
488 *isRoot
526 UBool isRoot = FALSE;
556 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
573 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
614 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) {
617 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
645 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
654 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
670 while(r != NULL && !isRoot && t1->fParent != NULL) {