Home
last modified time | relevance | path

Searched refs:codepoint_count (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/libcbor/dist/src/cbor/internal/
H A Dbuilder_callbacks.c214 size_t codepoint_count = in cbor_builder_string_callback() local
232 res->metadata.string_metadata.codepoint_count = codepoint_count; in cbor_builder_string_callback()
/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Ddata.h103 size_t codepoint_count; /* Sum of chunks' codepoint_counts for indefinite member
H A Dstrings.c123 return item->metadata.string_metadata.codepoint_count; in cbor_string_codepoint_count()