Lines Matching refs:utf16_buf
152 UTF16 utf16_buf[3], utf16_result[3]; in test02() local
163 utf16_buf[0] = utf16_buf[1] = utf16_buf[2] = 0; in test02()
168 utf16TargetStart = utf16SourceStart = utf16_buf; in test02()
174 …onst UTF32 **) &utf32SourceStart, &(utf32_buf[1]), &utf16TargetStart, &(utf16_buf[2]), strictConve… in test02()
188 i, utf32_buf[0], utf16_buf[0], utf16_buf[1], result); in test02()
203 …result = ConvertUTF16toUTF8((const UTF16 **) &utf16SourceStart, &(utf16_buf[2]), &utf8TargetStart,… in test02()
213 i, utf32_buf[0], utf16_buf[0], utf16_buf[1], utf8_buf, result); in test02()
229 i, utf32_buf[0], utf16_buf[0], utf16_buf[1], utf8_buf, result); in test02()
256 i, utf32_buf[0], utf8_buf, utf16_buf[0], utf16_buf[1], result); in test02()
260 if (utf16_buf[n] != utf16_result[n]) { in test02()
262 utf32_buf[0], utf16_buf[0], utf16_buf[1], utf16_result[0], utf16_result[1]); in test02()
286 i, utf32_buf[0], utf16_buf[0], utf16_buf[1], utf32_result[0], result); in test02()
294 …ut %08x (utf_16buf is %04x,%04x)\n", i, utf32_buf[0], utf32_result[0], utf16_buf[0], utf16_buf[1]); in test02()