Home | History | Annotate | Download | only in common

Lines Matching refs:isRoot

458 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
486 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
524 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);
656 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
665 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
681 while(r != NULL && !isRoot && t1->fParent != NULL) {