compareArray(*c, secondary, ARRAY_LENGTH(secondary));
delete c;
-};
+}
// @bug 4062418
//
{
errln("Failed to create collator for Locale::JAPAN");
delete coll;
+ return;
}
static const UChar test[] = {0x41, 0x0308, 0x62, 0x63, 0};
{
errln("Failed to create a collator for Locale::getFrance()");
delete c;
+ return;
}
static const UChar test1[][CollationRegressionTest::MAX_TOKEN_LEN] =