HomeSort by relevance Sort by last modified time
    Searched refs:mbcs (Results 1 - 18 of 18) sorted by null

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterSharedData.java 17 // agljport:todo void *table; /* Unused. This used to be a UConverterTable - Pointer to conversion data - see mbcs below */
33 * - allocated for MBCS, with a pointer to an allocated UConverterTable
42 CharsetMBCS.UConverterMBCSTable mbcs; field in class:UConverterSharedData
46 mbcs = new CharsetMBCS.UConverterMBCSTable();
355 static final int MBCS = 2;
CharsetMBCS.java 64 * This is the MBCS part of the UConverterTable union (a runtime data structure). It keeps all the per-converter
99 CharBuffer mbcsIndex; /* for fast conversion from most of BMP to MBCS (utf8Friendly data) */
127 /* Constants used in MBCS data header */
146 static final int MBCS_FAST_MAX=0xd7ff; /* maximum code point with UTF-8-friendly MBCS runtime code, see makeconv MBCS_UTF8_MAX */
150 * MBCS data header. See data format description above.
233 if (type != UConverterSharedData.UConverterType.MBCS
241 UConverterMBCSTable mbcsTable = data.mbcs;
319 if (baseSharedData.staticData.conversionType != UConverterType.MBCS
320 || baseSharedData.mbcs.baseSharedData != null) {
326 // agljport:comment deep copy in C changes mbcs through local reference mbcsTable; in java we probably don'
    [all...]
CharsetISO2022.java 276 if (c >= 0x10000 && !sharedData.mbcs.hasSupplementary()) {
280 table = sharedData.mbcs.fromUnicodeTable;
282 value = CharsetMBCS.MBCS_SINGLE_RESULT_FROM_U(table, sharedData.mbcs.fromUnicodeChars, c);
317 private static final byte MBCS = 4;
    [all...]
CharsetLMBCS.java 252 LMBCS mbcs native encoding
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.cpp 123 * These contain the base table name between the MBCS header and the extension
141 * For more details about old versions of the MBCS data structure, see
290 * MBCS version 2 added:
359 * MBCS version 2 added:
800 * Internal function enumerating the toUnicode data of an MBCS converter.
    [all...]
ucnv_bld.h 55 UConverterMBCSTable mbcs; member in union:UConverterTable
87 uint8_t subChar1; /* +80: 1 single-byte substitution character for IBM MBCS (0 if none) */
116 * - allocated for MBCS, with a pointer to an allocated UConverterTable
124 UConverterMBCSTable mbcs; member in struct:UConverterSharedData
ucnv_ext.cpp 271 ((cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_2_SISO ? (int8_t)(cnv)->mode : \
272 (cnv)->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY ? 1 : -1)
376 match=ucnv_extMatchToU(cnv->sharedData->mbcs.extIndexes, (int8_t)UCNV_SISO_STATE(cnv),
394 ucnv_extWriteToU(cnv, cnv->sharedData->mbcs.extIndexes,
769 cnv->sharedData->mbcs.outputType==MBCS_OUTPUT_DBCS_ONLY)
872 match=ucnv_extMatchFromU(cnv->sharedData->mbcs.extIndexes,
896 ucnv_extWriteFromU(cnv, cnv->sharedData->mbcs.extIndexes,
    [all...]
ucnvmbcs.h 43 * At the moment, there are only variations of MBCS converters. They all have
45 * differ from those for other MBCS-style converters.
69 * slightly and optionally adds a table for conversion to MBCS (non-SBCS)
82 * In addition, a utf8Friendly MBCS file contains an additional
85 * UTF-8 lead byte and middle trail byte. Unlike the older MBCS stage 2 table,
106 * For MBCS, maxFastUChar should be at least U+D7FF (=initial value).
133 * MBCS-style data structure following the static data.
134 * Offsets are counted in bytes from the beginning of the MBCS header structure.
140 * 0 uint8_t[4] MBCS version in UVersionInfo format (currently 4.3.x.0)
207 * -- DBCS, MBCS, EBCDIC_STATEFUL, ...: roundtrip flags and indexe
    [all...]
ucnv2022.cpp 196 MBCS,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
site.py 474 while they are always available as "mbcs" in each locale. Make
475 them usable by aliasing to "mbcs" in such a case."""
485 encodings.aliases.aliases[enc] = 'mbcs'
  /external/python/cpython2/Lib/
site.py 453 while they are always available as "mbcs" in each locale. Make
454 them usable by aliasing to "mbcs" in such a case."""
464 encodings.aliases.aliases[enc] = 'mbcs'
  /prebuilts/gdb/darwin-x86/lib/python2.7/
site.py 462 while they are always available as "mbcs" in each locale. Make
463 them usable by aliasing to "mbcs" in such a case."""
473 encodings.aliases.aliases[enc] = 'mbcs'
  /prebuilts/gdb/linux-x86/lib/python2.7/
site.py 462 while they are always available as "mbcs" in each locale. Make
463 them usable by aliasing to "mbcs" in such a case."""
473 encodings.aliases.aliases[enc] = 'mbcs'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 462 while they are always available as "mbcs" in each locale. Make
463 them usable by aliasing to "mbcs" in such a case."""
473 encodings.aliases.aliases[enc] = 'mbcs'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 462 while they are always available as "mbcs" in each locale. Make
463 them usable by aliasing to "mbcs" in such a case."""
473 encodings.aliases.aliases[enc] = 'mbcs'
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
BIG5Tool.java 29 package com.ibm.icu.dev.tool.charsetdet.mbcs;
157 System.out.println(" " + fileMbcsChars + " mbcs Chars");
EUCTool.java 30 package com.ibm.icu.dev.tool.charsetdet.mbcs;
157 System.out.println(" " + fileMbcsChars + " mbcs Chars");
  /external/icu/icu4c/source/data/mappings/
ucmfiles.mk 24 # This behaviour is done in the mbcs converter code and is turned on if for that converter

Completed in 3715 milliseconds