webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <uidna.h>
Public Attributes | |
int16_t | size |
UBool | isTransitionalDifferent |
UBool | reservedB3 |
uint32_t | errors |
int32_t | reservedI2 |
int32_t | reservedI3 |
Output container for IDNA processing errors. Initialize with UIDNA_INFO_INITIALIZER:
ICU 4.6
uint32_t UIDNAInfo::errors |
Bit set indicating IDNA processing errors. 0 if no errors. See UIDNA_ERROR_... constants. ICU 4.6
UBool UIDNAInfo::isTransitionalDifferent |
Set to TRUE if transitional and nontransitional processing produce different results. For details see C++ IDNAInfo::isTransitionalDifferent(). ICU 4.6
UBool UIDNAInfo::reservedB3 |
Reserved field, do not use.
int32_t UIDNAInfo::reservedI2 |
Reserved field, do not use.
int32_t UIDNAInfo::reservedI3 |
Reserved field, do not use.
int16_t UIDNAInfo::size |
sizeof(UIDNAInfo) ICU 4.6