Lines Matching refs:parse
489 msgPattern.parse(pattern, &parseError, ec);
1363 MessageFormat::parse(int32_t msgStart,
1373 // parse() does not work with named arguments.
1422 // Just parse using the formatter.
1491 // the array count and the ending parse position. The caller of this method
1495 MessageFormat::parse(const UnicodeString& source,
1499 return parse(0, source, pos, count, ec);
1508 MessageFormat::parse(const UnicodeString& source,
1519 Formattable* result = parse(source, status, cnt);
1537 Formattable* tmpResult = parse(source, status, cnt);