unicode.c

Include dependency graph for unicode.c:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="stdbool.h" tooltip="stdbool.h"] "5" [label="stdint.h" tooltip="stdint.h"] "3" [label="stddef.h" tooltip="stddef.h"] "1" [label="/__w/AtomVM/AtomVM/src/libAtomVM/unicode.c" tooltip="/__w/AtomVM/AtomVM/src/libAtomVM/unicode.c" fillcolor="#BFBFBF"] "4" [label="unicode.h" tooltip="unicode.h"] "1" -> "2" [dir=forward tooltip="include"] "1" -> "3" [dir=forward tooltip="include"] "1" -> "4" [dir=forward tooltip="include"] "4" -> "2" [dir=forward tooltip="include"] "4" -> "3" [dir=forward tooltip="include"] "4" -> "5" [dir=forward tooltip="include"] }

Functions

size_t unicode_buf_utf8_len(const uint8_t *buf, size_t buf_len)
bool unicode_buf_is_ascii(const uint8_t *buf, size_t len)
size_t unicode_latin1_buf_size_as_utf8(const uint8_t *buf, size_t len)