Home | History | Annotate | Download | only in i18n

Lines Matching defs:pp2

856             ParsePosition pp2;
864 temp, pp2, sub2,
870 if (pp2.getIndex() != 0 || sub2->isNullSubstitution()) {
871 if (prefixLength + pp.getIndex() + pp2.getIndex() > highWaterMark) {
872 highWaterMark = prefixLength + pp.getIndex() + pp2.getIndex();
879 int32_t temp = pp2.getErrorIndex() + sub1->getPos() + pp.getIndex();