Home
last modified time | relevance | path

Searched refs:ncRegion (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DRegionTest.java352 Region ncRegion = Region.getInstance(nc); in TestKnownRegions() local
353 …if ( !ncRegion.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes… in TestKnownRegions()
354 … + r.toString() + " by its numeric code returned a different region. Got: " + ncRegion.toString()); in TestKnownRegions()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DRegionTest.java356 Region ncRegion = Region.getInstance(nc); in TestKnownRegions() local
357 …if ( !ncRegion.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes… in TestKnownRegions()
358 … + r.toString() + " by its numeric code returned a different region. Got: " + ncRegion.toString()); in TestKnownRegions()
/external/icu/icu4c/source/test/cintltst/
Duregiontest.c374 const URegion *ncRegion = uregion_getRegionFromNumericCode(e, &status); in TestKnownRegions() local
375 …if ( !uregion_areEqual(ncRegion, r) && e != 891 ) { // 891 is special case - CS and YU both deprec… in TestKnownRegions()
377 uregion_getRegionCode(r), uregion_getRegionCode(ncRegion) ); in TestKnownRegions()
/external/icu/icu4c/source/test/intltest/
Dregiontst.cpp382 const Region *ncRegion = Region::getInstance(nc,status); in TestKnownRegions() local
383 …if ( *ncRegion != *r && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for… in TestKnownRegions()
384 … code returned a different region. Got: %s instead.",r->getRegionCode(),ncRegion->getRegionCode()); in TestKnownRegions()