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

/external/icu/icu4c/source/common/
H A Ducnvisci.c126 uint16_t currentDeltaToUnicode; /* current delta in Indic block */ member in struct:__anon7337
209 = converterData->currentDeltaToUnicode
256 data->currentDeltaToUnicode=data->defDeltaToUnicode;
1147 if(data->currentDeltaToUnicode!=(TELUGU_DELTA) || \
1215 data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA);
1219 data->currentDeltaToUnicode = data->defDeltaToUnicode;
1254 WRITE_TO_TARGET_TO_U(args,source,target,args->offsets,(source-args->source -2),targetUniChar,data->currentDeltaToUnicode,err);
1281 WRITE_TO_TARGET_TO_U(args,source,target,args->offsets,(source-args->source -2),targetUniChar,data->currentDeltaToUnicode,err);
1299 WRITE_TO_TARGET_TO_U(args,source,target,args->offsets,(source-args->source -2),*toUnicodeStatus,data->currentDeltaToUnicode,err);
1348 /*targetUniChar += data->currentDeltaToUnicode ;*/
[all...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISCII.java119 short currentDeltaToUnicode; /* current delta in Indic block */ field in class:CharsetISCII.UConverterDataISCII
138 this.currentDeltaToUnicode = (short)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * UniLang.DELTA); /* currentDeltaToUnicode */
854 data.currentDeltaToUnicode = (short)(lookupTable[sourceChar & 0x0F][0] * UniLang.DELTA);
858 data.currentDeltaToUnicode = data.defDeltaToUnicode;
892 cr = WriteToTargetToU(offsets, (source.position() - 2), source, target, targetUniChar, data.currentDeltaToUnicode);
920 cr = WriteToTargetToU(offsets, (source.position() - 2), source, target, targetUniChar, data.currentDeltaToUnicode);
939 cr = WriteToTargetToU(offsets, (source.position() - 2), source, target, this.toUnicodeStatus, data.currentDeltaToUnicode);
1002 } else if (data.currentDeltaToUnicode == PNJ_DELTA && data.contextCharToUnicode == 0xc0) {
1042 if (data.currentDeltaToUnicode
[all...]

Completed in 107 milliseconds