Searched refs:continueLoc (Results 1 – 2 of 2) sorted by relevance
3989 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchAt() local3990 continueLoc = URX_VAL(continueLoc); in MatchAt()3993 U_ASSERT(continueLoc > fp->fPatIdx); in MatchAt()4026 fp->fPatIdx = continueLoc; in MatchAt()5431 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt() local5432 continueLoc = URX_VAL(continueLoc); in MatchChunkAt()5435 U_ASSERT(continueLoc > fp->fPatIdx); in MatchChunkAt()5464 fp->fPatIdx = continueLoc; in MatchChunkAt()
982 int32_t continueLoc = fRXPat->fCompiledPat->size()+1; in doParseActions() local985 int32_t saveStateOp = buildOp(URX_STATE_SAVE, continueLoc); in doParseActions()1460 int32_t continueLoc = fRXPat->fCompiledPat->size()+1; in doParseActions() local1461 op = buildOp(URX_STATE_SAVE, continueLoc); in doParseActions()