84 createUTS46Instance(uint32_t options,
UErrorCode &errorCode);
306 errors=labelErrors=0;
312 uint32_t errors, labelErrors;
320 #endif // UCONFIG_NO_IDNA
IDNAInfo()
Constructor for stack allocation.
A ByteSink can be filled with bytes.
A string-like object that points to a sized piece of memory.
Abstract base class for IDNA processing.
uint32_t getErrors() const
Returns a bit set indicating IDNA processing errors.
C++ API: StringPiece: Read-only byte string wrapper class.
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
C++ API: Interface for writing bytes, and implementation classes.
Output container for IDNA processing errors.
#define TRUE
The TRUE value of a UBool.
UMemory is the common ICU base class.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
C API: Internationalizing Domain Names in Applications (IDNA)
UBool hasErrors() const
Were there IDNA processing errors?
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
UObject is the common ICU "boilerplate" class.
void * UClassID
UClassID is used to identify classes without using RTTI, since RTTI is not yet supported by all C++ c...
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
UBool isTransitionalDifferent() const
Returns TRUE if transitional and nontransitional processing produce different results.
Basic definitions for ICU, for both C and C++ APIs.
#define FALSE
The FALSE value of a UBool.
#define U_COMMON_API
Set to export library symbols from inside the common library, and to import them from outside...
virtual UClassID getDynamicClassID() const =0
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
int8_t UBool
The ICU boolean type.