Lines Matching refs:isRoot
467 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { in findFirstExisting() argument
494 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); in findFirstExisting()
644 UBool isRoot = FALSE; in entryOpen() local
679 r = findFirstExisting(path, name, defaultLocale, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
708 if ((hasChopped || mayHaveParent(name)) && !isRoot) { in entryOpen()
717 if(r==NULL && openType == URES_OPEN_LOCALE_DEFAULT_ROOT && !isDefault && !isRoot) { in entryOpen()
720 … r = findFirstExisting(path, name, defaultLocale, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
732 if ((hasChopped || mayHaveParent(name)) && !isRoot) { in entryOpen()
744 … r = findFirstExisting(path, name, defaultLocale, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
758 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && in entryOpen()
769 while(r != NULL && !isRoot && t1->fParent != NULL) { in entryOpen()
2165 virtual void put(const char *key, ResourceValue &value, UBool isRoot, in put()
2181 dest.put(key, aliasedValue, isRoot, errorCode); in put()
2184 dest.put(key, value, isRoot, errorCode); in put()