Home | History | Annotate | Download | only in i18n

Lines Matching refs:lengthOp

3476                 int32_t lengthOp = (int32_t)fRXPat->fCompiledPat->elementAti(src);
3478 caseStringBuffer.setTo(fRXPat->fLiteralText, URX_VAL(op), URX_VAL(lengthOp));
3482 if (newLen <= URX_VAL(lengthOp)) {
3487 fRXPat->fLiteralText.replace(URX_VAL(op), URX_VAL(lengthOp), caseStringBuffer);
3488 stringDelta += newLen - URX_VAL(lengthOp);
3490 lengthOp = URX_BUILD(URX_STRING_LEN, newLen);
3493 fRXPat->fCompiledPat->setElementAt(lengthOp, dst+1);