System::Text::ICUDecoder::GetCharCount メソッド
コンテンツ
[
隠れる
]ICUDecoder::GetCharCount(ArrayPtr<uint8_t>, int, int) method
バッファをデコードするのに必要な文字数を取得します。
virtual int System::Text::ICUDecoder::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count)
| パラメーター | 型 | 説明 |
|---|---|---|
| バイト | ArrayPtr<uint8_t> | デコードするバイト。 |
| index | int | Buffer オフセット。 |
| count | int | デコードするバイト数。 |
ReturnValue
バッファをデコードするために必要な文字数。
参照
- Typedef ArrayPtr
- Class ICUDecoder
- Namespace System::Text
- Library Aspose.Page for C++
ICUDecoder::GetCharCount(ArrayPtr<uint8_t>, int, int, bool) method
バッファをデコードするのに必要な文字数を取得します。
virtual int System::Text::ICUDecoder::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count, bool flush)
| パラメーター | 型 | 説明 |
|---|---|---|
| バイト | ArrayPtr<uint8_t> | デコードするバイト。 |
| index | int | Buffer オフセット。 |
| count | int | デコードするバイト数。 |
| flush | bool | true の場合、計算後に内部デコーダーの状態をクリアします。 |
ReturnValue
バッファをデコードするために必要な文字数。
参照
- Typedef ArrayPtr
- Class ICUDecoder
- Namespace System::Text
- Library Aspose.Page for C++
ICUDecoder::GetCharCount(const uint8_t *, int, bool) method
バッファをデコードするのに必要な文字数を取得します。
virtual int System::Text::ICUDecoder::GetCharCount(const uint8_t *bytes, int count, bool flush)
| パラメーター | 型 | 説明 |
|---|---|---|
| バイト | const uint8_t * | デコードするバイト。 |
| count | int | デコードするバイト数。 |
| flush | bool | true の場合、計算後に内部デコーダーの状態をクリアします。 |
ReturnValue
バッファをデコードするために必要な文字数。
参照
- Class ICUDecoder
- Namespace System::Text
- Library Aspose.Page for C++