Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drematch.cpp1086 REStackFrame *RegexMatcher::resetStack() { in resetStack()
1097 return (REStackFrame *)iFrame; in resetStack()
1202 inline REStackFrame *RegexMatcher::StateSave(REStackFrame *fp, int32_t savePatIdx, int32_t frameSiz… in StateSave()
1205 fp = (REStackFrame *)(newFP - frameSize); // in case of realloc of stack. in StateSave()
1218 return (REStackFrame *)newFP; in StateSave()
1274 REStackFrame *fp = resetStack(); in MatchAt()
1319 fp = (REStackFrame *)fStack->popFrame(frameSize); in MatchAt()
1333 fp = (REStackFrame *)fStack->popFrame(frameSize); in MatchAt()
1355 fp = (REStackFrame *)fStack->popFrame(frameSize); in MatchAt()
1373 fp = (REStackFrame *)fStack->popFrame(frameSize); in MatchAt()
[all …]
Dregeximp.h281 struct REStackFrame { struct
/external/icu4c/i18n/unicode/
Dregex.h65 struct REStackFrame;
1052 REStackFrame *resetStack();
1053 inline REStackFrame *StateSave(REStackFrame *fp, int32_t savePatIdx,
1097 REStackFrame *fFrame; // After finding a match, the last active stack frame,