Lines Matching refs:parse
181 // ======= Test parse()
184 logln("Testing parse()");
197 result2 = def->parse(text, status);
199 errln("ERROR: parse() failed, stopping testing");
204 result3 = def->parse(text, pos01);
273 * Test hiding of parse() and format() APIs in the Format hierarchy.
316 sdf.parse(str, status);
317 sdf.parse(str, ppos);
352 fmt.parse(str, obj, ppos);
353 fmt.parse(str, obj, status);
372 fmt.parse(str, obj, ppos);
373 fmt.parse(str, obj, status);