Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_charDirection

1020     if(i!=u_charDirection(c) || i!=u_getIntPropertyValue(c, UCHAR_BIDI_CLASS)) {
1021 log_err("error: u_charDirection(U+%04lx)==%u instead of %u (%s)\n", c, u_charDirection(c), MakeDir(fields[4][0]), fields[4][0]);
1290 if( u_charDirection(c)!=shouldBeDir ||
1293 log_err("error: u_charDirection(unassigned/PUA U+%04lx)=%s should be %s\n",
1294 c, dirStrings[u_charDirection(c)], dirStrings[shouldBeDir]);