|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _LCID_TEST_ENTRY |
Macros | |
| #define | FL_LOCALE 0x00000001 |
| #define | FL_CULTURE 0x00000002 |
| #define | FL_BOTH 0x00000003 |
| #define | FL_ALT_NAME 0x00000004 |
| #define | TEST(Lcid, CultureName, Flags) { __LINE__, Lcid, CultureName, Flags } |
Typedefs | |
| typedef NTSTATUS NTAPI | FN_RtlConvertLCIDToString(_In_ LCID LcidValue, _In_ ULONG Base, _In_ ULONG Padding, _Out_writes_(Size) PWSTR pResultBuf, _In_ ULONG Size) |
| typedef BOOLEAN NTAPI | FN_RtlCultureNameToLCID(_In_ PUNICODE_STRING String, _Out_ PLCID Lcid) |
| typedef BOOLEAN NTAPI | FN_RtlLCIDToCultureName(_In_ LCID Lcid, _Inout_ PUNICODE_STRING String) |
| typedef NTSTATUS NTAPI | FN_RtlLcidToLocaleName(_In_ LCID Lcid, _Inout_ PUNICODE_STRING LocaleName, _In_ ULONG Flags, _In_ BOOLEAN AllocateDestinationString) |
| typedef NTSTATUS NTAPI | FN_RtlLocaleNameToLcid(_In_ PWSTR LocaleName, _Out_ PLCID Lcid, _In_ ULONG Flags) |
| typedef struct _LCID_TEST_ENTRY | LCID_TEST_ENTRY |
Functions | |
| static BOOLEAN | Init (void) |
| static void | Test_RtlCultureNameToLCID (void) |
| static void | Test_RtlLCIDToCultureName (void) |
| static void | Test_RtlLocaleNameToLcid (void) |
| static void | Test_RtlLcidToLocaleName (void) |
| START_TEST (RtlLocale) | |
| #define FL_ALT_NAME 0x00000004 |
Definition at line 61 of file RtlLocale.c.
| #define FL_BOTH 0x00000003 |
Definition at line 60 of file RtlLocale.c.
| #define FL_CULTURE 0x00000002 |
Definition at line 59 of file RtlLocale.c.
| #define FL_LOCALE 0x00000001 |
Definition at line 58 of file RtlLocale.c.
Definition at line 71 of file RtlLocale.c.
| typedef NTSTATUS NTAPI FN_RtlConvertLCIDToString(_In_ LCID LcidValue, _In_ ULONG Base, _In_ ULONG Padding, _Out_writes_(Size) PWSTR pResultBuf, _In_ ULONG Size) |
Definition at line 14 of file RtlLocale.c.
Definition at line 24 of file RtlLocale.c.
Definition at line 31 of file RtlLocale.c.
| typedef NTSTATUS NTAPI FN_RtlLcidToLocaleName(_In_ LCID Lcid, _Inout_ PUNICODE_STRING LocaleName, _In_ ULONG Flags, _In_ BOOLEAN AllocateDestinationString) |
Definition at line 38 of file RtlLocale.c.
| typedef NTSTATUS NTAPI FN_RtlLocaleNameToLcid(_In_ PWSTR LocaleName, _Out_ PLCID Lcid, _In_ ULONG Flags) |
Definition at line 47 of file RtlLocale.c.
| typedef struct _LCID_TEST_ENTRY LCID_TEST_ENTRY |
Definition at line 586 of file RtlLocale.c.
Referenced by START_TEST().
| START_TEST | ( | RtlLocale | ) |
Definition at line 1033 of file RtlLocale.c.
Definition at line 609 of file RtlLocale.c.
Referenced by START_TEST().
Definition at line 693 of file RtlLocale.c.
Referenced by START_TEST().
Definition at line 872 of file RtlLocale.c.
Referenced by START_TEST().
Definition at line 753 of file RtlLocale.c.
Referenced by START_TEST().
| FN_RtlConvertLCIDToString* pRtlConvertLCIDToString |
Definition at line 52 of file RtlLocale.c.
Referenced by Init().
| FN_RtlCultureNameToLCID* pRtlCultureNameToLCID |
Definition at line 53 of file RtlLocale.c.
Referenced by Init(), and Test_RtlCultureNameToLCID().
| FN_RtlLCIDToCultureName* pRtlLCIDToCultureName |
Definition at line 54 of file RtlLocale.c.
Referenced by Init(), and Test_RtlLCIDToCultureName().
| FN_RtlLcidToLocaleName* pRtlLcidToLocaleName |
Definition at line 55 of file RtlLocale.c.
Referenced by Init(), and Test_RtlLcidToLocaleName().
| FN_RtlLocaleNameToLcid* pRtlLocaleNameToLcid |
Definition at line 56 of file RtlLocale.c.
Referenced by Init(), Test_RtlLcidToLocaleName(), and Test_RtlLocaleNameToLcid().
|
static |
Definition at line 77 of file RtlLocale.c.
Referenced by Test_RtlCultureNameToLCID(), Test_RtlLCIDToCultureName(), Test_RtlLcidToLocaleName(), and Test_RtlLocaleNameToLcid().