webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
UIDNAInfo Struct Reference

#include <uidna.h>

Public Attributes

int16_t size
 
UBool isTransitionalDifferent
 
UBool reservedB3
 
uint32_t errors
 
int32_t reservedI2
 
int32_t reservedI3
 

Detailed Description

Output container for IDNA processing errors. Initialize with UIDNA_INFO_INITIALIZER:

ICU 4.6

Member Data Documentation

◆ errors

uint32_t UIDNAInfo::errors

Bit set indicating IDNA processing errors. 0 if no errors. See UIDNA_ERROR_... constants. ICU 4.6

◆ isTransitionalDifferent

UBool UIDNAInfo::isTransitionalDifferent

Set to TRUE if transitional and nontransitional processing produce different results. For details see C++ IDNAInfo::isTransitionalDifferent(). ICU 4.6

◆ reservedB3

UBool UIDNAInfo::reservedB3

Reserved field, do not use.

◆ reservedI2

int32_t UIDNAInfo::reservedI2

Reserved field, do not use.

◆ reservedI3

int32_t UIDNAInfo::reservedI3

Reserved field, do not use.

◆ size

int16_t UIDNAInfo::size

sizeof(UIDNAInfo) ICU 4.6


The documentation for this struct was generated from the following file: