ReactOS 0.4.16-dev-1067-ge98bba2
uchar.h File Reference
#include <corecrt.h>
Include dependency graph for uchar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _UCHAR
 
#define __STDC_UTF_16__   1
 
#define __STDC_UTF_32__   1
 

Typedefs

typedef unsigned short _Char16_t
 
typedef unsigned int _Char32_t
 
typedef unsigned short char16_t
 
typedef unsigned int char32_t
 

Functions

_Check_return_ _ACRTIMP size_t __cdecl mbrtoc16 (_Out_opt_ char16_t *_Pc16, _In_reads_or_z_opt_(_N) const char *_S, _In_ size_t _N, _Inout_ mbstate_t *_Ps)
 
_Check_return_ _ACRTIMP size_t __cdecl c16rtomb (_Out_writes_opt_(4) char *_S, _In_ char16_t _C16, _Inout_ mbstate_t *_Ps)
 
_Check_return_ _ACRTIMP size_t __cdecl mbrtoc32 (_Out_opt_ char32_t *_Pc32, _In_reads_or_z_opt_(_N) const char *_S, _In_ size_t _N, _Inout_ mbstate_t *_Ps)
 
_Check_return_ _ACRTIMP size_t __cdecl c32rtomb (_Out_writes_opt_(4) char *_S, _In_ char32_t _C32, _Inout_ mbstate_t *_Ps)
 

Macro Definition Documentation

◆ __STDC_UTF_16__

#define __STDC_UTF_16__   1

Definition at line 20 of file uchar.h.

◆ __STDC_UTF_32__

#define __STDC_UTF_32__   1

Definition at line 24 of file uchar.h.

◆ _UCHAR

#define _UCHAR

Definition at line 9 of file uchar.h.

Typedef Documentation

◆ _Char16_t

Definition at line 27 of file uchar.h.

◆ _Char32_t

Definition at line 28 of file uchar.h.

◆ char16_t

Definition at line 31 of file uchar.h.

◆ char32_t

Definition at line 32 of file uchar.h.

Function Documentation

◆ c16rtomb()

◆ c32rtomb()

◆ mbrtoc16()

◆ mbrtoc32()