Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java478 Object[] newobjs = mf.parse(result, new ParsePosition(0)); in Test4118594() local
480 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() local
841 if (((Number)newobjs.get(argName)).doubleValue() != 3.1) // was (Double) [alan] in testBugTestsWithNamesArguments()
842 errln( "newobjs.get(argName) = " + newobjs.get(argName)); in testBugTestsWithNamesArguments()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DMessageRegressionTest.java481 Object[] newobjs = mf.parse(result, new ParsePosition(0)); in Test4118594() local
483 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() local
844 if (((Number)newobjs.get(argName)).doubleValue() != 3.1) // was (Double) [alan] in testBugTestsWithNamesArguments()
845 errln( "newobjs.get(argName) = " + newobjs.get(argName)); in testBugTestsWithNamesArguments()
/third_party/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp772 Formattable *newobjs = mf->parse(result, pp, count1); in Test4118594() local
774 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()