|
ICU 57.1
57.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 |
Set to TRUE if transitional and nontransitional processing produce different results.
For details see C++ IDNAInfo::isTransitionalDifferent().
| UBool UIDNAInfo::reservedB3 |
| int32_t UIDNAInfo::reservedI2 |
| int32_t UIDNAInfo::reservedI3 |