Searched refs:UCNV_OPTIONS_VERSION_MASK (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISCII.java24 private static final short UCNV_OPTIONS_VERSION_MASK = 0X0f; field in class:CharsetISCII
137 this.defDeltaToUnicode = (short)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* defDeltaToUnicode */
138 this.currentDeltaFromUnicode = (short)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* currentDeltaFromUnicode */
139 this.currentDeltaToUnicode = (short)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* currentDeltaToUnicode */
140 this.currentMaskToUnicode = lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].maskEnum; /* currentMaskToUnicode */
141 this.currentMaskFromUnicode = lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].maskEnum; /* currentMaskFromUnicode */
142 this.defMaskToUnicode = lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].maskEnum; /* defMaskToUnicode */
769 ISCII_CNV_PREFIX + (option & UCNV_OPTIONS_VERSION_MASK) /* name */
/external/icu/icu4c/source/common/
H A Ducnvisci.c31 #define UCNV_OPTIONS_VERSION_MASK 0xf macro
204 if ((pArgs->options & UCNV_OPTIONS_VERSION_MASK) < 9) {
208 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA);
212 = converterData->defMaskToUnicode = lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].maskEnum;
217 converterData->name[len]= (char)((pArgs->options & UCNV_OPTIONS_VERSION_MASK) + '0');
H A Ducnv2022.cpp204 #define UCNV_OPTIONS_VERSION_MASK 0xf macro
491 version = pArgs->options & UCNV_OPTIONS_VERSION_MASK;

Completed in 133 milliseconds