ReactOS 0.4.16-dev-1288-g7ec3a7e
|
Go to the source code of this file.
Functions | |
static | _Success_ (return !=0) int __cdecl __acrt_LCMapStringA_stat(_In_opt_ _locale_t plocinfo |
static _In_ LPCWSTR _In_ DWORD | _In_CRT_NLS_string_ (cchSrc) PCCH lpSrcStr |
static _In_ LPCWSTR _In_ DWORD _In_ int | _Out_writes_opt_ (cchDest) PCH lpDestStr |
if (0==code_page) code_page | |
__crt_scoped_stack_ptr< wchar_t > const | inwbuffer (_malloca_crt_t(wchar_t, inbuff_size)) |
if (!inwbuffer) return 0 | |
if (dwMapFlags &LCMAP_SORTKEY) | |
__crt_scoped_stack_ptr< wchar_t > const | outwbuffer (_malloca_crt_t(wchar_t, outbuff_size)) |
int __cdecl | __acrt_LCMapStringA (_locale_t const plocinfo, PCWSTR const LocaleName, DWORD const dwMapFlags, PCCH const lpSrcStr, int const cchSrc, PCH const lpDestStr, int const cchDest, int const code_page, BOOL const bError) |
Variables | |
static _In_ LPCWSTR | LocaleName |
static _In_ LPCWSTR _In_ DWORD | dwMapFlags |
static _In_ LPCWSTR _In_ DWORD _In_ int | cchSrc |
static _In_ LPCWSTR _In_ DWORD _In_ int _In_ int | cchDest |
static _In_ LPCWSTR _In_ DWORD _In_ int _In_ int _In_ int | code_page |
static _In_ LPCWSTR _In_ DWORD _In_ int _In_ int _In_ int _In_ BOOL | bError |
int | inbuff_size |
int | outbuff_size |
else | |
return | retval |
int __cdecl __acrt_LCMapStringA | ( | _locale_t const | plocinfo, |
PCWSTR const | LocaleName, | ||
DWORD const | dwMapFlags, | ||
PCCH const | lpSrcStr, | ||
int const | cchSrc, | ||
PCH const | lpDestStr, | ||
int const | cchDest, | ||
int const | code_page, | ||
BOOL const | bError | ||
) |
Definition at line 210 of file LCMapStringA.cpp.
Referenced by __acrt_locale_initialize_ctype(), _mbctolower_l(), _mbctoupper_l(), _mbsicmp_l(), _mbslwr_s_l(), _mbsupr_s_l(), _strlwr_s_l_stat(), _strupr_s_l_stat(), _strxfrm_l(), common_tox_win_lookup(), and setSBUpLow().
|
static |
if | ( | 0 | = = code_page | ) |
Definition at line 179 of file LCMapStringA.cpp.
if | ( | dwMapFlags & | LCMAP_SORTKEY | ) |
Definition at line 131 of file LCMapStringA.cpp.
__crt_scoped_stack_ptr< wchar_t > const inwbuffer | ( | _malloca_crt_t(wchar_t, inbuff_size) | ) |
Referenced by if().
__crt_scoped_stack_ptr< wchar_t > const outwbuffer | ( | _malloca_crt_t(wchar_t, outbuff_size) | ) |
Referenced by if().
Definition at line 50 of file LCMapStringA.cpp.
Referenced by __acrt_LCMapStringA(), CallNamedPipeW(), QueryConfig2A(), QueryConfig2W(), Test_LockUnlockServiceDatabase(), Test_LockUnlockServiceDatabaseWithServiceStart(), Test_QueryLockStatusA(), and Test_QueryLockStatusW().
Definition at line 48 of file LCMapStringA.cpp.
Referenced by __acrt_LCMapStringA(), and if().
Definition at line 46 of file LCMapStringA.cpp.
Referenced by __acrt_LCMapStringA().
Definition at line 49 of file LCMapStringA.cpp.
Referenced by __acrt_LCMapStringA(), and if().
Definition at line 44 of file LCMapStringA.cpp.
Referenced by __acrt_LCMapStringA(), and if().
else |
Definition at line 157 of file LCMapStringA.cpp.
int inbuff_size |
Definition at line 73 of file LCMapStringA.cpp.
Referenced by if().
Definition at line 43 of file LCMapStringA.cpp.
Referenced by __acrt_CompareStringW(), __acrt_LCMapStringA(), FindIndexByLocaleName(), if(), InternalCompareStringA(), RtlLcidToLocaleName(), RtlLocaleNameToLcid(), RtlpLocaleNameToLcidInternal(), SetKeyboardLayoutName(), and Test_RtlLcidToLocaleName().
int outbuff_size |
Definition at line 74 of file LCMapStringA.cpp.
Referenced by if().
return retval |
Definition at line 207 of file LCMapStringA.cpp.
Referenced by if().