Home
last modified time | relevance | path

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

/reactos/dll/win32/usp10/
H A Dusp10_internal.h254 BOOL BIDI_DetermineLevels(const WCHAR *string, unsigned int count, const SCRIPT_STATE *s,
H A Dusp10.c1484 BIDI_DetermineLevels(pwcInChars, cInChars, &s, psControl, layout_levels, overrides); in _ItemizeInternal()
1495 BIDI_DetermineLevels(pwcInChars, cInChars, psState, psControl, levels, overrides); in _ItemizeInternal()
1499 BIDI_DetermineLevels(pwcInChars, cInChars, psState, psControl, levels, overrides); in _ItemizeInternal()
H A Dbidi.c1088 BOOL BIDI_DetermineLevels( in BIDI_DetermineLevels() function