Searched refs:currentMaskFromUnicode (Results 1 – 2 of 2) sorted by relevance
125 MaskEnum currentMaskFromUnicode; /* mask for current state in toUnicode */ member210 converterData->currentMaskFromUnicode in _ISCIIOpen()262 data->currentMaskFromUnicode=data->defMaskToUnicode; in _ISCIIReset()982 converterData->currentMaskFromUnicode = lookupInitialData[range].maskEnum; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()1006 … if ((validityTable[(uint8_t)sourceChar] & converterData->currentMaskFromUnicode)==0) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
119 short currentMaskFromUnicode; /* mask for current state in fromUnicode */ field in CharsetISCII.UConverterDataISCII141 …this.currentMaskFromUnicode = lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].maskEnum; /* c… in initialize()988 … if ((validityTable[(byte)targetUniChar] & data.currentMaskFromUnicode) > 0) { in decodeLoop()1297 … converterData.currentMaskFromUnicode = lookupInitialData[range].maskEnum; in encodeLoop()1318 …ourceChar & UConverterConstants.UNSIGNED_BYTE_MASK] & converterData.currentMaskFromUnicode) == 0) { in encodeLoop()