HomeSort by relevance Sort by last modified time
    Searched refs:MBCS (Results 1 - 3 of 3) 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...]
  /external/icu/icu4c/source/common/
ucnv2022.cpp 196 MBCS,
    [all...]

Completed in 676 milliseconds