Searched refs:currentMaskFromUnicode (Results 1 – 2 of 2) sorted by relevance
127 MaskEnum currentMaskFromUnicode; /* mask for current state in toUnicode */ member213 converterData->currentMaskFromUnicode in _ISCIIOpen()268 data->currentMaskFromUnicode=data->defMaskToUnicode; in _ISCIIReset()988 converterData->currentMaskFromUnicode = lookupInitialData[range].maskEnum; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()1012 … if ((validityTable[(uint8_t)sourceChar] & converterData->currentMaskFromUnicode)==0) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
120 short currentMaskFromUnicode; /* mask for current state in fromUnicode */ field in CharsetISCII.UConverterDataISCII140 …this.currentMaskFromUnicode = lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].maskEnum; /* c… in initialize()986 … 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()