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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducpgba.c203 if (str->direction == UCPGBA_LTR) {
232 run = _add_run(str, source, s, e, UCPGBA_LTR);
238 if (str->direction == UCPGBA_LTR) {
275 if (str->direction == UCPGBA_LTR) {
299 run = _add_run(str, source, start, end, UCPGBA_LTR);
305 if (str->direction == UCPGBA_LTR) {
363 str->direction = ucisrtl(source[s]) ? UCPGBA_RTL : UCPGBA_LTR;
387 if (str->direction != UCPGBA_LTR) {
534 cursor->cursor = (cursor->direction == UCPGBA_LTR) ?
548 cursor->cursor = (cursor->direction == UCPGBA_LTR)
[all...]
H A Ducpgba.h54 #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 76 milliseconds