HomeSort by relevance Sort by last modified time
    Searched refs:UCNV_OPTIONS_VERSION_MASK (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISCII.java 24 private static final short UCNV_OPTIONS_VERSION_MASK = 0X0f;
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 */
    [all...]
  /external/icu/icu4c/source/common/
ucnvisci.c 31 #define UCNV_OPTIONS_VERSION_MASK 0xf
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');
    [all...]
ucnv2022.cpp 204 #define UCNV_OPTIONS_VERSION_MASK 0xf
491 version = pArgs->options & UCNV_OPTIONS_VERSION_MASK;
    [all...]

Completed in 64 milliseconds