Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Diconv.cpp141 size_t dst_bytes_used; member
232 dst_bytes_used = 1; in Convert()
237 dst_bytes_used = c32rtomb(buf, wc, &ps); in Convert()
238 if (dst_bytes_used == __MB_ERR_ILLEGAL_SEQUENCE) { in Convert()
240 } else if (dst_bytes_used == __MB_ERR_INCOMPLETE_SEQUENCE) { in Convert()
257 dst_bytes_used = 4; in Convert()
305 dst_bytes_used = 2; in Out16()
314 dst_bytes_used = 4; in Out32()
318 if (dst_bytes_used > *dst_bytes_left) { in Emit()
323 memcpy(*dst_buf, buf, dst_bytes_used); in Emit()
[all …]