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

/external/chromium_org/third_party/icu/source/common/
H A Ducnvisci.c30 #define UCNV_OPTIONS_VERSION_MASK 0xf macro
193 if ((pArgs->options & UCNV_OPTIONS_VERSION_MASK) < 9) {
197 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA);
201 = converterData->defMaskToUnicode = lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].maskEnum;
206 converterData->name[len]= (char)((pArgs->options & UCNV_OPTIONS_VERSION_MASK) + '0');
H A Ducnv2022.c192 #define UCNV_OPTIONS_VERSION_MASK 0xf macro
471 version = pArgs->options & UCNV_OPTIONS_VERSION_MASK;
/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.cpp194 #define UCNV_OPTIONS_VERSION_MASK 0xf macro
477 version = pArgs->options & UCNV_OPTIONS_VERSION_MASK;

Completed in 447 milliseconds