Searched refs:__acrt_LCMapStringA (Results 1 – 13 of 13) sorted by relevance
/reactos/sdk/lib/ucrt/string/ |
H A D | strxfrm.cpp | 87 if ( 0 == (dstlen = __acrt_LCMapStringA( in _strxfrm_l() 118 if ( 0 == __acrt_LCMapStringA( in _strxfrm_l()
|
H A D | strupr.cpp | 139 if ( 0 == (dstsize = __acrt_LCMapStringA( in _strupr_s_l_stat() 169 if (__acrt_LCMapStringA( in _strupr_s_l_stat()
|
H A D | strlwr.cpp | 138 if ( 0 == (dstsize = __acrt_LCMapStringA( in _strlwr_s_l_stat() 168 if (__acrt_LCMapStringA( in _strlwr_s_l_stat()
|
/reactos/sdk/lib/ucrt/mbstring/ |
H A D | mbsicmp.cpp | 69 retval = __acrt_LCMapStringA( in _mbsicmp_l() 102 retval = __acrt_LCMapStringA( in _mbsicmp_l()
|
H A D | mbtoupr.cpp | 57 if ( __acrt_LCMapStringA( in _mbctoupper_l()
|
H A D | mbtolwr.cpp | 57 if ( __acrt_LCMapStringA( in _mbctolower_l()
|
H A D | mbsupr.cpp | 77 if ( (retval = __acrt_LCMapStringA( in _mbsupr_s_l()
|
H A D | mbslwr.cpp | 78 if ((retval = __acrt_LCMapStringA( in _mbslwr_s_l()
|
H A D | mbctype.cpp | 634 __acrt_LCMapStringA(nullptr, ptmbci->mblocalename, LCMAP_LOWERCASE, (LPCSTR)sbVector, 256, in setSBUpLow() 639 __acrt_LCMapStringA(nullptr, ptmbci->mblocalename, LCMAP_UPPERCASE, (LPCSTR)sbVector, 256, in setSBUpLow()
|
/reactos/sdk/lib/ucrt/locale/ |
H A D | initctype.cpp | 142 if ( __acrt_LCMapStringA(nullptr, in __acrt_locale_initialize_ctype() 153 if ( __acrt_LCMapStringA(nullptr, in __acrt_locale_initialize_ctype()
|
H A D | LCMapStringA.cpp | 210 extern "C" int __cdecl __acrt_LCMapStringA( in __acrt_LCMapStringA() function
|
/reactos/sdk/lib/ucrt/convert/ |
H A D | tolower_toupper.cpp | 40 int const out_count = __acrt_LCMapStringA( in common_tox_win_lookup()
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | corecrt_internal.h | 578 int __cdecl __acrt_LCMapStringA(
|