HomeSort by relevance Sort by last modified time
    Searched full:illegalname (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
ccapitst.c 393 UChar illegalName[100];
415 u_uastrcpy(illegalName, "");
416 u_uastrcpy(illegalName, illegalNameChars);
417 ucnv_openU(illegalName, &err);
419 log_err("FAILURE! ucnv_openU(illegalName, err) is expected to fail\n");
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 399 UChar illegalName[100];
421 u_uastrcpy(illegalName, "");
422 u_uastrcpy(illegalName, illegalNameChars);
423 ucnv_openU(illegalName, &err);
425 log_err("FAILURE! ucnv_openU(illegalName, err) is expected to fail\n");
    [all...]

Completed in 425 milliseconds