Searched defs:StateSave (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Drematch.cpp2683 // StateSave
2702 inline REStackFrame *RegexMatcher::StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &status) { function in class:RegexMatcher
2878 fp = StateSave(fp, fp->fPatIdx, status);
2958 fp = StateSave(fp, fp->fPatIdx, status);
2973 fp = StateSave(fp, opValue, status);
3382 fp = StateSave(fp, fp->fPatIdx, status);
3455 fp = StateSave(fp, fp->fPatIdx, status);
3525 fp = StateSave(fp, fp->fPatIdx, status);
3627 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current
3646 fp = StateSave(f
[all...]

Completed in 21 milliseconds