ICU 78.3  78.3
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
utfstring.h File Reference

C++ header-only API: C++ string helper functions. More...

#include "unicode/utypes.h"
#include "unicode/utf16.h"

Go to the source code of this file.

Functions

template<typename StringClass >
StringClass & U_HEADER_ONLY_NAMESPACE::utfstring::appendOrFFFD (StringClass &s, UChar32 c)
 Appends the code point to the string. More...
 
template<typename StringClass >
StringClass & U_HEADER_ONLY_NAMESPACE::utfstring::appendUnsafe (StringClass &s, UChar32 c)
 Appends the code point to the string. More...
 
template<typename StringClass >
StringClass U_HEADER_ONLY_NAMESPACE::utfstring::encodeOrFFFD (UChar32 c)
 Returns the code point as a string of code units. More...
 
template<typename StringClass >
StringClass U_HEADER_ONLY_NAMESPACE::utfstring::encodeUnsafe (UChar32 c)
 Returns the code point as a string of code units. More...
 

Detailed Description

C++ header-only API: C++ string helper functions.

Definition in file utfstring.h.