Searched refs:utf32_buf (Results 1 – 1 of 1) sorted by relevance
/external/unicode/ |
D | harness.c | 151 UTF32 utf32_buf[2], utf32_result[2]; in test02() local 161 utf32_buf[0] = i; utf32_buf[1] = 0; in test02() 167 utf32SourceStart = utf32_buf; utf32TargetStart = utf32_result; in test02() 174 …result = ConvertUTF32toUTF16((const UTF32 **) &utf32SourceStart, &(utf32_buf[1]), &utf16TargetStar… in test02() 178 …default: fprintf(stderr, "Test02A fatal error: result %d for input %08x\n", result, utf32_buf[0]);… in test02() 188 i, utf32_buf[0], utf16_buf[0], utf16_buf[1], result); in test02() 205 …default: fprintf(stderr, "Test02B fatal error: result %d for input %08x\n", result, utf32_buf[0]);… 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() 239 utf32SourceStart = utf32_buf; utf32TargetStart = utf32_result; in test02() [all …]
|