Lines Matching defs:parse
492 msgPattern.parse(pattern, &parseError, ec);
1374 MessageFormat::parse(int32_t msgStart,
1384 // parse() does not work with named arguments.
1433 // Just parse using the formatter.
1502 // the array count and the ending parse position. The caller of this method
1506 MessageFormat::parse(const UnicodeString& source,
1510 return parse(0, source, pos, count, ec);
1519 MessageFormat::parse(const UnicodeString& source,
1530 Formattable* result = parse(source, status, cnt);
1548 Formattable* tmpResult = parse(source, status, cnt);