Home
last modified time | relevance | path

Searched refs:_In_CRT_NLS_string_ (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal.h525 #define _In_CRT_NLS_string_(size) _When_((size) < 0, _In_z_) \ macro
534 _In_CRT_NLS_string_(_CchCount1) PCCH _LpString1,
536 _In_CRT_NLS_string_(_CchCount2) PCCH _LpString2,
544 _In_CRT_NLS_string_(_CchCount1) PCWCH _LpString1,
546 _In_CRT_NLS_string_(_CchCount2) PCWCH _LpString2,
582 _In_CRT_NLS_string_(_CchSrc) PCCH _LpSrcStr,
594 _In_CRT_NLS_string_(_CchSrc) PCWCH _LpSrcStr,
1295 _In_CRT_NLS_string_(source_count) LPCWSTR source,
/reactos/sdk/lib/ucrt/locale/
H A DLCMapStringA.cpp45 _In_CRT_NLS_string_(cchSrc) PCCH lpSrcStr, in __acrt_LCMapStringA_stat()