Home | History | Annotate | Download | only in cintltst

Lines Matching refs:illegalName

355         UChar illegalName[100];
377 u_uastrcpy(illegalName, "");
378 u_uastrcpy(illegalName, illegalNameChars);
379 ucnv_openU(illegalName, &err);
381 log_err("FAILURE! ucnv_openU(illegalName, err) is expected to fail\n");