Searched defs:UConverterImpl (Results 1 – 2 of 2) sorted by relevance
225 struct UConverterImpl { struct226 UConverterType type;228 UConverterLoad load;229 UConverterUnload unload;231 UConverterOpen open;232 UConverterClose close;233 UConverterReset reset;235 UConverterToUnicode toUnicode;236 UConverterToUnicode toUnicodeWithOffsets;237 UConverterFromUnicode fromUnicode;[all …]
57 typedef struct UConverterImpl UConverterImpl; typedef