Searched refs:theLoc (Results 1 – 1 of 1) sorted by relevance
2127 int32_t theLoc; in blockTopLoc() local2133 theLoc = fMatchOpenParen; // A slot is already reserved for us. in blockTopLoc()2134 U_ASSERT(theLoc > 0); in blockTopLoc()2135 U_ASSERT(URX_TYPE(((uint32_t)fRXPat->fCompiledPat->elementAti(theLoc))) == URX_NOP); in blockTopLoc()2141 theLoc = fRXPat->fCompiledPat->size()-1; in blockTopLoc()2142 int32_t opAtTheLoc = (int32_t)fRXPat->fCompiledPat->elementAti(theLoc); in blockTopLoc()2146 theLoc--; in blockTopLoc()2150 fRXPat->fCompiledPat->insertElementAt(nop, theLoc, *fStatus); in blockTopLoc()2153 return theLoc; in blockTopLoc()