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

  /external/icu/icu4c/source/common/unicode/
ucnv.h 173 * The use of platform/CCSID is not recommended. See ucnv_openCCSID().
176 * @see ucnv_openCCSID
358 * @see ucnv_openCCSID
391 * @see ucnv_openCCSID
416 * Only IBM default conversion tables are accessible with ucnv_openCCSID().
465 ucnv_openCCSID(int32_t codepage,
567 * @see ucnv_openCCSID
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 908 conv = ucnv_openCCSID(37, UCNV_IBM, &status);
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 471 /*Testing ucnv_openCCSID and ucnv_open with error conditions*/
477 if(ucnv_openCCSID(1051, UCNV_IBM, &err) != NULL){
482 /* Testing ucnv_openCCSID(), ucnv_open(), ucnv_getName() */
487 someConverters[3] = ucnv_openCCSID(949,UCNV_IBM,&err);
488 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */
546 /*Creates a converter and testing ucnv_openCCSID(u_int code_page, platform, errstatus*/
548 /* myConverter =ucnv_openCCSID(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */
    [all...]
  /external/icu/icu4c/source/common/
ucnv.cpp 134 ucnv_openCCSID (int32_t codepage,
    [all...]

Completed in 224 milliseconds