Home
last modified time | relevance | path

Searched refs:MBCS (Results 1 – 25 of 60) sorted by relevance

123

/external/icu/icu4c/source/test/testdata/
Dtest4x.ucm10 # Test file for MBCS conversion extension with four-byte codepage data.
15 <uconv_class> "MBCS"
Dtest5.ucm9 # Test file for MBCS conversion with three-byte codepage data.
15 <uconv_class> "MBCS"
Dtest1.ucm10 # Test file for MBCS conversion with single-byte codepage data.
15 <uconv_class> "MBCS"
Dtest1bmp.ucm10 # Test file for MBCS conversion with single-byte codepage data.
17 <uconv_class> "MBCS"
Dtest2.ucm10 # Test file for MBCS conversion with two-byte codepage data. (DBCS)
16 <uconv_class> "MBCS"
Dtest3.ucm10 # Test file for MBCS conversion with three-byte codepage data.
16 <uconv_class> "MBCS"
Dtest4.ucm10 # Test file for MBCS conversion with four-byte codepage data.
15 <uconv_class> "MBCS"
Dconversion.txt913 //Improve code coverage for MBCS
1140 "windows-1252", // stateless MBCS with WriteSub(), should internally set char *
1175 "ibm-930", // stateful MBCS
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterSharedData.java355 static final int MBCS = 2; field in UConverterSharedData.UConverterType
DCharsetMBCS.java233 if (type != UConverterSharedData.UConverterType.MBCS in loadConverter()
319 if (baseSharedData.staticData.conversionType != UConverterType.MBCS in loadConverter()
348 … || (staticData.conversionType == UConverterType.MBCS && staticData.minBytesPerChar >= 2)) { in loadConverter()
362 } else if (baseSharedData.staticData.conversionType == UConverterType.MBCS in loadConverter()
/external/icu/icu4c/source/data/mappings/
Dnoop-iso-ir-165.ucm22 <uconv_class> "MBCS"
Dnoop-cns-11643.ucm20 <uconv_class> "MBCS"
Dicu-internal-compound-d5.ucm17 <uconv_class> "MBCS"
Dlmb-excp.ucm20 <uconv_class> "MBCS"
Dconvrtrs.txt372 # GB 18030 is partly algorithmic, using the MBCS converter
783 # and MBCS. It's just the name of a 94 x 94 Korean
788 # is a _seprate_ MBCS with a _completely different_
844 ibm-1363_P110-1997 { UTR22* } # Korean KSC MBCS with \ <-> Won mapping
1126 ibm-1399_P110-2003 { UTR22* } ibm-1399 { IBM* } x-IBM1399 { JAVA* } # Host MBCS (Latin-Kanji) (JI…
Dicu-internal-compound-d7.ucm17 <uconv_class> "MBCS"
Dicu-internal-compound-d3.ucm17 <uconv_class> "MBCS"
Dicu-internal-compound-d6.ucm17 <uconv_class> "MBCS"
/external/python/cpython3/Misc/NEWS.d/
D3.7.1rc2.rst148 chm document displays non-ASCII charaters properly on some MBCS Windows
/external/python/cpython2/Doc/c-api/
Dunicode.rst931 MBCS codecs for Windows
934 These are the MBCS codec APIs. They are currently only available on Windows and
935 use the Win32 MBCS converters to implement the conversions. Note that MBCS (or
942 Create a Unicode object by decoding *size* bytes of the MBCS encoded string *s*.
962 Encode the :c:type:`Py_UNICODE` buffer of the given *size* using MBCS and return a
972 Encode a Unicode object using MBCS and return the result as Python string
/external/python/cpython3/Doc/c-api/
Dunicode.rst1504 MBCS codecs for Windows
1507 These are the MBCS codec APIs. They are currently only available on Windows and
1508 use the Win32 MBCS converters to implement the conversions. Note that MBCS (or
1514 Create a Unicode object by decoding *size* bytes of the MBCS encoded string *s*.
1529 Encode a Unicode object using MBCS and return the result as Python bytes
1538 :c:data:`CP_ACP` code page to get the MBCS encoder.
1545 Encode the :c:type:`Py_UNICODE` buffer of the given *size* using MBCS and return
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1099 specified new encoding. (Contributed by M.-A. Lemburg, and used for the MBCS
1203 to an MBCS encoded string, as used by the Microsoft file APIs. As MBCS is
/external/python/cpython3/Doc/whatsnew/
D2.2.rst1099 specified new encoding. (Contributed by M.-A. Lemburg, and used for the MBCS
1203 to an MBCS encoded string, as used by the Microsoft file APIs. As MBCS is
D3.2.rst667 Windows MBCS encoding, locale-aware encodings, or UTF-8.
2434 MBCS encoding no longer ignores the error handler argument. In the default
2439 The MBCS codec supports ``'strict'`` and ``'ignore'`` error handlers for
2442 To emulate Python3.1 MBCS encoding, select the ``'ignore'`` handler for decoding
/external/icu/icu4c/source/common/
Ducnv2022.cpp196 MBCS, enumerator

123