Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_charDirection

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