Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtchcfmt.cpp99 double *gotLimits=0; in TestSimpleExample() local
101 gotLimits=(double*)form->getLimits(count); in TestSimpleExample()
106 if(gotLimits[ix] != limits[ix]){ in TestSimpleExample()
107 …ng)"getLimits didn't get the limits correctly. Expected " + limits[ix] + " Got " + gotLimits[ix]); in TestSimpleExample()