HomeSort by relevance Sort by last modified time
    Searched defs:unicodeMask (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterStaticData.java 31 short unicodeMask; /* +79: 1 bit 0: has supplementary bit 1: has single surrogates */
55 unicodeMask = unicodeMask_;
CharsetICU.java 88 short unicodeMask; /* +79: 1 bit 0: has supplementary bit 1: has single surrogates */
CharsetMBCS.java 89 short outputType, unicodeMask;
113 return (unicodeMask & UConverterConstants.HAS_SUPPLEMENTARY) != 0;
122 * t.outputType; unicodeMask = t.unicodeMask; swapLFNLName = t.swapLFNLName; baseSharedData = t.baseSharedData;
402 * unlike below for files with base tables, do not get the unicodeMask from the sharedData; instead, use the
403 * base table's unicodeMask, which we copied in the memcpy above; this is necessary because the static data
404 * unicodeMask, especially the UCNV_HAS_SUPPLEMENTARY flag, is part of the base table data
424 * converter versions 6.1 and up contain a unicodeMask that is used here to select the most efficient
431 mbcsTable.unicodeMask = (short) (staticData.unicodeMask & 3)
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucm.h 83 uint8_t unicodeMask;
  /external/icu/icu4c/source/common/
ucnv_bld.h 63 /** values for the unicodeMask */
86 uint8_t unicodeMask; /* +79: 1 bit 0: has supplementary bit 1: has single surrogates */
ucnvmbcs.h 125 * The unicodeMask in the static data is part of the base table data structure.
128 * The static data unicodeMask refers only to the base table's properties if
130 * In an extension-only file, the static data unicodeMask is 0.
131 * The extension data indexes have a separate field with the unicodeMask flags.
193 * if(staticData.unicodeMask&UCNV_HAS_SUPPLEMENTARY) {
387 uint8_t outputType, unicodeMask;
ucnvmbcs.cpp     [all...]

Completed in 698 milliseconds