Searched refs:gotLimits (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtchcfmt.cpp86 const double *gotLimits=form->getLimits(count); local
88 if(count != 0 || gotLimits != NULL) {
104 if(gotLimits[ix] != limits[ix]){
105 errln((UnicodeString)"getLimits didn't get the limits correctly. Expected " + limits[ix] + " Got " + gotLimits[ix]);
/external/icu/icu4c/source/test/intltest/
H A Dtchcfmt.cpp86 const double *gotLimits=form->getLimits(count); local
88 if(count != 0 || gotLimits != NULL) {
104 if(gotLimits[ix] != limits[ix]){
105 errln((UnicodeString)"getLimits didn't get the limits correctly. Expected " + limits[ix] + " Got " + gotLimits[ix]);

Completed in 110 milliseconds