Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/CUnicode
Description
This inline function optimizes for the most common case that the code point is ASCII Only for non-ASCII code points an actual function call is made
| Name | DecodeUTF8 |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/Unicode.h |
| Include Path | #include "uLang/Common/Text/Unicode.h" |
static SUniCodePointLength DecodeUTF8
(
const UTF8Char * Text,
size_t TextByteLength
)