Lines Matching refs:strlen
95 name.Length = strlen(test->var) * 2; in testQuery()
103 pRtlMultiByteToUnicodeN( bn, sizeof(bn), NULL, test->var, strlen(test->var)+1 ); in testQuery()
111 pRtlMultiByteToUnicodeN( bn, sizeof(bn), NULL, test->val, strlen(test->val)+1 ); in testQuery()
112 ok( value.Length == strlen(test->val) * sizeof(WCHAR), "Wrong length %d for %s\n", in testQuery()
114 … ok((value.Length == strlen(test->val) * sizeof(WCHAR) && memcmp(bv, bn, value.Length) == 0) || in testQuery()
120 ok( value.Length == strlen(test->val) * sizeof(WCHAR), in testQuery()
134 uvar.Length = strlen(var) * sizeof(WCHAR); in testSetHelper()
137 pRtlMultiByteToUnicodeN( bvar, sizeof(bvar), NULL, var, strlen(var)+1 ); in testSetHelper()
140 uval.Length = strlen(val) * sizeof(WCHAR); in testSetHelper()
143 pRtlMultiByteToUnicodeN( bval1, sizeof(bval1), NULL, val, strlen(val)+1 ); in testSetHelper()
235 pRtlMultiByteToUnicodeN(src, sizeof(src), NULL, test->src, strlen(test->src)+1); in testExpand()
236 pRtlMultiByteToUnicodeN(rst, sizeof(rst), NULL, test->dst, strlen(test->dst)+1); in testExpand()
238 us_src.Length = strlen(test->src) * sizeof(WCHAR); in testExpand()
248 ok(ul == strlen(test->dst) * sizeof(WCHAR) + sizeof(WCHAR), in testExpand()
259 ok(ul == strlen(test->dst) * sizeof(WCHAR) + sizeof(WCHAR), in testExpand()
270 ok(ul == strlen(test->dst) * sizeof(WCHAR) + sizeof(WCHAR), in testExpand()