Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DRegionTest.java358 Region ncRegion = Region.getInstance(nc); in TestKnownRegions()
359 if ( !ncRegion.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891 in TestKnownRegions()
360 errln("Creating region " + r.toString() + " by its numeric code returned a different region. Got: " + ncRegion.toString()); in TestKnownRegions()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DRegionTest.java355 Region ncRegion = Region.getInstance(nc); in TestKnownRegions()
356 if ( !ncRegion.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891 in TestKnownRegions()
357 errln("Creating region " + r.toString() + " by its numeric code returned a different region. Got: " + ncRegion.toString()); in TestKnownRegions()
/third_party/icu/icu4c/source/test/cintltst/
H A Duregiontest.c380 const URegion *ncRegion = uregion_getRegionFromNumericCode(e, &status); in TestKnownRegions() local
381 if ( !uregion_areEqual(ncRegion, r) && e != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891 in TestKnownRegions()
383 uregion_getRegionCode(r), uregion_getRegionCode(ncRegion) ); in TestKnownRegions()
/third_party/icu/icu4c/source/test/intltest/
H A Dregiontst.cpp385 const Region *ncRegion = Region::getInstance(nc,status); in TestKnownRegions() local
386 if ( *ncRegion != *r && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891 in TestKnownRegions()
387 errln("Creating region %s by its numeric code returned a different region. Got: %s instead.",r->getRegionCode(),ncRegion->getRegionCode()); in TestKnownRegions()

Completed in 5 milliseconds