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 22 // agljport:todo void *table; /* Unused. This used to be a UConverterTable - Pointer to conversion data - see mbcs below */
57 * - allocated for MBCS, with a pointer to an allocated UConverterTable
66 CharsetMBCS.UConverterMBCSTable mbcs; field in class:UConverterSharedData
69 mbcs = new CharsetMBCS.UConverterMBCSTable();
388 static final int MBCS = 2;
CharsetMBCS.java 65 * This is the MBCS part of the UConverterTable union (a runtime data structure). It keeps all the per-converter
100 CharBuffer mbcsIndex; /* for fast conversion from most of BMP to MBCS (utf8Friendly data) */
128 /* Constants used in MBCS data header */
147 static final int MBCS_FAST_MAX=0xd7ff; /* maximum code point with UTF-8-friendly MBCS runtime code, see makeconv MBCS_UTF8_MAX */
151 * MBCS data header. See data format description above.
235 if (type != UConverterSharedData.UConverterType.MBCS
246 UConverterMBCSTable mbcsTable = data.mbcs;
324 if (baseSharedData.staticData.conversionType != UConverterType.MBCS
325 || baseSharedData.mbcs.baseSharedData != null) {
331 // 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 194 MBCS,
    [all...]

Completed in 71 milliseconds