MCPcopy Create free account
hub / github.com/JuliaStrings/utf8proc / seqindex_decode_index

Function seqindex_decode_index

utf8proc.c:374–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374static utf8proc_int32_t seqindex_decode_index(const utf8proc_uint32_t seqindex)
375{
376 const utf8proc_uint16_t *entry = &utf8proc_sequences[seqindex];
377 return seqindex_decode_entry(&entry);
378}
379
380static utf8proc_ssize_t seqindex_write_char_decomposed(utf8proc_uint16_t seqindex, utf8proc_int32_t *dst, utf8proc_ssize_t bufsize, utf8proc_option_t options, int *last_boundclass) {
381 utf8proc_ssize_t written = 0;

Callers 3

utf8proc_tolowerFunction · 0.85
utf8proc_toupperFunction · 0.85
utf8proc_totitleFunction · 0.85

Calls 1

seqindex_decode_entryFunction · 0.85

Tested by

no test coverage detected