Home
last modified time | relevance | path

Searched refs:BIDI_ReorderV2lLevel (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/usp10/
H A Dusp10_internal.h258 INT BIDI_ReorderV2lLevel(int level, int *pIndexs, const BYTE* plevel, int cch, BOOL fReverse) DECLS…
H A Dbidi.c1188 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 Dusp10.c3772 ich += BIDI_ReorderV2lLevel(0, indexs+ich, level+ich, runs - ich, FALSE); in ScriptLayout()