System::Text::ICUDecoder::GetCharCount methode
inhoud
[
verbergen
]ICUDecoder::GetCharCount(ArrayPtr<uint8_t>, int, int) method
Haalt het aantal tekens op dat nodig is om een buffer te decoderen.
virtual int System::Text::ICUDecoder::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Bytes om te decoderen. |
| index | int | Buffer offset. |
| count | int | Aantal bytes om te decoderen. |
ReturnValue
Aantal tekens dat nodig is om de buffer te decoderen.
Zie ook
- Typedef ArrayPtr
- Class ICUDecoder
- Namespace System::Text
- Library Aspose.Page for C++
ICUDecoder::GetCharCount(ArrayPtr<uint8_t>, int, int, bool) method
Haalt het aantal tekens op dat nodig is om een buffer te decoderen.
virtual int System::Text::ICUDecoder::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count, bool flush)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Bytes om te decoderen. |
| index | int | Buffer offset. |
| count | int | Aantal bytes om te decoderen. |
| flush | bool | Indien waar, wordt de interne decoderstatus na de berekening opgeschoond. |
ReturnValue
Aantal tekens dat nodig is om de buffer te decoderen.
Zie ook
- Typedef ArrayPtr
- Class ICUDecoder
- Namespace System::Text
- Library Aspose.Page for C++
ICUDecoder::GetCharCount(const uint8_t *, int, bool) method
Haalt het aantal tekens op dat nodig is om een buffer te decoderen.
virtual int System::Text::ICUDecoder::GetCharCount(const uint8_t *bytes, int count, bool flush)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | const uint8_t * | Bytes om te decoderen. |
| count | int | Aantal bytes om te decoderen. |
| flush | bool | Indien waar, wordt de interne decoderstatus na de berekening opgeschoond. |
ReturnValue
Aantal tekens dat nodig is om de buffer te decoderen.
Zie ook
- Class ICUDecoder
- Namespace System::Text
- Library Aspose.Page for C++