Lines Matching defs:ConversionCase
31 struct ConversionCase { struct
33 int32_t caseNr;
34 const char *charset, *cbopt, *name;
35 UChar subString[16];
36 char subchar[8];
37 int8_t setSub;
40 const uint8_t *bytes;
41 int32_t bytesLength;
42 const UChar *unicode;
43 int32_t unicodeLength;
44 const int32_t *offsets;
47 const char *utf8;
48 int32_t utf8Length;
51 UBool finalFlush;
52 UBool fallbacks;
53 UErrorCode outErrorCode;
54 const uint8_t *invalidChars;
55 const UChar *invalidUChars;
56 int32_t invalidLength;
59 uint8_t resultBytes[200];
83 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option); argument