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

  /external/icu4c/common/unicode/
ucnv.h 355 * @see ucnv_openU
395 ucnv_openU(const UChar *name,
455 * @see ucnv_openU
558 * @see ucnv_openU
    [all...]
urename.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 296 * @see ucnv_openU
329 ucnv_openU(const UChar *name,
389 * @see ucnv_openU
471 * @see ucnv_openU
    [all...]
urename.h 526 #define ucnv_openU ucnv_openU_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 296 * @see ucnv_openU
329 ucnv_openU(const UChar *name,
389 * @see ucnv_openU
471 * @see ucnv_openU
    [all...]
urename.h 526 #define ucnv_openU ucnv_openU_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h 296 * @see ucnv_openU
329 ucnv_openU(const UChar *name,
389 * @see ucnv_openU
471 * @see ucnv_openU
    [all...]
urename.h 526 #define ucnv_openU ucnv_openU_3_2
    [all...]
  /external/icu4c/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/icu4c/common/
ucnv.c 90 ucnv_openU (const UChar * name,
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 526 #define ucnv_openU ucnv_openU_3_2
    [all...]

Completed in 96 milliseconds