Home | History | Annotate | Download | only in intltest

Lines Matching refs:newobjs

765     //Object[] newobjs = mf.parse(result, new ParsePosition(0));
768 Formattable *newobjs = mf->parse(result, pp, count1);
769 // newobjs now equals {new Double(3.1)}
770 if (newobjs == NULL) {
773 if (newobjs[0].getDouble() != 3.1)
774 errln( UnicodeString("newobjs[0] = ") + newobjs[0].getDouble());
778 delete [] newobjs;