Searched refs:theLoc (Results 1 – 1 of 1) sorted by relevance
2142 int32_t theLoc; in blockTopLoc() local2148 theLoc = fMatchOpenParen; // A slot is already reserved for us. in blockTopLoc()2149 U_ASSERT(theLoc > 0); in blockTopLoc()2150 U_ASSERT(URX_TYPE(((uint32_t)fRXPat->fCompiledPat->elementAti(theLoc))) == URX_NOP); in blockTopLoc()2156 theLoc = fRXPat->fCompiledPat->size()-1; in blockTopLoc()2157 int32_t opAtTheLoc = (int32_t)fRXPat->fCompiledPat->elementAti(theLoc); in blockTopLoc()2161 theLoc--; in blockTopLoc()2165 fRXPat->fCompiledPat->insertElementAt(nop, theLoc, *fStatus); in blockTopLoc()2168 return theLoc; in blockTopLoc()