Searched refs:codepoint_count (Results 1 – 3 of 3) sorted by relevance
260 uint64_t codepoint_count = cbor_builder_string_callback() local
110 size_t codepoint_count; /* Sum of chunks' codepoint_counts for indefinite member
71 size_t codepoint_count = in cbor_string_chunks_handle() 73 CBOR_ASSERT(codepoint_count <= length); in cbor_string_chunks_handle() 75 item->metadata.string_metadata.codepoint_count = codepoint_count; in cbor_string_chunks_handle() 77 item->metadata.string_metadata.codepoint_count = 0; in cbor_string_chunk_count() 132 return item->metadata.string_metadata.codepoint_count; in cbor_string_is_indefinite()