ReactOS 0.4.16-dev-927-g467dec4
|
#include <corecrt_internal_mbstring.h>
#include <corecrt_internal_ptd_propagation.h>
#include <uchar.h>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{c16rtomb.cpp} |
Functions | |
void | anonymous_namespace{c16rtomb.cpp}::store_first_surrogate (char16_t c16, mbstate_t *ps) |
char32_t | anonymous_namespace{c16rtomb.cpp}::combine_second_surrogate (char16_t c16, mbstate_t *ps) |
constexpr bool | anonymous_namespace{c16rtomb.cpp}::has_surrogate (mbstate_t *ps) |
constexpr bool | anonymous_namespace{c16rtomb.cpp}::is_first_surrogate (char16_t c16) |
constexpr bool | anonymous_namespace{c16rtomb.cpp}::is_second_surrogate (char16_t c16) |
size_t __cdecl | c16rtomb (char *s, char16_t c16, mbstate_t *ps) |
Definition at line 47 of file c16rtomb.cpp.