Searched defs:UConverterImpl (Results 1 – 2 of 2) sorted by relevance
232 struct UConverterImpl { struct233 UConverterType type;235 UConverterLoad load;236 UConverterUnload unload;238 UConverterOpen open;239 UConverterClose close;240 UConverterReset reset;242 UConverterToUnicode toUnicode;243 UConverterToUnicode toUnicodeWithOffsets;244 UConverterFromUnicode fromUnicode;[all …]
61 typedef struct UConverterImpl UConverterImpl; typedef