Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3524 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchAt() local
3526 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
3527 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt()
3528 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt()
3582 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchAt() local
3584 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
3585 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt()
3586 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt()
3782 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchAt() local
3784 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()
[all …]