Home | History | Annotate | Download | only in intltest

Lines Matching refs:parseResult

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