Home
last modified time | relevance | path

Searched refs:SIC_NEUTRAL (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dusp10.h58 #define SIC_NEUTRAL 4 macro
/reactos/dll/win32/lpk/
H A Dlpk.c220 dwSICFlags |= SIC_NEUTRAL; in LpkExtTextOut()
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c3994 { testW, SIC_NEUTRAL | SIC_COMPLEX, S_OK }, in test_ScriptIsComplex()
3995 { testW, SIC_NEUTRAL, S_FALSE, TRUE }, in test_ScriptIsComplex()
4031 hr = ScriptIsComplex(testW, 3, SIC_NEUTRAL | SIC_COMPLEX); in test_ScriptIsComplex()
/reactos/dll/win32/usp10/
H A Dusp10.c3091 (!scriptInformation[script].props.fComplex && (flag & SIC_NEUTRAL))) in ScriptIsComplex()