private static byte[] |
EConv.allocateConvertedString(byte[] source,
byte[] destination,
byte[] str,
int strP,
int strLen,
byte[] callerDstBuf,
Ptr dstLenPtr) |
private EConvResult |
EConv.convert(byte[] in,
Ptr inPtr,
int inStop,
byte[] out,
Ptr outPtr,
int outStop,
int flags) |
(package private) EConvResult |
Transcoding.convert(byte[] in,
Ptr inPtr,
int inStop,
byte[] out,
Ptr outPtr,
int outStop,
int flags) |
private EConvResult |
EConv.convertInternal(byte[] in,
Ptr inPtr,
int inStop,
byte[] out,
Ptr outPtr,
int outStop,
int flags) |
private EConvResult |
EConv.convertInternalResult(EConvResult res,
Ptr resultPosition) |
private EConvResult |
Transcoding.transcodeRestartable(byte[] in,
Ptr inStart,
int intStop,
byte[] out,
Ptr outStart,
int outStop,
int opt) |
private EConvResult |
Transcoding.transcodeRestartable0(byte[] in,
Ptr inStart,
int intStop,
byte[] out,
Ptr outStart,
int outStop,
int opt) |
private EConvResult |
EConv.transConv(byte[] in,
Ptr inPtr,
int inStop,
byte[] out,
Ptr outPtr,
int outStop,
int flags,
Ptr resultPositionPtr) |
private EConvResult |
EConv.transConvNeedReport(byte[] in,
Ptr inPtr,
int inStop,
byte[] out,
Ptr outPtr,
int outStop,
int flags,
Ptr resultPositionPtr,
int sweepStart,
int needReportIndex) |
private int |
EConv.transSweep(byte[] in,
Ptr inPtr,
int inStop,
byte[] out,
Ptr outPtr,
int outStop,
int flags,
int start) |