Searched refs:ncRegion (Results 1 – 4 of 4) sorted by relevance
358 Region ncRegion = Region.getInstance(nc); in TestKnownRegions() local359 …if ( !ncRegion.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes… in TestKnownRegions()360 … + r.toString() + " by its numeric code returned a different region. Got: " + ncRegion.toString()); in TestKnownRegions()
355 Region ncRegion = Region.getInstance(nc); in TestKnownRegions() local356 …if ( !ncRegion.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes… in TestKnownRegions()357 … + r.toString() + " by its numeric code returned a different region. Got: " + ncRegion.toString()); in TestKnownRegions()
376 const URegion *ncRegion = uregion_getRegionFromNumericCode(e, &status); in TestKnownRegions() local377 …if ( !uregion_areEqual(ncRegion, r) && e != 891 ) { // 891 is special case - CS and YU both deprec… in TestKnownRegions()379 uregion_getRegionCode(r), uregion_getRegionCode(ncRegion) ); in TestKnownRegions()
384 const Region *ncRegion = Region::getInstance(nc,status); in TestKnownRegions() local385 …if ( *ncRegion != *r && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for… in TestKnownRegions()386 … code returned a different region. Got: %s instead.",r->getRegionCode(),ncRegion->getRegionCode()); in TestKnownRegions()