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

  /external/chromium/third_party/icu/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/icu4c/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/chromium/third_party/icu/source/test/intltest/
numfmtst.cpp 284 double valParse[] =
305 double valParse[] =
317 double* valParse = 0;
386 (uprv_fabs(a - valParse[v+ival]) / a > (2*DBL_EPSILON))) ||
387 (!useEpsilon && a != valParse[v+ival]))
389 errln((UnicodeString)"FAIL: Expected " + valParse[v+ival]);
394 errln((UnicodeString)" should be (" + s.length() + " chars) -> " + valParse[v+ival]);
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp 290 double valParse[] =
311 double valParse[] =
323 double* valParse = 0;
392 (uprv_fabs(a - valParse[v+ival]) / a > (2*DBL_EPSILON))) ||
393 (!useEpsilon && a != valParse[v+ival]))
395 errln((UnicodeString)"FAIL: Expected " + valParse[v+ival]);
400 errln((UnicodeString)" should be (" + s.length() + " chars) -> " + valParse[v+ival]);
    [all...]

Completed in 188 milliseconds