Home | History | Annotate | Download | only in intltest

Lines Matching refs:parseResult

1507                     Formattable* parseResult = fmt->parse(result, count, ec);
1510 } else if (parseResult[0] != args[0]) {
1511 errln((UnicodeString)"parsed argument " + toString(parseResult[0]) + " != " + toString(args[0]));
1513 delete []parseResult;