Searched defs:ErrorCases (Results 1 – 1 of 1) sorted by relevance
235 typedef struct ErrorCases ErrorCases; typedef237 static const struct ErrorCases{ struct239 UChar unicode[100];240 const char *ascii;241 UErrorCode expected;242 UBool useSTD3ASCIIRules;243 UBool testToUnicode;244 UBool testLabel;