Searched refs:test2W (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 3982 static const WCHAR test2W[] = {'1',0}; in test_ScriptIsComplex() local 3991 { test2W, SIC_ASCIIDIGIT, S_OK }, in test_ScriptIsComplex() 3992 { test2W, SIC_COMPLEX, S_FALSE }, in test_ScriptIsComplex() 3993 { test2W, SIC_COMPLEX | SIC_ASCIIDIGIT, S_OK }, in test_ScriptIsComplex() 4011 hr = ScriptIsComplex(test2W, -1, SIC_ASCIIDIGIT); in test_ScriptIsComplex() 4014 hr = ScriptIsComplex(test2W, 0, SIC_ASCIIDIGIT); in test_ScriptIsComplex() 4025 hr = ScriptIsComplex(test2W, 1, ~0u); in test_ScriptIsComplex() 4037 hr = ScriptIsComplex(test2W, 1, SIC_COMPLEX); in test_ScriptIsComplex()
|