ReactOS 0.4.16-dev-1063-gd722e70
|
Functions | |
void | store_first_surrogate (char16_t c16, mbstate_t *ps) |
char32_t | combine_second_surrogate (char16_t c16, mbstate_t *ps) |
constexpr bool | has_surrogate (mbstate_t *ps) |
constexpr bool | is_first_surrogate (char16_t c16) |
constexpr bool | is_second_surrogate (char16_t c16) |
|
inline |
Definition at line 24 of file c16rtomb.cpp.
Referenced by __crt_mbstring::__c16rtomb_utf8().
Definition at line 29 of file c16rtomb.cpp.
Referenced by __crt_mbstring::__c16rtomb_utf8().
|
inlineconstexpr |
Definition at line 34 of file c16rtomb.cpp.
Referenced by __crt_mbstring::__c16rtomb_utf8().
|
inlineconstexpr |
Definition at line 40 of file c16rtomb.cpp.
Referenced by __crt_mbstring::__c16rtomb_utf8().
|
inline |
Definition at line 15 of file c16rtomb.cpp.
Referenced by __crt_mbstring::__c16rtomb_utf8().