Searched refs:saveStateLoc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dregexcmp.cpp849 int32_t saveStateLoc = blockTopLoc(TRUE); local
851 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc);
949 int32_t saveStateLoc = blockTopLoc(TRUE); local
950 int32_t jmpOp = URX_BUILD(URX_JMP_SAV, saveStateLoc+1);
954 if (minMatchLength(saveStateLoc, fRXPat->fCompiledPat->size()-1) == 0) {
955 insertOp(saveStateLoc);
960 fRXPat->fCompiledPat->setElementAt(op, saveStateLoc+1);
961 jmpOp = URX_BUILD(URX_JMP_SAV_X, saveStateLoc+2);
970 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc);
/external/icu4c/i18n/
H A Dregexcmp.cpp871 int32_t saveStateLoc = blockTopLoc(TRUE); local
873 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc);
971 int32_t saveStateLoc = blockTopLoc(TRUE); local
972 int32_t jmpOp = URX_BUILD(URX_JMP_SAV, saveStateLoc+1);
976 if (minMatchLength(saveStateLoc, fRXPat->fCompiledPat->size()-1) == 0) {
977 insertOp(saveStateLoc);
982 fRXPat->fCompiledPat->setElementAt(op, saveStateLoc+1);
983 jmpOp = URX_BUILD(URX_JMP_SAV_X, saveStateLoc+2);
992 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc);

Completed in 101 milliseconds