Home | History | Annotate | Download | only in cintltst

Lines Matching full:direction

48 static void _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction);
51 UBiDiLevel direction, UErrorCode *pErrorCode);
189 log_verbose("ubidi_setPara(tests[%d], paraLevel %d) ok, direction %d paraLevel=%d\n",
197 log_verbose("ubidi_setLine(%d, %d) ok, direction %d paraLevel=%d\n",
443 log_err("Direction: %d", ubidi_getDirection(bidi)); fputs("\n", stderr);
926 if(test->direction!=ubidi_getDirection(pBiDi)) {
927 log_err("ubidi_getDirection(tests[%d]): wrong direction %d\n", testNumber, ubidi_getDirection(pBiDi));
1225 log_err("\nWrong direction #1, should be %d, got %d\n",
1251 log_err("\nWrong direction #2, should be %d, got %d\n",
1256 log_err("\nWrong direction #3, should be %d, got %d\n",
1967 _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction) {
1973 direction==0 ? 'L' : 'R');
1986 _testInverseBidi(pBiDi, text, 8, direction, &errorCode);
1994 UBiDiLevel direction, UErrorCode *pErrorCode) {
1998 if(direction==0) {