Home | History | Annotate | Download | only in i18n

Lines Matching refs:codepoint

884             UChar32 codepoint;
885 U16_PREV(norm, 0, offset, codepoint);
886 result = !ignorable && (u_getCombiningClass(codepoint) != 0);
1324 UChar32 codepoint = 0;
1330 U16_NEXT(accents, index, length, codepoint);
1331 if (u_getCombiningClass(codepoint) != cclass) {
1332 cclass = u_getCombiningClass(codepoint);