Searched refs:theLoc (Results 1 – 1 of 1) sorted by relevance
2132 int32_t theLoc; in blockTopLoc() local2138 theLoc = fMatchOpenParen; // A slot is already reserved for us. in blockTopLoc()2139 U_ASSERT(theLoc > 0); in blockTopLoc()2140 U_ASSERT(URX_TYPE(((uint32_t)fRXPat->fCompiledPat->elementAti(theLoc))) == URX_NOP); in blockTopLoc()2146 theLoc = fRXPat->fCompiledPat->size()-1; in blockTopLoc()2147 int32_t opAtTheLoc = (int32_t)fRXPat->fCompiledPat->elementAti(theLoc); in blockTopLoc()2151 theLoc--; in blockTopLoc()2155 fRXPat->fCompiledPat->insertElementAt(nop, theLoc, *fStatus); in blockTopLoc()2158 return theLoc; in blockTopLoc()