Searched defs:unicodeMask (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/tools/toolutil/
H A Ducm.h80 uint8_t unicodeMask; member in struct:UCMTable
/external/icu4c/common/
H A Ducnv_bld.h61 /** values for the unicodeMask */
84 uint8_t unicodeMask; /* +79: 1 bit 0: has supplementary bit 1: has single surrogates */ member in struct:UConverterStaticData
H A Ducnvmbcs.h120 * The unicodeMask in the static data is part of the base table data structure.
123 * The static data unicodeMask refers only to the base table's properties if
125 * In an extension-only file, the static data unicodeMask is 0.
126 * The extension data indexes have a separate field with the unicodeMask flags.
188 * if(staticData.unicodeMask&UCNV_HAS_SUPPLEMENTARY) {
382 uint8_t outputType, unicodeMask; member in struct:UConverterMBCSTable
H A Ducnvmbcs.c728 if(mbcsTable->unicodeMask&UCNV_HAS_SUPPLEMENTARY) {
1592 * unlike below for files with base tables, do not get the unicodeMask
1593 * from the sharedData; instead, use the base table's unicodeMask,
1595 * this is necessary because the static data unicodeMask, especially
1636 * converter versions 6.1 and up contain a unicodeMask that is
1643 mbcsTable->unicodeMask=(uint8_t)(sharedData->staticData->unicodeMask&3);
1646 mbcsTable->unicodeMask=UCNV_HAS_SUPPLEMENTARY|UCNV_HAS_SURROGATES;
1658 (mbcsTable->unicodeMask&UCNV_HAS_SURROGATES)==0 &&
1706 mbcsTable->unicodeMask
3277 uint8_t unicodeMask; local
3952 uint8_t unicodeMask; local
[all...]

Completed in 82 milliseconds