Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp87 const double *gotLimits=form->getLimits(count); in TestSimpleExample() local
89 if(count != 0 || gotLimits != NULL) { in TestSimpleExample()
105 if(gotLimits[ix] != limits[ix]){ in TestSimpleExample()
106 …ng)"getLimits didn't get the limits correctly. Expected " + limits[ix] + " Got " + gotLimits[ix]); in TestSimpleExample()