System::Text::ICUDecoder::GetChars 메서드

ICUDecoder::GetChars(ArrayPtr<uint8_t>, int, int, ArrayPtr<char_t>, int) method

버퍼를 디코딩한 결과 문자를 가져옵니다.

virtual int System::Text::ICUDecoder::GetChars(ArrayPtr<uint8_t> bytes, int byteIndex, int byteCount, ArrayPtr<char_t> chars, int charIndex)
매개변수형식설명
바이트ArrayPtr<uint8_t>디코딩할 바이트.
byteIndexint입력 버퍼 오프셋.
byteCountint입력 버퍼 크기.
charsArrayPtr<char_t>대상 문자 버퍼.
charIndexint대상 배열 오프셋.

ReturnValue

작성된 문자 수.

또 보기

ICUDecoder::GetChars(ArrayPtr<uint8_t>, int, int, ArrayPtr<char_t>, int, bool) method

버퍼를 디코딩한 결과 문자를 가져옵니다.

virtual int System::Text::ICUDecoder::GetChars(ArrayPtr<uint8_t> bytes, int byteIndex, int byteCount, ArrayPtr<char_t> chars, int charIndex, bool flush)
매개변수형식설명
바이트ArrayPtr<uint8_t>디코딩할 바이트.
byteIndexint입력 버퍼 오프셋.
byteCountint입력 버퍼 크기.
charsArrayPtr<char_t>대상 문자 버퍼.
charIndexint대상 배열 오프셋.
flushbooltrue인 경우, 계산 후 내부 디코더 상태를 정리합니다.

ReturnValue

작성된 문자 수.

또 보기

ICUDecoder::GetChars(const uint8_t *, int, char_t *, int, bool) method

버퍼를 디코딩한 결과 문자를 가져옵니다.

virtual int System::Text::ICUDecoder::GetChars(const uint8_t *bytes, int byteCount, char_t *chars, int charCount, bool flush)
매개변수형식설명
바이트const uint8_t *디코딩할 바이트.
byteCountint입력 버퍼 크기.
charschar_t *대상 문자 버퍼.
charCountint대상 배열 크기.
flushbooltrue인 경우, 계산 후 내부 디코더 상태를 정리합니다.

ReturnValue

작성된 문자 수.

또 보기