Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dmsfmrgts.cpp766 Formattable *newobjs = mf->parse(result, pp, count1); in Test4118594() local
768 if (newobjs == NULL) { in Test4118594()
771 if (newobjs[0].getDouble() != 3.1) in Test4118594()
772 errln( UnicodeString("newobjs[0] = ") + newobjs[0].getDouble()); in Test4118594()
776 delete [] newobjs; in Test4118594()
/external/chromium/third_party/icu/source/test/intltest/
Dmsfmrgts.cpp765 Formattable *newobjs = mf->parse(result, pp, count1); in Test4118594() local
767 if (newobjs == NULL) { in Test4118594()
770 if (newobjs[0].getDouble() != 3.1) in Test4118594()
771 errln( UnicodeString("newobjs[0] = ") + newobjs[0].getDouble()); in Test4118594()
775 delete [] newobjs; in Test4118594()