Searched refs:BIDI_ReorderV2lLevel (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/usp10/ |
H A D | usp10_internal.h | 258 INT BIDI_ReorderV2lLevel(int level, int *pIndexs, const BYTE* plevel, int cch, BOOL fReverse) DECLS…
|
H A D | bidi.c | 1188 int BIDI_ReorderV2lLevel(int level, int *pIndexs, const BYTE* plevel, int cch, BOOL fReverse) in BIDI_ReorderV2lLevel() function 1203 ich += BIDI_ReorderV2lLevel(level + 1, pIndexs + ich, plevel + ich, in BIDI_ReorderV2lLevel()
|
H A D | usp10.c | 3772 ich += BIDI_ReorderV2lLevel(0, indexs+ich, level+ich, runs - ich, FALSE); in ScriptLayout()
|