Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drematch.cpp2738 fp->fPatIdx = savePatIdx; in StateSave()
2804 fp->fPatIdx = 0; in MatchAt()
2824 op = (int32_t)pat[fp->fPatIdx]; in MatchAt()
2832 fPattern->dumpOp(fp->fPatIdx); in MatchAt()
2835 fp->fPatIdx++; in MatchAt()
2874 op = (int32_t)pat[fp->fPatIdx]; // Fetch the second operand in MatchAt()
2875 fp->fPatIdx++; in MatchAt()
3444 fp->fPatIdx = opValue; in MatchAt()
3453 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt()
3454 fp->fPatIdx = opValue; // Then JMP. in MatchAt()
[all …]
Dregeximp.h294 int64_t fPatIdx; // Position of next Op in the compiled pattern member