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

#include <ucnv_err.h>

Public Attributes

uint16_t size
 
UBool flush
 
UConverterconverter
 
const UCharsource
 
const UCharsourceLimit
 
char * target
 
const char * targetLimit
 
int32_toffsets
 

Detailed Description

The structure for the fromUnicode callback function parameter. ICU 2.0

Member Data Documentation

◆ converter

UConverter * UConverterFromUnicodeArgs::converter

Pointer to the converter that is opened and to which this struct is passed as an argument. ICU 2.0

◆ flush

UBool UConverterFromUnicodeArgs::flush

The internal state of converter will be reset and data flushed if set to TRUE. ICU 2.0

◆ offsets

int32_t * UConverterFromUnicodeArgs::offsets

Pointer to the buffer that recieves the offsets. *offset = blah ; offset++;. ICU 2.0

◆ size

uint16_t UConverterFromUnicodeArgs::size

The size of this struct. ICU 2.0

◆ source

const UChar * UConverterFromUnicodeArgs::source

Pointer to the source source buffer. ICU 2.0

◆ sourceLimit

const UChar * UConverterFromUnicodeArgs::sourceLimit

Pointer to the limit (end + 1) of source buffer. ICU 2.0

◆ target

char * UConverterFromUnicodeArgs::target

Pointer to the target buffer. ICU 2.0

◆ targetLimit

const char * UConverterFromUnicodeArgs::targetLimit

Pointer to the limit (end + 1) of target buffer. ICU 2.0


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