Home
last modified time | relevance | path

Searched refs:utf16_buf (Results 1 – 1 of 1) sorted by relevance

/external/unicode/
Dharness.c152 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()
[all …]