Searched refs:numberToBeFormat (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp3191 double numberToBeFormat = atof(DATA[i][2]); local
3213 ((NumberFormat*) fmt)->format(numberToBeFormat, s);
3240 parseRes.getDouble() != numberToBeFormat) ||
3242 parseRes.getLong() != numberToBeFormat)) {
3380 double numberToBeFormat = atof(DATA[i][1]); local
3400 numFmt->format(numberToBeFormat, strBuf);
3422 parseResult.getDouble() != numberToBeFormat) ||
3424 parseResult.getLong() != numberToBeFormat)) {
3428 errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getDouble());
3430 errln((UnicodeString)"expected: " + numberToBeFormat
3488 double numberToBeFormat = atof(DATA[i][1]); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3220 double numberToBeFormat = atof(DATA[i][2]); local
3242 ((NumberFormat*) fmt)->format(numberToBeFormat, s);
3269 parseRes.getDouble() != numberToBeFormat) ||
3271 parseRes.getLong() != numberToBeFormat)) {
3409 double numberToBeFormat = atof(DATA[i][1]); local
3429 numFmt->format(numberToBeFormat, strBuf);
3451 parseResult.getDouble() != numberToBeFormat) ||
3453 parseResult.getLong() != numberToBeFormat)) {
3457 errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getDouble());
3459 errln((UnicodeString)"expected: " + numberToBeFormat
3517 double numberToBeFormat = atof(DATA[i][1]); local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c2424 double numberToBeFormat = atof(DATA[i][1]); local
2444 ulenRes = unum_formatDouble(unumFmt, numberToBeFormat, ubufResult, kUBufMax, NULL, &status);

Completed in 96 milliseconds