Lines Matching refs:parse
140 form->parse(buffer, result, parsePos);
143 errln("Err: Number Format parse");
144 logln("Number format parse failed.");
330 logln("---------------- test parse ----------------");
333 logln("MSG pattern for parse: " + buffer);
336 Formattable* values = form->parse(result, parseCount, success);
1094 Formattable* fmt_arr = msg.parse( source, count, err );
1096 errln("*** MSG parse (ustring, count, err) error.");
1098 logln("MSG parse -- count: %d", count);
1100 errln("*** MSG parse (ustring, count, err) count err.");
1106 logln("MSG parse (ustring, count, err) tested.");
1108 errln("*** MSG parse (ustring, count, err) result err.");
1116 fmt_arr = msg.parse( source, pp, count );
1118 errln("*** MSG parse (ustring, parsepos., count) error.");
1120 logln("MSG parse -- count: %d", count);
1122 errln("*** MSG parse (ustring, parsepos., count) count err.");
1128 logln("MSG parse (ustring, parsepos., count) tested.");
1130 errln("*** MSG parse (ustring, parsepos., count) result err.");
1141 errln("*** MSG parse (ustring, Formattable, parsepos ) error.");
1143 logln("MSG parse -- count: %d", count);
1146 errln("*** MSG parse (ustring, Formattable, parsepos ) count err.");
1152 logln("MSG parse (ustring, Formattable, parsepos ) tested.");
1154 errln("*** MSG parse (ustring, Formattable, parsepos ) result err.");
1467 // do not always parse, so do not include them
1476 "This is the {0,ordinal} file to search.", // TODO fix bug, ordinal does not parse
1496 numFmt->parse(values[j], args[0], ec);
1498 errln((UnicodeString)"Failed to parse test argument " + values[j]);
1507 Formattable* parseResult = fmt->parse(result, count, ec);
1509 errln((UnicodeString)"parse returned " + count + " args");