Home
last modified time | relevance | path

Searched refs:REStackFrame (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Drematch.cpp2511 REStackFrame *RegexMatcher::resetStack() { in resetStack()
2517REStackFrame *iFrame = (REStackFrame *)fStack->reserveBlock(fPattern->fFrameSize, fDeferredStatus); in resetStack()
2731 inline REStackFrame *RegexMatcher::StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &stat… in StateSave()
2748 fp = (REStackFrame *)(newFP - fFrameSize); // in case of realloc of stack. in StateSave()
2765 return (REStackFrame *)newFP; in StateSave()
2818 REStackFrame *fp = resetStack(); in MatchAt()
2862 fp = (REStackFrame *)fStack->popFrame(fFrameSize); in MatchAt()
2877 fp = (REStackFrame *)fStack->popFrame(fFrameSize); in MatchAt()
2918 fp = (REStackFrame *)fStack->popFrame(fFrameSize); in MatchAt()
2934 fp = (REStackFrame *)fStack->popFrame(fFrameSize); in MatchAt()
[all …]
Dregeximp.h285 struct REStackFrame { struct
/external/icu/icu4c/source/i18n/unicode/
Dregex.h68 struct REStackFrame;
1780 REStackFrame *resetStack();
1781 inline REStackFrame *StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &status);
1838 REStackFrame *fFrame; // After finding a match, the last active stack frame,
/external/icu/libicu/cts_headers/unicode/
Dregex.h68 struct REStackFrame;
1780 REStackFrame *resetStack();
1781 inline REStackFrame *StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &status);
1838 REStackFrame *fFrame; // After finding a match, the last active stack frame,
/external/icu/libicu/cts_headers/
Dregeximp.h285 struct REStackFrame { struct