Home | History | Annotate | Download | only in intltest

Lines Matching refs:nextChar

3264     virtual  void     rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
3445 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) {
3460 *nextChar = fText->char32At(nPos);
3461 if (!fCM->contains(*nextChar)) {
3477 // Push the updated nextPos and nextChar back to our caller.
3481 *nextChar = fText->char32At(nPos);