Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp787 int32_t frameLoc; in doParseActions() local
797 frameLoc = fRXPat->fFrameSize; in doParseActions()
799 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc); in doParseActions()
817 frameLoc = fRXPat->fFrameSize; in doParseActions()
819 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc); in doParseActions()
834 frameLoc = fRXPat->fFrameSize; in doParseActions()
837 int32_t op = URX_BUILD(URX_STO_INP_LOC, frameLoc); in doParseActions()
Drematch.cpp3466 int32_t frameLoc = URX_VAL(stoOp); in MatchAt() local
3467 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchAt()
3468 int64_t prevInputIdx = fp->fExtra[frameLoc]; in MatchAt()
3474 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchAt()
4925 int32_t frameLoc = URX_VAL(stoOp); in MatchChunkAt() local
4926 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchChunkAt()
4927 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc]; in MatchChunkAt()
4933 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchChunkAt()
/external/chromium_org/third_party/icu/source/i18n/
Dregexcmp.cpp765 int32_t frameLoc; in doParseActions() local
775 frameLoc = fRXPat->fFrameSize; in doParseActions()
777 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc); in doParseActions()
795 frameLoc = fRXPat->fFrameSize; in doParseActions()
797 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc); in doParseActions()
812 frameLoc = fRXPat->fFrameSize; in doParseActions()
815 int32_t op = URX_BUILD(URX_STO_INP_LOC, frameLoc); in doParseActions()
Drematch.cpp3599 int32_t frameLoc = URX_VAL(stoOp); in MatchAt() local
3600 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchAt()
3601 int64_t prevInputIdx = fp->fExtra[frameLoc]; in MatchAt()
3607 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchAt()
5271 int32_t frameLoc = URX_VAL(stoOp); in MatchChunkAt() local
5272 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchChunkAt()
5273 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc]; in MatchChunkAt()
5279 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchChunkAt()