Searched defs:UConverterImpl (Results 1 – 2 of 2) sorted by relevance
227 struct UConverterImpl { struct228 UConverterType type;230 UConverterLoad load;231 UConverterUnload unload;233 UConverterOpen open;234 UConverterClose close;235 UConverterReset reset;237 UConverterToUnicode toUnicode;238 UConverterToUnicode toUnicodeWithOffsets;239 UConverterFromUnicode fromUnicode;[all …]
58 typedef struct UConverterImpl UConverterImpl; typedef