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

  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c 221 static const double valParse[] =
287 if (a != valParse[v+ival])
288 log_err("FAIL: Expected: %e, Got: %g\n", valParse[v+ival], a);
319 log_err("FAIL: Expected : %e\n", valParse[v+ival]);
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 760 double valParse[] =
781 double valParse[] =
793 double* valParse = 0;
862 (uprv_fabs(a - valParse[v+ival]) / a > (2*DBL_EPSILON))) ||
863 (!useEpsilon && a != valParse[v+ival]))
865 errln((UnicodeString)"FAIL: Expected " + valParse[v+ival]);
870 errln((UnicodeString)" should be (" + s.length() + " chars) -> " + valParse[v+ival]);
    [all...]

Completed in 174 milliseconds