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>디코딩할 바이트.
indexintBuffer 오프셋.
countint디코드할 바이트 수.

ReturnValue

버퍼를 디코딩하는 데 필요한 문자 수.

또 보기

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>디코딩할 바이트.
indexintBuffer 오프셋.
countint디코드할 바이트 수.
flushbooltrue인 경우, 계산 후 내부 디코더 상태를 정리합니다.

ReturnValue

버퍼를 디코딩하는 데 필요한 문자 수.

또 보기

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 *디코딩할 바이트.
countint디코드할 바이트 수.
flushbooltrue인 경우, 계산 후 내부 디코더 상태를 정리합니다.

ReturnValue

버퍼를 디코딩하는 데 필요한 문자 수.

또 보기