Searched refs:continueLoc (Results 1 – 2 of 2) sorted by relevance
3955 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchAt() local3956 continueLoc = URX_VAL(continueLoc); in MatchAt()3959 U_ASSERT(continueLoc > fp->fPatIdx); in MatchAt()3987 fp->fPatIdx = continueLoc; in MatchAt()5381 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt() local5382 continueLoc = URX_VAL(continueLoc); in MatchChunkAt()5385 U_ASSERT(continueLoc > fp->fPatIdx); in MatchChunkAt()5411 fp->fPatIdx = continueLoc; in MatchChunkAt()
988 int32_t continueLoc = fRXPat->fCompiledPat->size()+1; in doParseActions() local991 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, continueLoc); in doParseActions()1421 int32_t continueLoc = fRXPat->fCompiledPat->size()+1; in doParseActions() local1422 op = URX_BUILD(URX_STATE_SAVE, continueLoc); in doParseActions()