Searched refs:ucnv_openU (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/common/unicode/
H A Ducnv.h317 * @see ucnv_openU
357 ucnv_openU(const UChar *name,
417 * @see ucnv_openU
520 * @see ucnv_openU
H A Durename.h666 #define ucnv_openU U_ICU_ENTRY_POINT_RENAME(ucnv_openU) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv.h296 * @see ucnv_openU
329 ucnv_openU(const UChar *name,
389 * @see ucnv_openU
471 * @see ucnv_openU
H A Durename.h526 #define ucnv_openU ucnv_openU_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv.h296 * @see ucnv_openU
329 ucnv_openU(const UChar *name,
389 * @see ucnv_openU
471 * @see ucnv_openU
H A Durename.h526 #define ucnv_openU ucnv_openU_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv.h296 * @see ucnv_openU
329 ucnv_openU(const UChar *name,
389 * @see ucnv_openU
471 * @see ucnv_openU
H A Durename.h526 #define ucnv_openU ucnv_openU_3_2 macro
/external/icu4c/test/cintltst/
H A Dccapitst.c395 /*Testing ucnv_openU()*/
404 converter=ucnv_openU(converterName, &err);
406 log_data_err("FAILURE! ucnv_openU(ibm-943, err) failed. %s\n", myErrorName(err));
410 converter=ucnv_openU(NULL, &err);
412 log_err("FAILURE! ucnv_openU(NULL, err) failed. %s\n", myErrorName(err));
417 converter=ucnv_openU(converterName, &err);
419 log_data_err("FAILURE! ucnv_openU(ibm-943, U_ILLEGAL_ARGUMENT_ERROR) is expected to fail\n");
425 ucnv_openU(illegalName, &err);
427 log_err("FAILURE! ucnv_openU(illegalName, err) is expected to fail\n");
431 ucnv_openU(firstSortedNam
[all...]
/external/icu4c/common/
H A Ducnv.c88 ucnv_openU (const UChar * name, function
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h526 #define ucnv_openU ucnv_openU_3_2 macro

Completed in 195 milliseconds