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.Font 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.Font 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.Font 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.Font 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.Font 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.Font for C++