|
Transcode data from the transcoder's encoding to UTF-16.
If successfull, theResult will be set to OK. If not, it will be set to one of the other codes. -
Parameters:
-
theSourceData
|
The source data to transcode |
theSourceCount
|
The length of the source data. |
theTarget
|
The target array for storing the transcoded data. |
theTargetSize
|
The number of characters that can be stored in the target. |
theSourceCharsTranscoded
|
The count of the source characters that were transcoded. |
theTargetBytesUsed
|
The number of characters stored in the target array |
theCharSizes
|
For each character in theTarget, the number of characters consumed from theSourceData. |
-
Returns:
-
The result code.
Reimplemented in XalanUTF16Transcoder. |