Home
last modified time | relevance | path

Searched refs:fPatIdx (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Drematch.cpp2719 fp->fPatIdx = savePatIdx; in StateSave()
2785 fp->fPatIdx = 0; in MatchAt()
2799 op = (int32_t)pat[fp->fPatIdx]; in MatchAt()
2807 fPattern->dumpOp(fp->fPatIdx); in MatchAt()
2810 fp->fPatIdx++; in MatchAt()
2849 op = (int32_t)pat[fp->fPatIdx]; // Fetch the second operand in MatchAt()
2850 fp->fPatIdx++; in MatchAt()
3479 fp->fPatIdx = opValue; in MatchAt()
3488 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt()
3489 fp->fPatIdx = opValue; // Then JMP. in MatchAt()
[all …]
Dregeximp.h286 int64_t fPatIdx; // Position of next Op in the compiled pattern member