Searched refs:OemLength (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/apitests/ntdll/ |
H A D | RtlxUnicodeStringToAnsiSize.c | 15 ULONG OemLength; member 30 ok(Length == TestData[i].OemLength, "Wrong OEM length for test %u, expected %u, got %u\n", in START_TEST() 31 i, (UINT)TestData[i].OemLength, (UINT)Length); in START_TEST()
|
H A D | RtlxUnicodeStringToOemSize.c | 15 ULONG OemLength; member 30 ok(Length == TestData[i].OemLength, "Wrong OEM length for test %u, expected %u, got %u\n", in START_TEST() 31 i, (UINT)TestData[i].OemLength, (UINT)Length); in START_TEST()
|
/reactos/ntoskrnl/inbv/ |
H A D | inbv.c | 715 ULONG OemLength; in NtDisplayString() local 744 OemLength = RtlUnicodeStringToOemSize(&CapturedString); in NtDisplayString() 745 if (OemLength > MAXUSHORT) in NtDisplayString() 750 RtlInitEmptyAnsiString((PANSI_STRING)&OemString, NULL, (USHORT)OemLength); in NtDisplayString() 751 OemString.Buffer = ExAllocatePoolWithTag(NonPagedPool, OemLength, TAG_OSTR); in NtDisplayString()
|
/reactos/base/setup/usetup/ |
H A D | console.c | 467 ULONG OemLength; in WriteConsoleOutputCharacterW() local 473 OemLength = RtlUnicodeStringToOemSize(&UnicodeString); in WriteConsoleOutputCharacterW() 478 OemLength + sizeof(COORD)); in WriteConsoleOutputCharacterW() 489 OemString.MaximumLength = OemLength; in WriteConsoleOutputCharacterW()
|