Lines Matching refs:currentDeltaToUnicode

124     uint16_t currentDeltaToUnicode;     /* current delta in Indic block */  member
207 = converterData->currentDeltaToUnicode in _ISCIIOpen()
254 data->currentDeltaToUnicode=data->defDeltaToUnicode; in _ISCIIReset()
1145 if(data->currentDeltaToUnicode!=(TELUGU_DELTA) || \
1213 … data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1217 data->currentDeltaToUnicode = data->defDeltaToUnicode; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1252 …ource,target,args->offsets,(source-args->source -2),targetUniChar,data->currentDeltaToUnicode,err); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1279 …ource,target,args->offsets,(source-args->source -2),targetUniChar,data->currentDeltaToUnicode,err); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1297 …ce,target,args->offsets,(source-args->source -2),*toUnicodeStatus,data->currentDeltaToUnicode,err); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1364 … } else if (data->currentDeltaToUnicode == PNJ_DELTA && data->contextCharToUnicode == 0xc0) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1409 if (data->currentDeltaToUnicode == PNJ_DELTA) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1415 …ource,target,args->offsets,(source-args->source -2),targetUniChar,data->currentDeltaToUnicode,err); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1432 …if (data->currentDeltaToUnicode == PNJ_DELTA && data->prevToUnicodeStatus != 0 && isPNJConsonant(d… in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1451 …if (data->currentDeltaToUnicode == PNJ_DELTA && (targetUniChar + PNJ_DELTA) == PNJ_BINDI && isPNJB… in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1454 …} else if (data->currentDeltaToUnicode == PNJ_DELTA && (targetUniChar + PNJ_DELTA) == PNJ_SIGN_VIR… in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1459 …ce,target,args->offsets,(source-args->source -2),*toUnicodeStatus,data->currentDeltaToUnicode,err); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1469 data->currentDeltaToUnicode = data->defDeltaToUnicode; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1508 …,target,args->offsets,(source - args->source -1),*toUnicodeStatus,data->currentDeltaToUnicode,err); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()