Home | History | Annotate | Download | only in i18n

Lines Matching refs:loopLoc

3540                 int32_t loopLoc  = URX_VAL(pat[instrOperandLoc]);
3545 U_ASSERT(loopLoc>fp->fPatIdx);
3548 fp = StateSave(fp, loopLoc+1, status);
3592 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
3597 U_ASSERT(loopLoc>fp->fPatIdx);
3603 fp->fPatIdx = loopLoc+1; // Continue with stuff after repeated block
5212 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
5217 U_ASSERT(loopLoc>fp->fPatIdx);
5220 fp = StateSave(fp, loopLoc+1, status);
5264 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]);
5269 U_ASSERT(loopLoc>fp->fPatIdx);
5275 fp->fPatIdx = loopLoc+1; // Continue with stuff after repeated block