Searched refs:uniLang (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISCII.java137 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 */
150 short uniLang; field in class:CharsetISCII.LookupDataStruct
154 LookupDataStruct(short uniLang, short maskEnum, short isciiLang) { argument
155 this.uniLang = uniLang;
/external/icu/icu4c/source/common/
H A Ducnvisci.c135 UniLang uniLang; member in struct:LookupDataStruct
208 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA);

Completed in 48 milliseconds