• Home
  • Raw
  • Download

Lines Matching refs:utf8_buf

153 	UTF8 utf8_buf[8];  in test02()  local
165 for (n = 0; n < 8; n++) utf8_buf[n] = 0; in test02()
169 utf8TargetStart = utf8SourceStart = utf8_buf; in test02()
203 …const UTF16 **) &utf16SourceStart, &(utf16_buf[2]), &utf8TargetStart, &(utf8_buf[7]), strictConver… 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()
241 utf8TargetStart = utf8SourceStart = utf8_buf; in test02()
246 …= ConvertUTF8toUTF16((const UTF8 **) &utf8SourceStart, &(utf8_buf[trailingBytesForUTF8[utf8_buf[0]… in test02()
256 i, utf32_buf[0], utf8_buf, utf16_buf[0], utf16_buf[1], result); in test02()
314 UTF8 utf8_buf[8]; in test03() local
326 for (n = 0; n < 8; n++) utf8_buf[n] = 0; in test03()
329 utf8TargetStart = utf8SourceStart = utf8_buf; in test03()
334 …onst UTF32 **) &utf32SourceStart, &(utf32_buf[1]), & utf8TargetStart, &(utf8_buf[7]), strictConver… in test03()
344 i, utf32_buf[0], utf8_buf, result); in test03()
353 i, utf32_buf[0], utf8_buf, result); in test03()
364 utf8TargetStart = utf8SourceStart = utf8_buf; in test03()
369 …= ConvertUTF8toUTF32((const UTF8 **) &utf8SourceStart, &(utf8_buf[trailingBytesForUTF8[utf8_buf[0]… in test03()
379 i, utf32_buf[0], utf8_buf, utf32_result[0], result); in test03()
387 …d: utf32 input %08x; utf8 buf %s; trip output %08x\n", i, utf32_buf[0], utf8_buf, utf32_result[0]); in test03()
404 UTF8 utf8_buf[8]; in test04() local
413 for (n = 0; n < 8; n++) utf8_buf[n] = 0; in test04()
416 utf8TargetStart = utf8_buf; in test04()
421 …onst UTF32 **) &utf32SourceStart, &(utf32_buf[1]), & utf8TargetStart, &(utf8_buf[7]), strictConver… in test04()