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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducpgba.c205 if (str->direction == UCPGBA_LTR) {
234 run = _add_run(str, source, s, e, UCPGBA_LTR);
240 if (str->direction == UCPGBA_LTR) {
277 if (str->direction == UCPGBA_LTR) {
301 run = _add_run(str, source, start, end, UCPGBA_LTR);
307 if (str->direction == UCPGBA_LTR) {
365 str->direction = ucisrtl(source[s]) ? UCPGBA_RTL : UCPGBA_LTR;
389 if (str->direction != UCPGBA_LTR) {
536 cursor->cursor = (cursor->direction == UCPGBA_LTR) ?
550 cursor->cursor = (cursor->direction == UCPGBA_LTR)
[all...]
H A Ducpgba.h56 #define UCPGBA_LTR 0 macro
H A Dbidiapi.txt15 #define UCPGBA_LTR 0
34 The `default_direction' parameter should be one of UCPGBA_LTR or UCPGBA_RTL

Completed in 102 milliseconds