Lines Matching refs:out8
683 char out8[10]; in Test_UChar_UTF8_API() local
686 …(err=U_ZERO_ERROR, u_strToUTF8(out8, UPRV_LENGTHOF(out8), NULL, withLead16, UPRV_LENGTHOF(withLead… in Test_UChar_UTF8_API()
687 …(err=U_ZERO_ERROR, u_strToUTF8(out8, UPRV_LENGTHOF(out8), NULL, withTrail16, -1, &err), err!=U_INV… in Test_UChar_UTF8_API()
742 out8[0]=(char)0xf5; in Test_UChar_UTF8_API()
744 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API()
749 0!=uprv_memcmp((const char *)withTrail8SubFFFD, out8, u8DestLen+1) || in Test_UChar_UTF8_API()
757 out8[0]=(char)0xf5; in Test_UChar_UTF8_API()
759 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API()
764 0!=uprv_memcmp((const char *)withTrail8Sub1A, out8, u8DestLen+1) || in Test_UChar_UTF8_API()
772 out8[0]=(char)0xf5; in Test_UChar_UTF8_API()
774 u_strToUTF8WithSub(out8, 1, &u8DestLen, in Test_UChar_UTF8_API()
803 out8[0]=(char)0xf5; in Test_UChar_UTF8_API()
805 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API()
810 0!=uprv_memcmp((const char *)withTrail8SubFFFD, out8, u8DestLen) || in Test_UChar_UTF8_API()
835 out8[0]=(char)0xf5; in Test_UChar_UTF8_API()
837 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API()
842 0!=uprv_memcmp((const char *)withTrail8SubFFFD, out8, u8DestLen) || in Test_UChar_UTF8_API()