System::Text::ICUEncoding::GetByteCount メソッド
コンテンツ
[
隠れる
]ICUEncoding::GetByteCount(ArrayPtr<char_t>) method
RTTI。
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars)
参照
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(ArrayPtr<char_t>, int, int) method
RTTI。
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars, int index, int count)
参照
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(const char_t *, int) method
文字バッファをエンコードするために必要な文字数を取得します。
int System::Text::ICUEncoding::GetByteCount(const char_t *chars, int count) override
| パラメーター | 型 | 説明 |
|---|---|---|
| chars | const char_t * | 文字バッファ。 |
| count | int | Buffer サイズ。 |
ReturnValue
必要なバッファサイズ。
参照
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(const String&) method
RTTI。
virtual int System::Text::Encoding::GetByteCount(const String &s)
参照
- Class String
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(const System::Details::StackArray<char_t, N>&, int, int) method
RTTI。
template<std::size_t> int System::Text::Encoding::GetByteCount(const System::Details::StackArray<char_t, N> &chars, int index, int count)
参照
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(System::Details::ArrayView<char_t>, int, int) method
RTTI。
virtual int System::Text::Encoding::GetByteCount(System::Details::ArrayView<char_t> chars, int index, int count)
参照
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++