885886887888889890891892893894895
if (c.isString()) { setFDODTALobLength(protocolTypesAndLengths, i, c.getUTF8Length() ); } else if ( ! c.willBeLayerBStreamed() ){ // must be a Unicode stream setFDODTALobLength(protocolTypesAndLengths, i, c.length() );