Searched refs:Ustr (Results 1 – 3 of 3) sorted by relevance
27 UNICODE_STRING Ustr; in START_TEST() local28 RtlInitUnicodeString(&Ustr, TestData[i].Str); in START_TEST()29 ULONG Length = RtlxUnicodeStringToAnsiSize(&Ustr); in START_TEST()
27 UNICODE_STRING Ustr; in START_TEST() local28 RtlInitUnicodeString(&Ustr, TestData[i].Str); in START_TEST()29 ULONG Length = RtlxUnicodeStringToOemSize(&Ustr); in START_TEST()
1142 UNICODE_STRING Ustr = *ResultFirst; in AppendUnicodeString() local1153 ResultFirst->Length = Ustr.Length + Second->Length; in AppendUnicodeString()