Searched defs:UConverter (Results 1 – 3 of 3) sorted by relevance
135 struct UConverter { struct141 UConverterFromUnicodeArgs *args, argument152 UConverterToUnicodeArgs *args, argument178 …UConverterSharedData *sharedData; /* Pointer to the shared immutable part of the converter objec… argument180 uint32_t options; /* options flags from UConverterOpen, may contain additional bits */ argument183 …UBool isCopyLocal; /* TRUE if UConverter is not owned and not released in ucnv_close() (stack-all… argument184 … 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 …]
440 setInitialStateToUnicodeKR(UConverter* /*converter*/, UConverterDataISO2022 *myConverterData){ in setInitialStateToUnicodeKR() argument
94 typedef struct UConverter UConverter; typedef