Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp2693 inline REStackFrame *RegexMatcher::StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &stat… in StateSave() function in RegexMatcher
2887 fp = StateSave(fp, opValue, status); in MatchAt()
3489 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt()
3508 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt()
3534 fp = StateSave(fp, loopLoc+1, status); in MatchAt()
3568 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
3603 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
3655 fp = StateSave(fp, opValue + 4, status); in MatchAt()
3990 fp = StateSave(fp, fp->fPatIdx-3, status); in MatchAt()
4076 fp = StateSave(fp, fp->fPatIdx-4, status); in MatchAt()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1788 inline REStackFrame *StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &status);