Home | History | Annotate | Download | only in intltest

Lines Matching refs:stringValue

409     UnicodeString stringValue;
410 stringValue = nfcommon->format(returnfloat, stringValue);
411 logln(" DISPLAYVALUE " + stringValue);
413 nfcommon->parse(stringValue, result, status);
418 //String stringValue = nfcommon.format(returnfloat).substring(1);
419 //if (Float.valueOf(stringValue).floatValue() != returnfloat)
420 errln(UnicodeString("FAIL: expected ") + returnfloat + ", got " + floatResult + " (" + stringValue+")");