Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drematch.cpp1898 int32_t frameLoc = URX_VAL(stoOp); in MatchAt() local
1899 U_ASSERT(frameLoc >= 0 && frameLoc < frameSize); in MatchAt()
1900 int32_t prevInputIdx = fp->fExtra[frameLoc]; in MatchAt()
1906 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchAt()
Dregexcmp.cpp749 int32_t frameLoc; in doParseActions() local
759 frameLoc = fRXPat->fFrameSize; in doParseActions()
761 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc); in doParseActions()
779 frameLoc = fRXPat->fFrameSize; in doParseActions()
781 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc); in doParseActions()
796 frameLoc = fRXPat->fFrameSize; in doParseActions()
799 int32_t op = URX_BUILD(URX_STO_INP_LOC, frameLoc); in doParseActions()