Searched refs:defDeltaToUnicode (Results 1 – 2 of 2) sorted by relevance
122 …uint16_t defDeltaToUnicode; /* delta for switching to default state when DEF is encountere… member208 …= converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VE… in _ISCIIOpen()254 data->currentDeltaToUnicode=data->defDeltaToUnicode; in _ISCIIReset()263 data->currentDeltaFromUnicode=data->defDeltaToUnicode; in _ISCIIReset()1217 data->currentDeltaToUnicode = data->defDeltaToUnicode; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1469 data->currentDeltaToUnicode = data->defDeltaToUnicode; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
116 …short defDeltaToUnicode; /* delta for switching to default state when DEF is encounter… field in CharsetISCII.UConverterDataISCII137 …this.defDeltaToUnicode = (short)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang * U… in initialize()860 data.currentDeltaToUnicode = data.defDeltaToUnicode; in decodeLoop()1106 data.currentDeltaToUnicode = data.defDeltaToUnicode; in decodeLoop()