Home | History | Annotate | Download | only in i18n

Lines Matching refs:topLoc

764             int32_t  topLoc = blockTopLoc(FALSE);        // location of item #1
768 if (topLoc == fRXPat->fCompiledPat->size() - 1) {
769 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc);
808 if (minMatchLength(topLoc, fRXPat->fCompiledPat->size()-1) == 0) {
811 insertOp(topLoc);
816 fRXPat->fCompiledPat->setElementAt(op, topLoc);
818 op = URX_BUILD(URX_JMP_SAV_X, topLoc+1);
822 int32_t jmpOp = URX_BUILD(URX_JMP_SAV, topLoc);
834 int32_t topLoc = blockTopLoc(FALSE);
835 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, topLoc);
906 int32_t topLoc = blockTopLoc(FALSE);
911 if (topLoc == fRXPat->fCompiledPat->size() - 1) {
912 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc);
917 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc);
937 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc);
1049 int32_t topLoc = blockTopLoc(FALSE);
1058 insertOp(topLoc);
1062 fRXPat->fCompiledPat->setElementAt(op, topLoc);
1065 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc);
1302 int32_t topLoc = blockTopLoc(TRUE);
1306 fRXPat->fCompiledPat->setElementAt(op, topLoc);
1313 op = URX_BUILD(URX_JMP, topLoc+1);
1334 int32_t topLoc = blockTopLoc(TRUE);
1335 insertOp(topLoc);
1341 fRXPat->fCompiledPat->setElementAt(op, topLoc);
1346 fRXPat->fCompiledPat->setElementAt(op, topLoc+1);
1349 op = URX_BUILD(URX_JMP, topLoc+1);
1369 int32_t topLoc = blockTopLoc(TRUE);
1370 insertOp(topLoc);
1376 fRXPat->fCompiledPat->setElementAt(op, topLoc);
1381 fRXPat->fCompiledPat->setElementAt(op, topLoc+1);