Home | History | Annotate | Download | only in i18n

Lines Matching defs:codepoint

886             UChar32 codepoint;
887 U16_PREV(norm, 0, offset, codepoint);
888 result = !ignorable && (u_getCombiningClass(codepoint) != 0);
1326 UChar32 codepoint = 0;
1332 U16_NEXT(accents, index, length, codepoint);
1333 if (u_getCombiningClass(codepoint) != cclass) {
1334 cclass = u_getCombiningClass(codepoint);