neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::utf16 Namespace Reference

Functions

bool is_high_surrogate (unicode_char_t aCharacter)
 
bool is_low_surrogate (unicode_char_t aCharacter)
 
bool is_surrogate_pair (unicode_char_t aHighValue, unicode_char_t aLowValue)
 

Function Documentation

◆ is_high_surrogate()

bool neolib::utf16::is_high_surrogate ( unicode_char_t  aCharacter)
inline

Definition at line 74 of file string_utf.hpp.

◆ is_low_surrogate()

bool neolib::utf16::is_low_surrogate ( unicode_char_t  aCharacter)
inline

Definition at line 78 of file string_utf.hpp.

◆ is_surrogate_pair()

bool neolib::utf16::is_surrogate_pair ( unicode_char_t  aHighValue,
unicode_char_t  aLowValue 
)
inline

Definition at line 82 of file string_utf.hpp.