Searched refs:REStackFrame (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 2501 REStackFrame *RegexMatcher::resetStack() { in resetStack() 2507 …REStackFrame *iFrame = (REStackFrame *)fStack->reserveBlock(fPattern->fFrameSize, fDeferredStatus); in resetStack() 2721 inline REStackFrame *RegexMatcher::StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &stat… in StateSave() 2738 fp = (REStackFrame *)(newFP - fFrameSize); // in case of realloc of stack. in StateSave() 2755 return (REStackFrame *)newFP; in StateSave() 2808 REStackFrame *fp = resetStack(); in MatchAt() 2852 fp = (REStackFrame *)fStack->popFrame(fFrameSize); in MatchAt() 2867 fp = (REStackFrame *)fStack->popFrame(fFrameSize); in MatchAt() 2908 fp = (REStackFrame *)fStack->popFrame(fFrameSize); in MatchAt() 2924 fp = (REStackFrame *)fStack->popFrame(fFrameSize); in MatchAt() [all …]
|
D | regeximp.h | 285 struct REStackFrame { struct
|
/external/icu/libicu/cts_headers/unicode/ |
D | regex.h | 68 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/icu4c/source/i18n/unicode/ |
D | regex.h | 68 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/ |
D | regeximp.h | 285 struct REStackFrame { struct
|