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

/external/icu4c/i18n/
H A Drematch.cpp3658 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; local
3660 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
3661 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3662 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3710 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; local
3712 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
3713 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3714 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3838 int32_t instrOperandLoc = (int32_t)fp->fPatIdx;
3840 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]);
[all...]

Completed in 1463 milliseconds