Searched refs:newobjs (Results 1 – 3 of 3) sorted by relevance
478 Object[] newobjs = mf.parse(result, new ParsePosition(0)); in Test4118594() local480 if (((Number)newobjs[0]).doubleValue() != 3.1) // was (Double) [alan] in Test4118594()481 errln( "newobjs[0] = " + newobjs[0]); in Test4118594()839 Map newobjs = mf.parseToMap(result, new ParsePosition(0)); in testBugTestsWithNamesArguments() local841 if (((Number)newobjs.get(argName)).doubleValue() != 3.1) // was (Double) [alan] in testBugTestsWithNamesArguments()842 errln( "newobjs.get(argName) = " + newobjs.get(argName)); in testBugTestsWithNamesArguments()
481 Object[] newobjs = mf.parse(result, new ParsePosition(0)); in Test4118594() local483 if (((Number)newobjs[0]).doubleValue() != 3.1) // was (Double) [alan] in Test4118594()484 errln( "newobjs[0] = " + newobjs[0]); in Test4118594()842 Map newobjs = mf.parseToMap(result, new ParsePosition(0)); in testBugTestsWithNamesArguments() local844 if (((Number)newobjs.get(argName)).doubleValue() != 3.1) // was (Double) [alan] in testBugTestsWithNamesArguments()845 errln( "newobjs.get(argName) = " + newobjs.get(argName)); in testBugTestsWithNamesArguments()
772 Formattable *newobjs = mf->parse(result, pp, count1); in Test4118594() local774 if (newobjs == NULL) { in Test4118594()777 if (newobjs[0].getDouble() != 3.1) in Test4118594()778 errln( UnicodeString("newobjs[0] = ") + newobjs[0].getDouble()); in Test4118594()782 delete [] newobjs; in Test4118594()