Searched defs:UConverterImpl (Results 1 – 2 of 2) sorted by relevance
230 struct UConverterImpl { struct231 UConverterType type;233 UConverterLoad load;234 UConverterUnload unload;236 UConverterOpen open;237 UConverterClose close;238 UConverterReset reset;240 UConverterToUnicode toUnicode;241 UConverterToUnicode toUnicodeWithOffsets;242 UConverterFromUnicode fromUnicode;[all …]
59 typedef struct UConverterImpl UConverterImpl; typedef