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

  /external/icu/icu4c/source/tools/makeconv/
ucnvstat.c 24 0, UCNV_IBM, UCNV_SBCS, 1, 1,
35 0, UCNV_IBM, UCNV_DBCS, 2, 2,
45 0, UCNV_IBM, UCNV_MBCS, 1, 1,
55 0, UCNV_IBM, UCNV_EBCDIC_STATEFUL, 1, 1,
makeconv.cpp 416 *pPlatform=UCNV_IBM;
438 staticData->platform=UCNV_IBM;
  /external/icu/icu4c/source/common/
ucnv_u16.cpp 639 1200, UCNV_IBM, UCNV_UTF16_BigEndian, 2, 2,
    [all...]
ucnvlat1.cpp 463 819, UCNV_IBM, UCNV_LATIN_1, 1, 1,
742 367, UCNV_IBM, UCNV_US_ASCII, 1, 1,
ucnv_u32.cpp 496 UCNV_IBM, UCNV_UTF32_BigEndian, 4, 4,
991 UCNV_IBM, UCNV_UTF32_LittleEndian, 4, 4
    [all...]
ucnvhz.cpp 616 UCNV_IBM,
ucnv_u7.cpp 778 UCNV_IBM, UCNV_UTF7,
    [all...]
ucnv2022.cpp     [all...]
ucnv_ct.cpp 631 UCNV_IBM,
ucnv_lmb.cpp 612 0, UCNV_IBM, UCNV_LMBCS_##n, 1, 3,\
    [all...]
ucnv_u8.cpp 913 1208, UCNV_IBM, UCNV_UTF8,
ucnvbocu.cpp     [all...]
ucnv.cpp 119 case UCNV_IBM:
    [all...]
ucnvisci.cpp     [all...]
ucnvscsu.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
ucnv.h 182 UCNV_IBM = 0
420 * Currently, the only "platform" supported in the ICU converter API is UCNV_IBM.
    [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 324 UCNV_IBM
477 if(ucnv_openCCSID(1051, UCNV_IBM, &err) != NULL){
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 */
548 /* myConverter =ucnv_openCCSID(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */
    [all...]

Completed in 1170 milliseconds