Searched defs:ConversionCase (Results 1 – 1 of 1) sorted by relevance
31 struct ConversionCase { struct33 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;[all …]