#include "precomp.h"
Go to the source code of this file.
Defines | |
#define | upcase(C) (WCHAR )(((C) >= 'a' && (C) <= 'z' ? (C) - ('a' - 'A') : (C))) |
Functions | |
NTSTATUS | RtlAnsiStringToUnicodeString (OUT PUNICODE_STRING DestinationString, IN PANSI_STRING SourceString, IN BOOLEAN AllocateDestinationString) |
LONG | RtlCompareUnicodeString (IN PUNICODE_STRING String1, IN PUNICODE_STRING String2, IN BOOLEAN CaseInSensitive) |
BOOLEAN | RtlEqualUnicodeString (IN const PUNICODE_STRING String1, IN const PUNICODE_STRING String2, IN BOOLEAN CaseInSensitive) |
VOID | RtlInitString (OUT PSTRING DestinationString, IN PCSZ SourceString OPTIONAL) |
VOID | RtlInitUnicodeString (OUT PUNICODE_STRING DestinationString, IN PCWSTR SourceString OPTIONAL) |
NTSTATUS | RtlAppendUnicodeStringToString (IN PUNICODE_STRING Destination, IN PUNICODE_STRING Source) |
NTSTATUS | RtlAppendUnicodeToString (IN PUNICODE_STRING Destination, IN PCWSTR Source OPTIONAL) |
WCHAR | RtlUpcaseUnicodeChar (IN WCHAR SourceCharacter) |
WCHAR | RtlAnsiCharToUnicodeChar (IN OUT PUCHAR *SourceCharacter) |
NTSTATUS | RtlUpcaseUnicodeToMultiByteN (OUT PCH MultiByteString, IN ULONG MaxBytesInMultiByteString, OUT PULONG BytesInMultiByteString OPTIONAL, IN PWCH UnicodeString, IN ULONG BytesInUnicodeString) |
NTSTATUS | RtlMultiByteToUnicodeN (OUT PWCH UnicodeString, IN ULONG MaxBytesInUnicodeString, OUT PULONG BytesInUnicodeString OPTIONAL, IN PCH MultiByteString, IN ULONG BytesInMultiByteString) |
NTSTATUS | RtlUnicodeToMultiByteN (OUT PCH MultiByteString, IN ULONG MaxBytesInMultiByteString, OUT PULONG BytesInMultiByteString OPTIONAL, IN PWCH UnicodeString, IN ULONG BytesInUnicodeString) |
|
Definition at line 33 of file nlsboot.c. Referenced by RtlCompareUnicodeString(), RtlEqualUnicodeString(), RtlPrefixUnicodeString(), and RtlUpcaseUnicodeChar(). |
|
Definition at line 464 of file nlsboot.c. References NTSTATUS().
|
|
Definition at line 37 of file nlsboot.c. References Index, NTSTATUS(), SourceString, and USHORT.
|
|
Definition at line 320 of file nlsboot.c.
|
|
Definition at line 372 of file nlsboot.c. References n, RtlInitUnicodeString(), and USHORT.
|
|
Definition at line 75 of file nlsboot.c. References String1, String2, upcase, and USHORT.
|
|
Definition at line 149 of file nlsboot.c. References FALSE, String1, String2, TRUE, upcase, and USHORT.
|
|
Definition at line 225 of file nlsboot.c. References SHORT, and SourceString.
|
|
Definition at line 271 of file nlsboot.c. References SourceString, and USHORT.
|
|
Definition at line 576 of file nlsboot.c. References PUSHORT.
|
|
Definition at line 644 of file nlsboot.c. References CHAR.
|
|
Definition at line 433 of file nlsboot.c. References upcase.
|
|
Definition at line 506 of file nlsboot.c. References RtlUpcaseUnicodeChar().
|