HomeSort by relevance Sort by last modified time
    Searched refs:ncRegion (Results 1 - 4 of 4) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
RegionTest.java 358 Region ncRegion = Region.getInstance(nc);
359 if ( !ncRegion.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
360 errln("Creating region " + r.toString() + " by its numeric code returned a different region. Got: " + ncRegion.toString());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
RegionTest.java 355 Region ncRegion = Region.getInstance(nc);
356 if ( !ncRegion.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
357 errln("Creating region " + r.toString() + " by its numeric code returned a different region. Got: " + ncRegion.toString());
  /external/icu/icu4c/source/test/cintltst/
uregiontest.c 376 const URegion *ncRegion = uregion_getRegionFromNumericCode(e, &status);
377 if ( !uregion_areEqual(ncRegion, r) && e != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
379 uregion_getRegionCode(r), uregion_getRegionCode(ncRegion) );
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 384 const Region *ncRegion = Region::getInstance(nc,status);
385 if ( *ncRegion != *r && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
386 errln("Creating region %s by its numeric code returned a different region. Got: %s instead.",r->getRegionCode(),ncRegion->getRegionCode());
    [all...]

Completed in 361 milliseconds