Lines Matching refs:currentDeltaFromUnicode
123 uint16_t currentDeltaFromUnicode; /* current delta in Indic block */ member
206 converterData->currentDeltaFromUnicode in _ISCIIOpen()
263 data->currentDeltaFromUnicode=data->defDeltaToUnicode; in _ISCIIReset()
911 newDelta=converterData->currentDeltaFromUnicode; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
980 … if (newDelta!= converterData->currentDeltaFromUnicode || converterData->isFirstBuffer) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
981 converterData->currentDeltaFromUnicode = newDelta; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
987 if (converterData->currentDeltaFromUnicode == PNJ_DELTA) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
999 sourceChar -= converterData->currentDeltaFromUnicode; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1008 … if (converterData->currentDeltaFromUnicode!=(TELUGU_DELTA) || sourceChar!=VOCALLIC_RR) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1029 …if (converterData->currentDeltaFromUnicode == PNJ_DELTA && (sourceChar + PNJ_DELTA) == PNJ_ADHAK) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1037 …if (converterData->currentDeltaFromUnicode == PNJ_DELTA && tempContextFromUnicode == PNJ_ADHAK && … in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()