Searched defs:ErrorCases (Results 1 – 2 of 2) sorted by relevance
44 TEST(ParseInt32Test, ErrorCases) { in TEST() argument70 TEST(ParseInt64Test, ErrorCases) { in TEST() argument96 TEST(ParseDoubleTest, ErrorCases) { in TEST() argument
238 typedef struct ErrorCases ErrorCases; typedef240 static const struct ErrorCases{ struct242 UChar unicode[100];243 const char *ascii;244 UErrorCode expected;245 UBool useSTD3ASCIIRules;246 UBool testToUnicode;247 UBool testLabel;