طريقة 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)
ParameterTypeالوصف
بايتات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)
ParameterTypeالوصف
بايتاتArrayPtr<uint8_t>البايتات لفك الترميز.
byteIndexintإزاحة مخزن الإدخال.
byteCountintحجم المخزن المؤقت للإدخال.
charsArrayPtr<char_t>مخزن الأحرف الهدف.
charIndexintإزاحة مصفوفة الوجهة.
تفريغboolإذا كان صحيحًا، ينظف حالة المفك الشفري الداخلية بعد الحساب.

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)
ParameterTypeالوصف
بايتاتconst uint8_t *البايتات لفك الترميز.
byteCountintحجم المخزن المؤقت للإدخال.
charschar_t *مخزن الأحرف الهدف.
charCountintحجم مصفوفة الوجهة.
تفريغboolإذا كان صحيحًا، ينظف حالة المفك الشفري الداخلية بعد الحساب.

ReturnValue

عدد الأحرف المكتوبة.

انظر أيضًا