Home
last modified time | relevance | path

Searched refs:theLoc (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dregexcmp.cpp1970 int32_t theLoc; in blockTopLoc() local
1976 theLoc = fMatchOpenParen; // A slot is already reserved for us. in blockTopLoc()
1977 U_ASSERT(theLoc > 0); in blockTopLoc()
1978 U_ASSERT(URX_TYPE(((uint32_t)fRXPat->fCompiledPat->elementAti(theLoc))) == URX_NOP); in blockTopLoc()
1984 theLoc = fRXPat->fCompiledPat->size()-1; in blockTopLoc()
1985 int32_t opAtTheLoc = (int32_t)fRXPat->fCompiledPat->elementAti(theLoc); in blockTopLoc()
1989 theLoc--; in blockTopLoc()
1993 fRXPat->fCompiledPat->insertElementAt(nop, theLoc, *fStatus); in blockTopLoc()
1996 return theLoc; in blockTopLoc()