Lines Matching refs:out16
682 UChar out16[10]; in Test_UChar_UTF8_API() local
688 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withLead8, UPRV_… in Test_UChar_UTF8_API()
689 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withTrail8, -1, … in Test_UChar_UTF8_API()
699 out16[0]=0x55aa; in Test_UChar_UTF8_API()
701 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API()
706 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) || in Test_UChar_UTF8_API()
714 out16[0]=0x55aa; in Test_UChar_UTF8_API()
716 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API()
721 0!=u_memcmp(withTrail16SubFFFD, out16, uDestLen+1) || in Test_UChar_UTF8_API()
729 out16[0]=0x55aa; in Test_UChar_UTF8_API()
731 u_strFromUTF8WithSub(out16, 1, &uDestLen, in Test_UChar_UTF8_API()
788 out16[0]=0x55aa; in Test_UChar_UTF8_API()
790 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API()
795 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen) || in Test_UChar_UTF8_API()
820 out16[0]=0x55aa; in Test_UChar_UTF8_API()
822 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API()
827 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen) || in Test_UChar_UTF8_API()
853 UChar out16[10]; in Test_UChar_UTF8_API() local
855 u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, src, 1, &err); in Test_UChar_UTF8_API()