abstract RubyCoderResult |
Transcoder.econvConvert(ThreadContext context,
org.jruby.util.ByteList value,
org.jruby.util.ByteList dest) |
RubyCoderResult |
CharsetTranscoder.econvConvert(ThreadContext context,
org.jruby.util.ByteList inBuffer,
org.jruby.util.ByteList outBuffer) |
RubyCoderResult |
Transcoder.getLastResult() |
RubyCoderResult |
CharsetTranscoder.getLastResult() |
abstract RubyCoderResult |
Transcoder.primitiveConvert(ThreadContext context,
org.jruby.util.ByteList inBuffer,
org.jruby.util.ByteList outBuffer,
int outOffset,
int outLimit,
org.jcodings.Encoding inEncoding,
boolean is7BitASCII,
int flags) |
RubyCoderResult |
CharsetTranscoder.primitiveConvert(ThreadContext context,
org.jruby.util.ByteList inBuffer,
org.jruby.util.ByteList outBuffer,
int outOffset,
int outLimit,
org.jcodings.Encoding inEncoding,
boolean is7BitASCII,
int flags) |
RubyCoderResult |
CharsetTranscoder.TranscoderEngine.transcode(CharsetTranscoder.TranscoderEngine.TranscoderState state,
int flags) |
abstract RubyCoderResult |
Transcoder.transcode(ThreadContext context,
org.jruby.util.ByteList value,
org.jruby.util.ByteList dest) |
RubyCoderResult |
CharsetTranscoder.transcode(ThreadContext context,
org.jruby.util.ByteList value,
org.jruby.util.ByteList dest) |