Output container for IDNA processing errors.
More...
#include <uidna.h>
Output container for IDNA processing errors.
Initialize with UIDNA_INFO_INITIALIZER:
- Stable:
- ICU 4.6
Definition at line 185 of file uidna.h.
uint32_t UIDNAInfo::errors |
Bit set indicating IDNA processing errors.
0 if no errors. See UIDNA_ERROR_... constants.
- Stable:
- ICU 4.6
Definition at line 200 of file uidna.h.
UBool UIDNAInfo::isTransitionalDifferent |
Set to true if transitional and nontransitional processing produce different results.
For details see C++ IDNAInfo::isTransitionalDifferent().
- Stable:
- ICU 4.6
Definition at line 193 of file uidna.h.
UBool UIDNAInfo::reservedB3 |
Reserved field, do not use.
- Internal:
- Do not use. This API is for internal use only.
Definition at line 194 of file uidna.h.
int32_t UIDNAInfo::reservedI2 |
Reserved field, do not use.
- Internal:
- Do not use. This API is for internal use only.
Definition at line 201 of file uidna.h.
int32_t UIDNAInfo::reservedI3 |
Reserved field, do not use.
- Internal:
- Do not use. This API is for internal use only.
Definition at line 202 of file uidna.h.
The documentation for this struct was generated from the following file: