Home
last modified time | relevance | path

Searched refs:LRI (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/usp10/
H A Dbidi.c108 LRI, /* Isolate formatting characters new with 6.3 */ enumerator
308 else if (pclass[i] == LRI) in resolveExplicit()
329 if (pclass[j] == LRI || pclass[j] == RLI || pclass[j] == FSI) in resolveExplicit()
518 else if (*iso_run->item[j].pcls >= LRI) in resolveWeak()
742 if (*iso_run->item[i].pcls >= LRI) in resolveNeutrals()
924 (pcls[j] == WS || pcls[j] == FSI || pcls[j] == LRI || pcls[j] == RLI || in resolveResolved()
936 (pcls[i] == WS || pcls[i] == FSI || pcls[i] == LRI || pcls[i] == RLI || in resolveResolved()
941 … while (j >= sos && (pcls[j] == WS || pcls[j] == FSI || pcls[j] == LRI || pcls[j] == RLI || in resolveResolved()
1006 … while (run_end < uCount && (pcls[run_end] == RLI || pcls[run_end] == LRI || pcls[run_end] == FSI)) in computeIsolatingRunsSet()
/reactos/dll/win32/lpk/
H A Dbidi.c96 LRI, /* Isolate formatting characters new with 6.3 */ enumerator
237 case LRI: in resolveWhitespace()