Home
last modified time | relevance | path

Searched defs:c16 (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/ucrt/convert/
H A Dc16rtomb.cpp15 inline void store_first_surrogate(char16_t c16, mbstate_t* ps) in store_first_surrogate()
24 inline char32_t combine_second_surrogate(char16_t c16, mbstate_t* ps) in combine_second_surrogate()
34 inline constexpr bool is_first_surrogate(char16_t c16) in is_first_surrogate()
40 inline constexpr bool is_second_surrogate(char16_t c16) in is_second_surrogate()
47 extern "C" size_t __cdecl c16rtomb(char* s, char16_t c16, mbstate_t* ps) in c16rtomb()
54 size_t __cdecl __crt_mbstring::__c16rtomb_utf8(char* s, char16_t c16, mbstate_t* ps, __crt_cached_p… in __c16rtomb_utf8()