Home | History | Annotate | Download | only in util

Lines Matching refs:cr

119             { "CR" , "188", "013", "TERRITORY", "019" },
449 for (Region cr : containedRegions ) {
450 if ( cr.getContainingRegion() != r) {
451 errln("Region: " + r.toString() + " contains region: " + cr.toString() + ". Expected containing region of this region to be the original region, but got: " +
452 ( cr.getContainingRegion() == null ? "NULL" : cr.getContainingRegion().toString()));
470 for (Region cr : containedRegions ) {
471 if ( cr.getContainingRegion(Region.RegionType.CONTINENT) != r) {
472 errln("Continent: " + r.toString() + " contains territory: " + cr.toString() + ". Expected containing continent of this region to be the original continent, but got: " +
473 ( cr.getContainingRegion() == null ? "NULL" : cr.getContainingRegion().toString()));