Home | History | Annotate | Download | only in common

Lines Matching refs:isRoot

388 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
416 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
451 UBool isRoot = FALSE;
467 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
472 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
488 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) {
491 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
516 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
525 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
541 while(r != NULL && !isRoot && t1->fParent != NULL) {