utf8_to_text() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

utf8_to_text() function

Syntax

int utf8_to_text(const uint8_t *utf_8,     char* buf,     size_t buflen);
Implemented in unicode.c:25

Arguments

utf_8

buf

buflen

References

LocationText
unicode.c:25
int utf8_to_text(const uint8_t *utf_8, char* buf, size_t buflen)
unicode.h:27
int utf8_to_text(const uint8_t *utf_8, char* buf, size_t buflen);

Call Tree

Functions called by utf8_to_text()
utf8_to_text()
snprintf()
isprint()
all items filtered out
Data read by utf8_to_text()
Data written by utf8_to_text()
utf8_to_text()::i
utf8_to_text()::n
utf8_to_text()::s
utf8_to_text()::n_chars
all items filtered out
utf8_to_text()
utf8_to_text()::i
utf8_to_text()::n
utf8_to_text()::s
all items filtered out
Type of utf8_to_text()
utf8_to_text()
size_t
all items filtered out