Home | History | Annotate | Download | only in i18n

Lines Matching refs:pp2

940             ParsePosition pp2;
948 temp, pp2, sub2,
954 if (pp2.getIndex() != 0 || sub2->isNullSubstitution()) {
955 if (prefixLength + pp.getIndex() + pp2.getIndex() > highWaterMark) {
956 highWaterMark = prefixLength + pp.getIndex() + pp2.getIndex();
963 int32_t temp = pp2.getErrorIndex() + sub1->getPos() + pp.getIndex();