Lines Matching defs:ConversionCase
29 struct ConversionCase { struct
31 int32_t caseNr;
32 const char *charset, *cbopt, *name;
33 UChar subString[16];
34 char subchar[8];
35 int8_t setSub;
38 const uint8_t *bytes;
39 int32_t bytesLength;
40 const UChar *unicode;
41 int32_t unicodeLength;
42 const int32_t *offsets;
45 const char *utf8;
46 int32_t utf8Length;
49 UBool finalFlush;
50 UBool fallbacks;
51 UErrorCode outErrorCode;
52 const uint8_t *invalidChars;
53 const UChar *invalidUChars;
54 int32_t invalidLength;
80 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option); argument