Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DRegionTest.java358 Region ncRegion = Region.getInstance(nc); in TestKnownRegions() local
359 …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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DRegionTest.java355 Region ncRegion = Region.getInstance(nc); in TestKnownRegions() local
356 …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()
/external/icu/icu4c/source/test/cintltst/
Duregiontest.c376 const URegion *ncRegion = uregion_getRegionFromNumericCode(e, &status); in TestKnownRegions() local
377 …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()
/external/icu/icu4c/source/test/intltest/
Dregiontst.cpp384 const Region *ncRegion = Region::getInstance(nc,status); in TestKnownRegions() local
385 …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()