MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / sz_utf8_count

Function sz_utf8_count

c/stringzilla.c:499–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499SZ_DYNAMIC sz_size_t sz_utf8_count(sz_cptr_t text, sz_size_t length) {
500 return sz_dispatch_table.utf8_count(text, length);
501}
502
503SZ_DYNAMIC sz_cptr_t sz_utf8_find_nth(sz_cptr_t text, sz_size_t length, sz_size_t n) {
504 return sz_dispatch_table.utf8_find_nth(text, length, n);

Callers 3

Str_like_utf8_countFunction · 0.50
count_utf8Function · 0.50

Calls 1

utf8_countMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…