Home | History | Annotate | Download | only in intltest

Lines Matching refs:pp

1140     ParsePosition pp(0);
1142 fmt_arr = msg.parse( source, pp, count );
1143 if ((pp == 0) || (!fmt_arr)) {
1162 pp = 0;
1165 msg.parseObject( source, fmta, pp );
1166 if (pp == 0) {