logln("Quick mode: only testing first 5 Locales");
}
for(int i = 0; i < locCount; ++i) {
- if (uprv_strcmp(loc[i].getLanguage(),"ccp")==0 && logKnownIssue("13366", "Skip handling ccp until NumberFormat parsing is fixed")) {
+ if (uprv_strcmp(loc[i].getLanguage(),"ccp")==0 && logKnownIssue("13391", "Skip handling ccp until NumberFormat parsing is fixed")) {
continue;
}
UnicodeString name;
}
for (int32_t i=0; i<count; ++i)
{
- if (uprv_strcmp(locales[i].getLanguage(),"ccp")==0 && logKnownIssue("13366", "Skip handling ccp until NumberFormat parsing is fixed")) {
+ if (uprv_strcmp(locales[i].getLanguage(),"ccp")==0 && logKnownIssue("13391", "Skip handling ccp until NumberFormat parsing is fixed")) {
continue;
}
UnicodeString name(locales[i].getName(), "");
for (int32_t patidx = 0; patidx < UPRV_LENGTHOF(PATTERNS); patidx++) {
if (uprv_strcmp(LOCALES[locidx].getLanguage(),"ccp")==0 && (PATTERNS[patidx][0]==0x7A || PATTERNS[patidx][0]==0x76) &&
- logKnownIssue("13366", "Skip handling ccp until TimeZone offset roundtrip is fixed")) {
+ logKnownIssue("13390", "Skip handling ccp until TimeZone offset roundtrip is fixed")) {
continue;
}
SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], status);