Home
last modified time | relevance | path

Searched defs:UConverter (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv_bld.h135 struct UConverter { struct
141 UConverterFromUnicodeArgs *args, argument
152 UConverterToUnicodeArgs *args, argument
178UConverterSharedData *sharedData; /* Pointer to the shared immutable part of the converter objec… argument
180 uint32_t options; /* options flags from UConverterOpen, may contain additional bits */ argument
183 …UBool isCopyLocal; /* TRUE if UConverter is not owned and not released in ucnv_close() (stack-all… argument
184 … if extraInfo is not owned and not released in ucnv_close() (stack-allocated, safeClone(), etc.) */
186 UBool useFallback;
187 int8_t toULength; /* number of bytes in toUBytes */
188 …8_t toUBytes[UCNV_MAX_CHAR_LEN-1];/* more "toU status"; keeps the bytes of the current character */
[all …]
Ducnv2022.cpp440 setInitialStateToUnicodeKR(UConverter* /*converter*/, UConverterDataISO2022 *myConverterData){ in setInitialStateToUnicodeKR() argument
/external/icu/icu4c/source/common/unicode/
Ducnv_err.h94 typedef struct UConverter UConverter; typedef