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

1 2

  /external/chromium_org/third_party/icu/source/tools/makeconv/
ucnvstat.c 22 0, UCNV_IBM, UCNV_SBCS, 1, 1,
33 0, UCNV_IBM, UCNV_DBCS, 2, 2,
43 0, UCNV_IBM, UCNV_MBCS, 1, 1,
53 0, UCNV_IBM, UCNV_EBCDIC_STATEFUL, 1, 1,
makeconv.c 423 *pPlatform=UCNV_IBM;
446 staticData->platform=UCNV_IBM;
  /external/icu4c/tools/makeconv/
ucnvstat.c 22 0, UCNV_IBM, UCNV_SBCS, 1, 1,
33 0, UCNV_IBM, UCNV_DBCS, 2, 2,
43 0, UCNV_IBM, UCNV_MBCS, 1, 1,
53 0, UCNV_IBM, UCNV_EBCDIC_STATEFUL, 1, 1,
makeconv.c 423 *pPlatform=UCNV_IBM;
446 staticData->platform=UCNV_IBM;
  /external/chromium_org/third_party/icu/source/common/
ucnv_u16.c 630 1200, UCNV_IBM, UCNV_UTF16_BigEndian, 2, 2,
    [all...]
ucnvlat1.c 453 819, UCNV_IBM, UCNV_LATIN_1, 1, 1,
730 367, UCNV_IBM, UCNV_US_ASCII, 1, 1,
ucnv_u32.c 490 UCNV_IBM, UCNV_UTF32_BigEndian, 4, 4,
985 UCNV_IBM, UCNV_UTF32_LittleEndian, 4, 4,
    [all...]
ucnvhz.c 614 UCNV_IBM,
ucnv_u7.c 743 UCNV_IBM, UCNV_UTF7,
    [all...]
ucnv2022.c     [all...]
ucnv_lmb.c 608 0, UCNV_IBM, UCNV_LMBCS_##n, 1, 3,\
    [all...]
ucnv_u8.c     [all...]
ucnvbocu.c     [all...]
  /external/icu4c/common/
ucnv_u16.c 630 1200, UCNV_IBM, UCNV_UTF16_BigEndian, 2, 2,
    [all...]
ucnvlat1.c 454 819, UCNV_IBM, UCNV_LATIN_1, 1, 1,
731 367, UCNV_IBM, UCNV_US_ASCII, 1, 1,
ucnv_u32.c 491 UCNV_IBM, UCNV_UTF32_BigEndian, 4, 4,
986 UCNV_IBM, UCNV_UTF32_LittleEndian, 4, 4,
    [all...]
ucnvhz.c 614 UCNV_IBM,
ucnv_u7.c 769 UCNV_IBM, UCNV_UTF7,
    [all...]
ucnv2022.cpp     [all...]
ucnv_ct.c 622 UCNV_IBM,
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h 144 UCNV_IBM = 0
380 * Currently, the only "platform" supported in the ICU converter API is UCNV_IBM.
825 * to only two platforms in principle and only one (UCNV_IBM) in the current
844 * only <TT>UCNV_IBM</TT> will be returned.
    [all...]
  /external/icu4c/common/unicode/
ucnv.h 180 UCNV_IBM = 0
418 * Currently, the only "platform" supported in the ICU converter API is UCNV_IBM.
863 * to only two platforms in principle and only one (UCNV_IBM) in the current
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 900 conv = ucnv_openCCSID(37, UCNV_IBM, &status);
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 367 UCNV_IBM
520 if(ucnv_openCCSID(1051, UCNV_IBM, &err) != NULL){
530 someConverters[3] = ucnv_openCCSID(949,UCNV_IBM,&err);
531 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */
591 /* myConverter =ucnv_openCCSID(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */
    [all...]
  /external/icu4c/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 253 milliseconds

1 2