|
| | XalanUTF16Transcoder (MemoryManagerType &theManager) |
| |
| virtual | ~XalanUTF16Transcoder () |
| |
| virtual eCode | transcode (const XalanDOMChar *theSourceData, size_type theSourceCount, XalanXMLByte *theTarget, size_type theTargetSize, size_type &theSourceCharsTranscoded, size_type &theTargetBytesUsed) |
| | Transcode data from UTF-16 to UTF-16. More...
|
| |
| virtual eCode | transcode (const XalanXMLByte *theSourceData, size_type theSourceCount, XalanDOMChar *theTarget, size_type theTargetSize, size_type &theSourceCharsTranscoded, size_type &theTargetBytesUsed, unsigned char *theCharSizes) |
| | Transcode data from UTF-16 to UTF-16. More...
|
| |
| virtual bool | canTranscodeTo (UnicodeCharType theChar) const |
| |
| | XalanOutputTranscoder (MemoryManagerType &theManager) |
| |
| virtual | ~XalanOutputTranscoder () |
| |
| MemoryManagerType & | getMemoryManager () |
| |
| virtual XalanUTF16Transcoder::~XalanUTF16Transcoder |
( |
| ) |
|
|
virtual |
| virtual bool XalanUTF16Transcoder::canTranscodeTo |
( |
UnicodeCharType |
theChar | ) |
const |
|
virtual |
Transcode data from UTF-16 to UTF-16.
- Parameters
-
| theSourceData | The source data to transcode |
| theSourceCount | The length of the source data. |
| theResult | The error code, if any. |
| 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 |
- Returns
- The result code.
Implements XalanOutputTranscoder.
Transcode data from UTF-16 to UTF-16.
- Parameters
-
| theSourceData | The source data to transcode |
| theSourceCount | The length of the source data. |
| theResult | The error code, if any. |
| 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 |
- Returns
- The result code.
Implements XalanOutputTranscoder.
The documentation for this class was generated from the following file: