Searched refs:UCPGBA_RTL (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducpgba.c145 if (direction == UCPGBA_RTL) {
199 run = _add_run(str, source, s, e, UCPGBA_RTL);
271 run = _add_run(str, source, s, e, UCPGBA_RTL);
365 str->direction = ucisrtl(source[s]) ? UCPGBA_RTL : UCPGBA_LTR;
367 if (str->direction == UCPGBA_RTL)
411 if (str->direction != UCPGBA_RTL) {
434 str->cursor->cursor = (str->cursor->direction == UCPGBA_RTL) ?
487 if ((cursor->direction == UCPGBA_RTL && cursor->cursor + 1 == size) ||
503 cursor->cursor = (cursor->direction == UCPGBA_RTL) ? -1 : 0;
525 if (str->direction == UCPGBA_RTL) {
[all...]
H A Ducpgba.h57 #define UCPGBA_RTL 1 macro
H A Dbidiapi.txt16 #define UCPGBA_RTL 1
34 The `default_direction' parameter should be one of UCPGBA_LTR or UCPGBA_RTL

Completed in 57 milliseconds