Home | History | Annotate | Download | only in common

Lines Matching refs:isRoot

457 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
485 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
523 UBool isRoot = FALSE;
555 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
572 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
613 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) {
616 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
655 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
664 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
680 while(r != NULL && !isRoot && t1->fParent != NULL) {