Lines Matching refs:utf8Read

73 				               size_t *          utf8Read,  size_t *     utf16Written );
77 size_t * utf8Read, size_t * utf16Written );
81 size_t * utf8Read, size_t * utf32Written );
85 size_t * utf8Read, size_t * utf32Written );
504 …_UTF8_Multi ( const UTF8Unit * utf8In, const size_t utf8Len, UTF32Unit * cpOut, size_t * utf8Read ) in CodePoint_from_UTF8_Multi() argument
548 *utf8Read = unitCount; in CodePoint_from_UTF8_Multi()
555 …t_from_UTF8 ( const UTF8Unit * utf8In, const size_t utf8Len, UTF32Unit * cpOut, size_t * utf8Read ) in CodePoint_from_UTF8() argument
560 UC_Assert ( (utf8In != 0) && (cpOut != 0) && (utf8Read != 0) ); in CodePoint_from_UTF8()
569 *utf8Read = unitCount; in CodePoint_from_UTF8()
573 CodePoint_from_UTF8_Multi ( utf8In, utf8Len, cpOut, utf8Read ); in CodePoint_from_UTF8()
686 size_t * utf8Read, size_t * utf16Written ) in UTF8_to_UTF16Nat() argument
694 UC_Assert ( (utf8In != 0) && (utf16Out != 0) && (utf8Read != 0) && (utf16Written != 0) ); in UTF8_to_UTF16Nat()
735 *utf8Read = utf8Len - utf8Left; in UTF8_to_UTF16Nat()
744 size_t * utf8Read, size_t * utf32Written ) in UTF8_to_UTF32Nat() argument
752 UC_Assert ( (utf8In != 0) && (utf32Out != 0) && (utf8Read != 0) && (utf32Written != 0) ); in UTF8_to_UTF32Nat()
785 *utf8Read = utf8Len - utf8Left; in UTF8_to_UTF32Nat()
1118 size_t * utf8Read, size_t * utf16Written ) in UTF8_to_UTF16Swp() argument
1126 UC_Assert ( (utf8In != 0) && (utf16Out != 0) && (utf8Read != 0) && (utf16Written != 0) ); in UTF8_to_UTF16Swp()
1167 *utf8Read = utf8Len - utf8Left; in UTF8_to_UTF16Swp()
1176 size_t * utf8Read, size_t * utf32Written ) in UTF8_to_UTF32Swp() argument
1184 UC_Assert ( (utf8In != 0) && (utf32Out != 0) && (utf8Read != 0) && (utf32Written != 0) ); in UTF8_to_UTF32Swp()
1219 *utf8Read = utf8Len - utf8Left; in UTF8_to_UTF32Swp()