Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ch

384         UChar32 ch;
388 U8_NEXT(nonChars, idx, sizeof(nonChars), ch);
389 if(!U_IS_UNICODE_NONCHAR(ch)) {
394 U8_PREV(nonChars, 0, idx, ch);
395 if(!U_IS_UNICODE_NONCHAR(ch)) {