HomeSort by relevance Sort by last modified time
    Searched full:ccsid (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
ucnv_u32.c 485 /* The 1232 CCSID refers to any version of Unicode with any endianess of UTF-32 */
980 /* The 1232 CCSID refers to any version of Unicode with any endianess of UTF-32 */
    [all...]
putil.c 1871 uint32_t ccsid = 37; \/* Default to ibm-37 *\/ local
    [all...]
ucnv_u8.c     [all...]
ucnv.c 674 int32_t ccsid; local
678 ccsid = converter->sharedData->staticData->codepage;
679 if (ccsid == 0) {
686 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */
690 return ccsid;
    [all...]
ucnv_u16.c     [all...]
ucnv_u7.c 742 0, /* TODO CCSID for UTF-7 */
    [all...]
ucnvmbcs.h 34 * struct UConverterStaticData -- struct containing the converter name, IBM CCSID,
ucnvbocu.c     [all...]
ucnvscsu.c     [all...]
  /external/icu4c/common/
ucnv_u32.c 486 /* The 1232 CCSID refers to any version of Unicode with any endianess of UTF-32 */
981 /* The 1232 CCSID refers to any version of Unicode with any endianess of UTF-32 */
    [all...]
putil.cpp 1904 uint32_t ccsid = 37; \/* Default to ibm-37 *\/ local
    [all...]
ucnv_u8.c     [all...]
ucnv.c 676 int32_t ccsid; local
680 ccsid = converter->sharedData->staticData->codepage;
681 if (ccsid == 0) {
688 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */
692 return ccsid;
    [all...]
ucnv_u16.c     [all...]
ucnv_u7.c 768 0, /* TODO CCSID for UTF-7 */
    [all...]
ucnvmbcs.h 34 * struct UConverterStaticData -- struct containing the converter name, IBM CCSID,
ucnvbocu.cpp     [all...]
ucnvscsu.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 1936 int32_t i, ccsid; local
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 1894 int32_t i, ccsid; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h 135 * The use of platform/CCSID is not recommended. See ucnv_openCCSID().
361 * Creates a UConverter object from a CCSID number and platform pair.
377 * ucnv_getCCSID() will return the same CCSID for all conversion tables that are associated
378 * with that CCSID.
388 * sprintf(name, "ibm-%hu", ccsid);
397 * sprintf(name, "ibm-%hu" UCNV_SWAP_LFNL_OPTION_STRING, ccsid);
    [all...]
  /external/icu4c/common/unicode/
ucnv.h 171 * The use of platform/CCSID is not recommended. See ucnv_openCCSID().
399 * Creates a UConverter object from a CCSID number and platform pair.
415 * ucnv_getCCSID() will return the same CCSID for all conversion tables that are associated
416 * with that CCSID.
426 * sprintf(name, "ibm-%hu", ccsid);
435 * sprintf(name, "ibm-%hu" UCNV_SWAP_LFNL_OPTION_STRING, ccsid);
    [all...]
  /external/chromium_org/third_party/icu/source/data/mappings/
convrtrs.txt 121 IBM # The IBM CCSID number is specified by ibm-*
186 # ibm-61952 is not a valid CCSID because it's Unicode 1.1
187 # ibm-61953 is not a valid CCSID because it's Unicode 1.0
    [all...]
  /external/icu4c/data/mappings/
convrtrs.txt 121 IBM # The IBM CCSID number is specified by ibm-*
188 # ibm-61952 is not a valid CCSID because it's Unicode 1.1
189 # ibm-61953 is not a valid CCSID because it's Unicode 1.0
    [all...]
  /external/chromium_org/third_party/icu/
readme.html     [all...]

Completed in 1205 milliseconds

1 2