Home | History | Annotate | Download | only in intltest

Lines Matching defs:nPos

2904     int32_t  nPos = *nextPos;
2912 *nextChar = fText->char32At(nPos);
2916 nPos = fText->moveIndex32(nPos, 1);
2932 *nextPos = nPos;
2933 *nextChar = fText->char32At(nPos);