Searched refs:newobjs (Results 1 – 3 of 3) sorted by relevance
464 Object[] newobjs = mf.parse(result, new ParsePosition(0)); in Test4118594() local466 if (((Number)newobjs[0]).doubleValue() != 3.1) // was (Double) [alan] in Test4118594()467 errln( "newobjs[0] = " + newobjs[0]); in Test4118594()816 Map newobjs = mf.parseToMap(result, new ParsePosition(0)); in testBugTestsWithNamesArguments() local818 if (((Number)newobjs.get(argName)).doubleValue() != 3.1) // was (Double) [alan] in testBugTestsWithNamesArguments()819 errln( "newobjs.get(argName) = " + newobjs.get(argName)); in testBugTestsWithNamesArguments()
460 Object[] newobjs = mf.parse(result, new ParsePosition(0)); in Test4118594() local462 if (((Number)newobjs[0]).doubleValue() != 3.1) // was (Double) [alan] in Test4118594()463 errln( "newobjs[0] = " + newobjs[0]); in Test4118594()812 Map newobjs = mf.parseToMap(result, new ParsePosition(0)); in testBugTestsWithNamesArguments() local814 if (((Number)newobjs.get(argName)).doubleValue() != 3.1) // was (Double) [alan] in testBugTestsWithNamesArguments()815 errln( "newobjs.get(argName) = " + newobjs.get(argName)); in testBugTestsWithNamesArguments()
768 Formattable *newobjs = mf->parse(result, pp, count1); in Test4118594() local770 if (newobjs == NULL) { in Test4118594()773 if (newobjs[0].getDouble() != 3.1) in Test4118594()774 errln( UnicodeString("newobjs[0] = ") + newobjs[0].getDouble()); in Test4118594()778 delete [] newobjs; in Test4118594()