Searched refs:continueLoc (Results 1 – 2 of 2) sorted by relevance
4012 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchAt() local4013 continueLoc = URX_VAL(continueLoc); in MatchAt()4016 U_ASSERT(continueLoc > fp->fPatIdx); in MatchAt()4044 fp->fPatIdx = continueLoc; in MatchAt()5513 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt() local5514 continueLoc = URX_VAL(continueLoc); in MatchChunkAt()5517 U_ASSERT(continueLoc > fp->fPatIdx); in MatchChunkAt()5543 fp->fPatIdx = continueLoc; in MatchChunkAt()
962 int32_t continueLoc = fRXPat->fCompiledPat->size()+1; in doParseActions() local965 int32_t saveStateOp = buildOp(URX_STATE_SAVE, continueLoc); in doParseActions()1436 int32_t continueLoc = fRXPat->fCompiledPat->size()+1; in doParseActions() local1437 op = buildOp(URX_STATE_SAVE, continueLoc); in doParseActions()