Searched refs:savePatIdx (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h1788 inline REStackFrame *StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &status);
/external/icu/icu4c/source/i18n/
H A Drematch.cpp2686 // savePatIdx An index into the compiled pattern. Goes into the original
2693 inline REStackFrame *RegexMatcher::StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &status) { argument
2726 fp->fPatIdx = savePatIdx;

Completed in 87 milliseconds