Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp4021 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchAt() local
4022 continueLoc = URX_VAL(continueLoc); in MatchAt()
4025 U_ASSERT(continueLoc > fp->fPatIdx); in MatchAt()
4058 fp->fPatIdx = continueLoc; in MatchAt()
5515 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt() local
5516 continueLoc = URX_VAL(continueLoc); in MatchChunkAt()
5519 U_ASSERT(continueLoc > fp->fPatIdx); in MatchChunkAt()
5548 fp->fPatIdx = continueLoc; in MatchChunkAt()
Dregexcmp.cpp965 int32_t continueLoc = fRXPat->fCompiledPat->size()+1; in doParseActions() local
968 int32_t saveStateOp = buildOp(URX_STATE_SAVE, continueLoc); in doParseActions()
1439 int32_t continueLoc = fRXPat->fCompiledPat->size()+1; in doParseActions() local
1440 op = buildOp(URX_STATE_SAVE, continueLoc); in doParseActions()