Home | History | Annotate | Download | only in i18n

Lines Matching refs:nextc

2949                     UChar32 nextC = UTEXT_NEXT32(fInputText);
2950 if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) {
3444 UChar32 nextc = UTEXT_CURRENT32(fInputText);
3445 if (nextc == 0x0a) {