Lines Matching full:isdefault
458 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
470 *isDefault = (UBool)(uprv_strncmp(name, defaultLoc, uprv_strlen(name)) == 0);
523 UBool isDefault = FALSE;
556 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
614 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) {
617 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
622 isDefault = TRUE;
656 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);