ICU 78.1 78.1 |
Output container for IDNA processing errors.More...
#include <uidna.h>
Data Fields | |
| int16_t | size |
| sizeof(UIDNAInfo)More... | |
| UBool | isTransitionalDifferent |
| Set to true if transitional and nontransitional processing produce different results.More... | |
| UBool | reservedB3 |
| Reserved field, do not use.More... | |
| uint32_t | errors |
| Bit set indicating IDNA processing errors.More... | |
| int32_t | reservedI2 |
| Reserved field, do not use.More... | |
| int32_t | reservedI3 |
| Reserved field, do not use.More... | |
Output container for IDNA processing errors.
Initialize with UIDNA_INFO_INITIALIZER:
| uint32_t UIDNAInfo::errors |
| UBool UIDNAInfo::isTransitionalDifferent |
| UBool UIDNAInfo::reservedB3 |
| int32_t UIDNAInfo::reservedI2 |
| int32_t UIDNAInfo::reservedI3 |