Searched refs:unicodeMask (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/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.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
3948 uint8_t unicodeMask; local
[all...]
H A Ducnvmbcs.h123 * The unicodeMask in the static data is part of the base table data structure.
126 * The static data unicodeMask refers only to the base table's properties if
128 * In an extension-only file, the static data unicodeMask is 0.
129 * The extension data indexes have a separate field with the unicodeMask flags.
191 * if(staticData.unicodeMask&UCNV_HAS_SUPPLEMENTARY) {
385 uint8_t outputType, unicodeMask; member in struct:UConverterMBCSTable
H A Ducnv2022.cpp1108 if(c<0x10000 || (sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
1169 if(c>=0x10000 && !(sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
H A Ducnv_bld.cpp1612 if(inStaticData->unicodeMask&UCNV_HAS_SUPPLEMENTARY) {
/external/icu/icu4c/source/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.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
3948 uint8_t unicodeMask; local
[all...]
H A Ducnvmbcs.h123 * The unicodeMask in the static data is part of the base table data structure.
126 * The static data unicodeMask refers only to the base table's properties if
128 * In an extension-only file, the static data unicodeMask is 0.
129 * The extension data indexes have a separate field with the unicodeMask flags.
191 * if(staticData.unicodeMask&UCNV_HAS_SUPPLEMENTARY) {
385 uint8_t outputType, unicodeMask; member in struct:UConverterMBCSTable
H A Ducnv2022.cpp1113 if(c<0x10000 || (sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
1174 if(c>=0x10000 && !(sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
H A Ducnv_bld.cpp1603 if(inStaticData->unicodeMask&UCNV_HAS_SUPPLEMENTARY) {
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducm.h81 uint8_t unicodeMask; member in struct:UCMTable
H A Ducm.c905 table->unicodeMask=0;
986 /* set unicodeMask */
990 table->unicodeMask|=UCNV_HAS_SUPPLEMENTARY; /* there are supplementary code points */
992 table->unicodeMask|=UCNV_HAS_SURROGATES; /* there are surrogate code points */
/external/icu/icu4c/source/tools/toolutil/
H A Ducm.h81 uint8_t unicodeMask; member in struct:UCMTable
H A Ducm.c905 table->unicodeMask=0;
986 /* set unicodeMask */
990 table->unicodeMask|=UCNV_HAS_SUPPLEMENTARY; /* there are supplementary code points */
992 table->unicodeMask|=UCNV_HAS_SURROGATES; /* there are surrogate code points */
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dgenmbcs.cpp944 staticData->unicodeMask=table->unicodeMask;
945 if(staticData->unicodeMask==3) {
1448 if(staticData->unicodeMask&UCNV_HAS_SUPPLEMENTARY) {
H A Dgencnvex.c221 indexes[UCNV_EXT_FLAGS]=extData->ucm->ext->unicodeMask;
1060 if(table->unicodeMask&UCNV_HAS_SURROGATES) {
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp944 staticData->unicodeMask=table->unicodeMask;
945 if(staticData->unicodeMask==3) {
1448 if(staticData->unicodeMask&UCNV_HAS_SUPPLEMENTARY) {
H A Dgencnvex.c221 indexes[UCNV_EXT_FLAGS]=extData->ucm->ext->unicodeMask;
1060 if(table->unicodeMask&UCNV_HAS_SURROGATES) {

Completed in 273 milliseconds