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.h60 /** values for the unicodeMask */
83 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.c726 if(mbcsTable->unicodeMask&UCNV_HAS_SUPPLEMENTARY) {
1591 * unlike below for files with base tables, do not get the unicodeMask
1592 * from the sharedData; instead, use the base table's unicodeMask,
1594 * this is necessary because the static data unicodeMask, especially
1635 * converter versions 6.1 and up contain a unicodeMask that is
1642 mbcsTable->unicodeMask=(uint8_t)(sharedData->staticData->unicodeMask&3);
1645 mbcsTable->unicodeMask=UCNV_HAS_SUPPLEMENTARY|UCNV_HAS_SURROGATES;
1657 (mbcsTable->unicodeMask&UCNV_HAS_SURROGATES)==0 &&
1705 mbcsTable->unicodeMask
3276 uint8_t unicodeMask; local
3946 uint8_t unicodeMask; local
[all...]

Completed in 77 milliseconds