|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include <rtl.h>
Go to the source code of this file.
Definition at line 54 of file nlsboot.c.
Referenced by UrlCombineW().
| _Use_decl_annotations_ NTSTATUS NTAPI RtlMultiByteToUnicodeN | ( | _Out_ PWCH | UnicodeString, |
| _In_ ULONG | UnicodeSize, | ||
| _Out_opt_ PULONG | ResultSize, | ||
| _In_ PCCH | MbString, | ||
| _In_ ULONG | MbSize | ||
| ) |
Definition at line 63 of file nlsboot.c.
Referenced by compare_RtlIpv6StringToAddressExW(), compare_RtlIpv6StringToAddressW(), CreateAcceleratorTableA(), CreateColorSpaceA(), FilenameA2W_N(), HEAP_strdupA2W(), HEAP_strdupA2W_buf(), InfHostOpenBufferedFile(), InfHostOpenFile(), InfOpenBufferedFile(), InfOpenFile(), IntHandleAltNumpad(), IsCharAlphaA(), IsCharAlphaNumericA(), IsCharLowerA(), IsCharSpaceA(), IsCharUpperA(), map_wparam_AtoW(), mbstowcs(), MBToWCSEx(), MsgiUnicodeToAnsiReply(), NtUserCreateAcceleratorTable(), RegSetValueExA(), RtlAnsiCharToUnicodeChar(), RtlAnsiStringToUnicodeString(), and User32CreateWindowEx().
| _Use_decl_annotations_ NTSTATUS NTAPI RtlMultiByteToUnicodeSize | ( | _Out_ PULONG | UnicodeSize, |
| _In_ PCCH | MbString, | ||
| _In_ ULONG | MbSize | ||
| ) |
Definition at line 94 of file nlsboot.c.
Referenced by mbstowcs(), RegSetValueExA(), RtlxAnsiStringToUnicodeSize(), and RtlxOemStringToUnicodeSize().
| _Use_decl_annotations_ NTSTATUS NTAPI RtlOemToUnicodeN | ( | _Out_ PWCHAR | UnicodeString, |
| _In_ ULONG | UnicodeSize, | ||
| _Out_opt_ PULONG | ResultSize, | ||
| _In_ PCCH | OemString, | ||
| _In_ ULONG | OemSize | ||
| ) |
Definition at line 283 of file nlsboot.c.
Referenced by CdFindActiveVolDescriptor(), CdUpdateDirentName(), CdUpdatePathEntryName(), FilenameA2W_N(), FsRtlNotifyUpdateBuffer(), IntHandleAltNumpad(), RtlOemStringToCountedUnicodeString(), and RtlOemStringToUnicodeString().
Definition at line 33 of file nlsboot.c.
Referenced by RtlDowncaseUnicodeChar(), RtlDowncaseUnicodeString(), and RtlIsDosDeviceName_Ustr().
Definition at line 161 of file nlsboot.c.
Referenced by CompareUnicodeStrings(), RtlCompareUnicodeString(), RtlGenerate8dot3Name(), RtlGetFullPathName_Ustr(), RtlIsValidOemCharacter(), RtlpIsCharInUnicodeString(), RtlPrefixUnicodeString(), RtlUpcaseUnicodeChar(), RtlUpcaseUnicodeString(), RtlUpcaseUnicodeToMultiByteN(), and RtlUpperChar().
| _Use_decl_annotations_ NTSTATUS NTAPI RtlUnicodeToMultiByteN | ( | _Out_ PCHAR | MbString, |
| _In_ ULONG | MbSize, | ||
| _Out_opt_ PULONG | ResultSize, | ||
| _In_ PCWCH | UnicodeString, | ||
| _In_ ULONG | UnicodeSize | ||
| ) |
Definition at line 108 of file nlsboot.c.
Referenced by CopyAcceleratorTableA(), file_name_WtoA(), FilenameW2A_N(), GetClassNameA(), GetInterfaceName(), LoadStringA(), MsgiAnsiToUnicodeReply(), PARSER_string_substA(), PathCreateFromUrlA(), pSetupDebugPrint(), query_perf_help(), query_perf_names(), RealGetWindowClassA(), RegEnumKeyExA(), RegEnumValueA(), RegQueryInfoKeyA(), RegQueryValueExA(), RtlIpv6AddressToStringA(), RtlIpv6AddressToStringExA(), RtlUnicodeStringToAnsiString(), SearchPathA(), toupper_nt_mb(), UrlCreateFromPathA(), UrlEscapeA(), WCSToMBEx(), wcstombs(), and wctomb().
| _Use_decl_annotations_ NTSTATUS NTAPI RtlUnicodeToMultiByteSize | ( | _Out_ PULONG | MbSize, |
| _In_ PCWCH | UnicodeString, | ||
| _In_ ULONG | UnicodeSize | ||
| ) |
Definition at line 146 of file nlsboot.c.
Referenced by file_name_WtoA(), GetCurrentDirectoryA(), GetEnvironmentStringsA(), GetFullPathNameA(), GetSystemDirectoryA(), GetSystemWindowsDirectoryA(), IntDefWindowProc(), IntIsDoubleWidthChar(), PARSER_string_substA(), PathCreateFromUrlA(), pSetupDebugPrint(), RealDefWindowProcA(), RealDefWindowProcW(), RegEnumKeyExA(), RegEnumValueA(), RegQueryInfoKeyA(), RegQueryValueExA(), RtlxUnicodeStringToAnsiSize(), RtlxUnicodeStringToOemSize(), SearchPathA(), UrlCreateFromPathA(), UrlEscapeA(), and wcstombs().
| _Use_decl_annotations_ NTSTATUS NTAPI RtlUnicodeToOemN | ( | _Out_ PCHAR | OemString, |
| _In_ ULONG | OemSize, | ||
| _Out_opt_ PULONG | ResultSize, | ||
| _In_ PCWCH | UnicodeString, | ||
| _In_ ULONG | UnicodeSize | ||
| ) |
Stubbed OEM helpers that should not be used in the OS boot loader, but are necessary for linking with the rest of the RTL unicode.c.
Definition at line 264 of file nlsboot.c.
Referenced by _IRQL_requires_max_(), file_name_WtoA(), FilenameW2A_N(), GetEnvironmentStringsA(), RtlUnicodeStringToOemString(), and START_TEST().
Definition at line 177 of file nlsboot.c.
Referenced by _IRQL_requires_max_(), CmpCompareCompressedName(), CmpCompareInIndex(), CmpComputeHashKey(), CmpGetNameControlBlock(), CSR_API(), DefineDosDeviceW(), DosKRNLInitialize(), GetDriveTypeW(), InitFunctionPointers(), InitFunctionPtrs(), IopSuffixUnicodeString(), NpAddWaiter(), ObpCreateSymbolicLinkName(), ObpLookupEntryDirectory(), PostfixUnicodeString(), RxTableComputeHashValue(), RxTableComputePathHashValue(), SmpCreatePagingFileDescriptor(), SmpCreateVolumeDescriptors(), SmpSearchVolumeDescriptor(), START_TEST(), test_toupper(), toupper_nt_mb(), and towupper().
| _Use_decl_annotations_ NTSTATUS NTAPI RtlUpcaseUnicodeToMultiByteN | ( | _Out_ PCHAR | MbString, |
| _In_ ULONG | MbSize, | ||
| _Out_opt_ PULONG | ResultSize, | ||
| _In_ PCWCH | UnicodeString, | ||
| _In_ ULONG | UnicodeSize | ||
| ) |
Definition at line 186 of file nlsboot.c.
Referenced by RtlUpcaseUnicodeStringToAnsiString().
| _Use_decl_annotations_ NTSTATUS NTAPI RtlUpcaseUnicodeToOemN | ( | _Out_ PCHAR | OemString, |
| _In_ ULONG | OemSize, | ||
| _Out_opt_ PULONG | ResultSize, | ||
| _In_ PCWCH | UnicodeString, | ||
| _In_ ULONG | UnicodeSize | ||
| ) |
Definition at line 302 of file nlsboot.c.
Referenced by RtlDnsHostNameToComputerName(), RtlUpcaseUnicodeStringToCountedOemString(), and RtlUpcaseUnicodeStringToOemString().
Definition at line 230 of file nlsboot.c.
Referenced by DosChangeDirectory(), DosInitPsp(), DosInt21h(), DosKRNLInitialize(), RtlCompareString(), RtlPrefixString(), and RtlUpperString().
Definition at line 19 of file nlsboot.c.
Referenced by FsRtlIsDbcsInExpression(), and RtlGenerate8dot3Name().
| USHORT NlsOemDefaultChar = '\0' |
Definition at line 26 of file nlsboot.c.
Referenced by RtlUnicodeToMultiByteN(), and RtlUpcaseUnicodeToMultiByteN().