Searched refs:StateSave (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 2721 inline REStackFrame *RegexMatcher::StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &stat… in StateSave() function in RegexMatcher 2915 fp = StateSave(fp, opValue, status); in MatchAt() 3439 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt() 3458 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt() 3484 fp = StateSave(fp, loopLoc+1, status); in MatchAt() 3518 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt() 3553 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt() 3605 fp = StateSave(fp, opValue + 4, status); in MatchAt() 3946 fp = StateSave(fp, fp->fPatIdx-3, status); in MatchAt() 4032 fp = StateSave(fp, fp->fPatIdx-4, status); in MatchAt() [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | regex.h | 1781 inline REStackFrame *StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &status);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1781 inline REStackFrame *StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &status);
|