Searched refs:MBCS (Results 1 – 25 of 60) sorted by relevance
123
10 # Test file for MBCS conversion extension with four-byte codepage data.15 <uconv_class> "MBCS"
9 # Test file for MBCS conversion with three-byte codepage data.15 <uconv_class> "MBCS"
10 # Test file for MBCS conversion with single-byte codepage data.15 <uconv_class> "MBCS"
10 # Test file for MBCS conversion with single-byte codepage data.17 <uconv_class> "MBCS"
10 # Test file for MBCS conversion with two-byte codepage data. (DBCS)16 <uconv_class> "MBCS"
10 # Test file for MBCS conversion with three-byte codepage data.16 <uconv_class> "MBCS"
10 # Test file for MBCS conversion with four-byte codepage data.15 <uconv_class> "MBCS"
913 //Improve code coverage for MBCS1140 "windows-1252", // stateless MBCS with WriteSub(), should internally set char *1175 "ibm-930", // stateful MBCS
355 static final int MBCS = 2; field in UConverterSharedData.UConverterType
233 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()
22 <uconv_class> "MBCS"
20 <uconv_class> "MBCS"
17 <uconv_class> "MBCS"
372 # GB 18030 is partly algorithmic, using the MBCS converter783 # 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 mapping1126 ibm-1399_P110-2003 { UTR22* } ibm-1399 { IBM* } x-IBM1399 { JAVA* } # Host MBCS (Latin-Kanji) (JI…
148 chm document displays non-ASCII charaters properly on some MBCS Windows
931 MBCS codecs for Windows934 These are the MBCS codec APIs. They are currently only available on Windows and935 use the Win32 MBCS converters to implement the conversions. Note that MBCS (or942 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 a972 Encode a Unicode object using MBCS and return the result as Python string
1504 MBCS codecs for Windows1507 These are the MBCS codec APIs. They are currently only available on Windows and1508 use the Win32 MBCS converters to implement the conversions. Note that MBCS (or1514 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 bytes1538 :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
1099 specified new encoding. (Contributed by M.-A. Lemburg, and used for the MBCS1203 to an MBCS encoded string, as used by the Microsoft file APIs. As MBCS is
667 Windows MBCS encoding, locale-aware encodings, or UTF-8.2434 MBCS encoding no longer ignores the error handler argument. In the default2439 The MBCS codec supports ``'strict'`` and ``'ignore'`` error handlers for2442 To emulate Python3.1 MBCS encoding, select the ``'ignore'`` handler for decoding
196 MBCS, enumerator