Lines Matching refs:parse
151 // ======= Test parse()
154 logln("Testing parse()");
167 result2 = def->parse(text, status);
169 errln("ERROR: parse() failed, stopping testing");
174 result3 = def->parse(text, pos01);
243 * Test hiding of parse() and format() APIs in the Format hierarchy.
285 sdf.parse(str, status);
286 sdf.parse(str, ppos);
317 fmt.parse(str, obj, ppos);
318 fmt.parse(str, obj, status);
337 fmt.parse(str, obj, ppos);
338 fmt.parse(str, obj, status);