Home | History | Annotate | Download | only in i18n

Lines Matching refs:u_charType

2498         if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) {
2514 || u_charType(prevChar) == U_FORMAT_CHAR)) {
2536 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) {
2553 || u_charType(prevChar) == U_FORMAT_CHAR)) {
3089 int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster.
4586 int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster.