Home | History | Annotate | Download | only in intltest

Lines Matching refs:nPos

3088     int32_t  nPos = *nextPos;
3096 *nextChar = fText->char32At(nPos);
3100 nPos = fText->moveIndex32(nPos, 1);
3116 *nextPos = nPos;
3117 *nextChar = fText->char32At(nPos);