Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/atl/
H A DCString.cpp23 int exp_1, exp_2, exp_3, exp_4; member
50 …ok(len == g_Tests[n].exp_1, "Expected len to be %i, was %i for %u (A)\n", g_Tests[n].exp_1, len, n… in test_basetypes()
65 char ch = bufA[g_Tests[n].exp_1]; in test_basetypes()
68 ch = bufA[g_Tests[n].exp_1+1]; in test_basetypes()
76 char ch = bufA[g_Tests[n].exp_1]; in test_basetypes()
79 ch = bufA[g_Tests[n].exp_1+1]; in test_basetypes()
85 …ok(len == g_Tests[n].exp_1, "Expected len to be %i, was %i for %u (A)\n", g_Tests[n].exp_1, len, n… in test_basetypes()
100 wchar_t ch = bufW[g_Tests[n].exp_1]; in test_basetypes()
103 ch = bufW[g_Tests[n].exp_1+1]; in test_basetypes()
111 wchar_t ch = bufW[g_Tests[n].exp_1]; in test_basetypes()
[all …]