Lines Matching full:isroot
452 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
480 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
609 UBool isRoot = FALSE;
641 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
659 if (hasChopped && !isRoot) {
668 if(r==NULL && openType == URES_OPEN_LOCALE_DEFAULT_ROOT && !isDefault && !isRoot) {
671 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
678 if (hasChopped && !isRoot) {
690 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
699 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 &&
710 while(r != NULL && !isRoot && t1->fParent != NULL) {