Home | History | Annotate | Download | only in intltest

Lines Matching refs:parse

203         Formattable *objs = messageFormatter->parse(tempBuffer, pp, count);
205 // errln("Parse failed with more than expected arguments");
244 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i);
292 fmt->parse(str, pos, count);
307 f->parse("are negative", obj, pos);
309 errln(UnicodeString("Parse with \"are negative\" failed, at ") + pos.getErrorIndex());
312 f->parse("are no or fraction ", obj, pos);
314 errln(UnicodeString("Parse with \"are no or fraction\" failed, at ") + pos.getErrorIndex());
317 f->parse("go postal", obj, pos);
319 errln(UnicodeString("Parse with \"go postal\" failed, at ") + pos.getErrorIndex());
470 * MessageFormat.parse has different behavior in case of null.
492 Formattable *array = mf->parse(UnicodeString(""), pp, count);
692 * MessageFormat.parse fails with ChoiceFormat.
709 //Object[] objs = mf.parse(formatted, new ParsePosition(0));
712 objs = mf->parse(formatted, pp, count);
732 * MessageFormat.parse fails for some patterns.
741 //Object[] objs = mf.parse(forParsing, new ParsePosition(0));
744 Formattable *objs = mf->parse(forParsing, pp, count);
765 //Object[] newobjs = mf.parse(result, new ParsePosition(0));
768 Formattable *newobjs = mf->parse(result, pp, count1);
771 dataerrln("Error calling MessageFormat::parse");
823 * MessageFormat.parse incorrectly sets errorIndex.
839 //Object[] objs = mf.parse(texts[i], pp);
841 Formattable *objs = mf->parse(texts[i], pp, count);