Home | History | Annotate | Download | only in i18n

Lines Matching defs:codepoint

895             UChar32 codepoint;
896 U16_PREV(norm, 0, offset, codepoint);
897 result = !ignorable && (u_getCombiningClass(codepoint) != 0);
1335 UChar32 codepoint = 0;
1341 U16_NEXT(accents, index, length, codepoint);
1342 if (u_getCombiningClass(codepoint) != cclass) {
1343 cclass = u_getCombiningClass(codepoint);