Movatterモバイル変換


[0]ホーム

URL:


ICU 78.1  78.1
Data Fields
UConverterFromUnicodeArgs Struct Reference

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

#include <ucnv_err.h>

Data Fields

uint16_t size
 The size of this struct.More...
 
UBool flush
 The internal state of converter will be reset and data flushed if set to true.More...
 
UConverterconverter
 Pointer to the converter that is opened and to which this struct is passed as an argument.More...
 
constUCharsource
 Pointer to the source source buffer.More...
 
constUCharsourceLimit
 Pointer to the limit (end + 1) of source buffer.More...
 
char * target
 Pointer to the target buffer.More...
 
const char * targetLimit
 Pointer to the limit (end + 1) of target buffer.More...
 
int32_t * offsets
 Pointer to the buffer that receives the offsets.More...
 

Detailed Description

The structure for the fromUnicode callback function parameter.

Stable:
ICU 2.0

Definition at line194 of fileucnv_err.h.

Field Documentation

◆ converter

UConverter* UConverterFromUnicodeArgs::converter

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

Stable:
ICU 2.0

Definition at line197 of fileucnv_err.h.

◆ flush

UBool UConverterFromUnicodeArgs::flush

The internal state of converter will be reset and data flushed if set to true.

Stable:
ICU 2.0

Definition at line196 of fileucnv_err.h.

◆ offsets

int32_t* UConverterFromUnicodeArgs::offsets

Pointer to the buffer that receives the offsets.

*offset = blah ; offset++;.

Stable:
ICU 2.0

Definition at line202 of fileucnv_err.h.

◆ size

uint16_t UConverterFromUnicodeArgs::size

The size of this struct.

Stable:
ICU 2.0

Definition at line195 of fileucnv_err.h.

◆ source

constUChar* UConverterFromUnicodeArgs::source

Pointer to the source source buffer.

Stable:
ICU 2.0

Definition at line198 of fileucnv_err.h.

◆ sourceLimit

constUChar* UConverterFromUnicodeArgs::sourceLimit

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

Stable:
ICU 2.0

Definition at line199 of fileucnv_err.h.

◆ target

char* UConverterFromUnicodeArgs::target

Pointer to the target buffer.

Stable:
ICU 2.0

Definition at line200 of fileucnv_err.h.

◆ targetLimit

const char* UConverterFromUnicodeArgs::targetLimit

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

Stable:
ICU 2.0

Definition at line201 of fileucnv_err.h.


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

Generated by doxygen 1.9.1
[8]ページ先頭

©2009-2025 Movatter.jp