|
ICU 78.3
78.3
|
C++ header-only API: C++ string helper functions. More...
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... | |
C++ header-only API: C++ string helper functions.
Definition in file utfstring.h.
1.8.5