Home | History | Annotate | Download | only in intltest

Lines Matching refs:stringValue

405     UnicodeString stringValue;
406 stringValue = nfcommon->format(returnfloat, stringValue);
407 logln(" DISPLAYVALUE " + stringValue);
409 nfcommon->parse(stringValue, result, status);
414 //String stringValue = nfcommon.format(returnfloat).substring(1);
415 //if (Float.valueOf(stringValue).floatValue() != returnfloat)
416 errln(UnicodeString("FAIL: expected ") + returnfloat + ", got " + floatResult + " (" + stringValue+")");