Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

UConverterFromUnicodeArgs Struct Reference

The structure for the fromUnicode callback function parameter. More...

#include <ucnv_err.h>

List of all members.

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.

Stable:

Definition at line 114 of file ucnv_err.h.


Member Data Documentation

UConverter* UConverterFromUnicodeArgs::converter
 

Definition at line 117 of file ucnv_err.h.

UBool UConverterFromUnicodeArgs::flush
 

Definition at line 116 of file ucnv_err.h.

int32_t* UConverterFromUnicodeArgs::offsets
 

Definition at line 122 of file ucnv_err.h.

uint16_t UConverterFromUnicodeArgs::size
 

Definition at line 115 of file ucnv_err.h.

const UChar* UConverterFromUnicodeArgs::source
 

Definition at line 118 of file ucnv_err.h.

const UChar* UConverterFromUnicodeArgs::sourceLimit
 

Definition at line 119 of file ucnv_err.h.

char* UConverterFromUnicodeArgs::target
 

Definition at line 120 of file ucnv_err.h.

const char* UConverterFromUnicodeArgs::targetLimit
 

Definition at line 121 of file ucnv_err.h.


The documentation for this struct was generated from the following file:
Generated on Tue Apr 9 11:30:48 2002 for ICU 2.1 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001