Searched defs:topLoc (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dregexcmp.cpp786 int32_t topLoc = blockTopLoc(FALSE); // location of item #1 local
790 if (topLoc == fRXPat->fCompiledPat->size() - 1) {
791 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc);
830 if (minMatchLength(topLoc, fRXPat->fCompiledPat->size()-1) == 0) {
833 insertOp(topLoc);
838 fRXPat->fCompiledPat->setElementAt(op, topLoc);
840 op = URX_BUILD(URX_JMP_SAV_X, topLoc+1);
844 int32_t jmpOp = URX_BUILD(URX_JMP_SAV, topLoc);
856 int32_t topLoc = blockTopLoc(FALSE); local
857 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, topLoc);
928 int32_t topLoc = blockTopLoc(FALSE); local
1071 int32_t topLoc = blockTopLoc(FALSE); local
1344 int32_t topLoc = blockTopLoc(TRUE); local
1376 int32_t topLoc = blockTopLoc(TRUE); local
1411 int32_t topLoc = blockTopLoc(TRUE); local
[all...]

Completed in 220 milliseconds