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

/external/icu/icu4c/source/i18n/
H A Drematch.cpp3445 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; local
3447 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
3448 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3449 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3503 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; local
3505 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
3506 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3507 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3703 int32_t instrOperandLoc = (int32_t)fp->fPatIdx;
3705 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]);
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp3488 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; local
3490 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
3491 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3492 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3546 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; local
3548 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
3549 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3550 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3746 int32_t instrOperandLoc = (int32_t)fp->fPatIdx;
3748 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]);
[all...]

Completed in 52 milliseconds