Home
last modified time | relevance | path

Searched refs:newobjs (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegression.java464 Object[] newobjs = mf.parse(result, new ParsePosition(0)); in Test4118594() local
466 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() local
818 if (((Number)newobjs.get(argName)).doubleValue() != 3.1) // was (Double) [alan] in testBugTestsWithNamesArguments()
819 errln( "newobjs.get(argName) = " + newobjs.get(argName)); in testBugTestsWithNamesArguments()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegression.java460 Object[] newobjs = mf.parse(result, new ParsePosition(0)); in Test4118594() local
462 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() local
814 if (((Number)newobjs.get(argName)).doubleValue() != 3.1) // was (Double) [alan] in testBugTestsWithNamesArguments()
815 errln( "newobjs.get(argName) = " + newobjs.get(argName)); in testBugTestsWithNamesArguments()
/external/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp768 Formattable *newobjs = mf->parse(result, pp, count1); in Test4118594() local
770 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()