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

Function utf8proc_grapheme_break

utf8proc.c:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356
357
358UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_grapheme_break(
359 utf8proc_int32_t c1, utf8proc_int32_t c2) {
360 return utf8proc_grapheme_break_stateful(c1, c2, NULL);
361}
362
363static utf8proc_int32_t seqindex_decode_entry(const utf8proc_uint16_t **entry)
364{

Callers 2

LLVMFuzzerTestOneInputFunction · 0.85
mainFunction · 0.85

Calls 1

Tested by 1

mainFunction · 0.68