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

1 2

  /external/chromium/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 1748 uint32_t ccsid = 37; \/* Default to ibm-37 *\/ local
    [all...]
ucnv_u8.c     [all...]
ucnv.c 672 int32_t ccsid; local
676 ccsid = converter->sharedData->staticData->codepage;
677 if (ccsid == 0) {
684 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */
688 return ccsid;
    [all...]
ucnv_u7.c 742 0, /* TODO CCSID for UTF-7 */
    [all...]
ucnvmbcs.h 34 * struct UConverterStaticData -- struct containing the converter name, IBM CCSID,
ucnv_u16.c     [all...]
ucnvbocu.c     [all...]
  /external/icu4c/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 1770 uint32_t ccsid = 37; \/* Default to ibm-37 *\/ local
    [all...]
ucnv_u8.c     [all...]
ucnv.c 672 int32_t ccsid; local
676 ccsid = converter->sharedData->staticData->codepage;
677 if (ccsid == 0) {
684 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */
688 return ccsid;
    [all...]
ucnv_u7.c 742 0, /* TODO CCSID for UTF-7 */
    [all...]
ucnvmbcs.h 34 * struct UConverterStaticData -- struct containing the converter name, IBM CCSID,
ucnv_u16.c     [all...]
ucnvbocu.c     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
ccapitst.c 1928 int32_t i, ccsid; local
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 1934 int32_t i, ccsid; local
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
ucnv.h 134 * The use of platform/CCSID is not recommended. See ucnv_openCCSID().
360 * Creates a UConverter object from a CCSID number and platform pair.
376 * ucnv_getCCSID() will return the same CCSID for all conversion tables that are associated
377 * with that CCSID.
387 * sprintf(name, "ibm-%hu", ccsid);
396 * sprintf(name, "ibm-%hu" UCNV_SWAP_LFNL_OPTION_STRING, ccsid);
    [all...]
  /external/icu4c/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/webkit/JavaScriptCore/icu/unicode/
ucnv.h 134 * The use of platform/CCSID is not recommended. See ucnv_openCCSID().
333 * Creates a UConverter object from a CCSID number and platform pair.
349 * ucnv_getCCSID() will return the same CCSID for all conversion tables that are associated
350 * with that CCSID.
360 * sprintf(name, "ibm-%hu", ccsid);
369 * sprintf(name, "ibm-%hu" UCNV_SWAP_LFNL_OPTION_STRING, ccsid);
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
ucnv.h 134 * The use of platform/CCSID is not recommended. See ucnv_openCCSID().
333 * Creates a UConverter object from a CCSID number and platform pair.
349 * ucnv_getCCSID() will return the same CCSID for all conversion tables that are associated
350 * with that CCSID.
360 * sprintf(name, "ibm-%hu", ccsid);
369 * sprintf(name, "ibm-%hu" UCNV_SWAP_LFNL_OPTION_STRING, ccsid);
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucnv.h 134 * The use of platform/CCSID is not recommended. See ucnv_openCCSID().
333 * Creates a UConverter object from a CCSID number and platform pair.
349 * ucnv_getCCSID() will return the same CCSID for all conversion tables that are associated
350 * with that CCSID.
360 * sprintf(name, "ibm-%hu", ccsid);
369 * sprintf(name, "ibm-%hu" UCNV_SWAP_LFNL_OPTION_STRING, ccsid);
    [all...]
  /external/chromium/third_party/icu/source/data/mappings/
convrtrs.txt 117 IBM # The IBM CCSID number is specified by ibm-*
181 # ibm-61952 is not a valid CCSID because it's Unicode 1.1
182 # 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-*
185 # ibm-61952 is not a valid CCSID because it's Unicode 1.1
186 # ibm-61953 is not a valid CCSID because it's Unicode 1.0
    [all...]

Completed in 502 milliseconds

1 2