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++