HomeSort by relevance Sort by last modified time
    Searched refs:ucnv_openU (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/common/unicode/
ucnv.h 356 * @see ucnv_openU
396 ucnv_openU(const UChar *name,
456 * @see ucnv_openU
565 * @see ucnv_openU
    [all...]
urename.h     [all...]
  /external/icu/libandroidicu/include/unicode/
ucnv.h 356 * @see ucnv_openU
396 ucnv_openU(const UChar *name,
456 * @see ucnv_openU
565 * @see ucnv_openU
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 352 /*Testing ucnv_openU()*/
361 converter=ucnv_openU(converterName, &err);
363 log_data_err("FAILURE! ucnv_openU(ibm-943, err) failed. %s\n", myErrorName(err));
367 converter=ucnv_openU(NULL, &err);
369 log_err("FAILURE! ucnv_openU(NULL, err) failed. %s\n", myErrorName(err));
374 converter=ucnv_openU(converterName, &err);
376 log_data_err("FAILURE! ucnv_openU(ibm-943, U_ILLEGAL_ARGUMENT_ERROR) is expected to fail\n");
382 ucnv_openU(illegalName, &err);
384 log_err("FAILURE! ucnv_openU(illegalName, err) is expected to fail\n");
388 ucnv_openU(firstSortedName, &err)
    [all...]
  /external/icu/icu4c/source/common/
ucnv.cpp 92 ucnv_openU (const UChar * name,
    [all...]
  /external/icu/libandroidicu/static_shim/
shim.cpp     [all...]

Completed in 61 milliseconds