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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Duregiontest.c376 const URegion *ncRegion = uregion_getRegionFromNumericCode(e, &status); local
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/cintltst/
H A Duregiontest.c376 const URegion *ncRegion = uregion_getRegionFromNumericCode(e, &status); local
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/chromium_org/third_party/icu/source/test/intltest/
H A Dregiontst.cpp384 const Region *ncRegion = Region::getInstance(nc,status); local
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());
/external/icu/icu4c/source/test/intltest/
H A Dregiontst.cpp384 const Region *ncRegion = Region::getInstance(nc,status); local
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());

Completed in 130 milliseconds