MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Utf8Encode

Function Utf8Encode

internal/utf8.h:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74size_t Utf8Encode(char32_t code_point, char* absl_nonnull buffer);
75ABSL_DEPRECATED("Use other overload")
76inline size_t Utf8Encode(std::string& buffer, char32_t code_point) {
77 return Utf8Encode(code_point, &buffer);
78}
79
80} // namespace cel::internal
81

Callers 8

UnescapeInternalFunction · 0.70
TEST_PFunction · 0.70
ToStringMethod · 0.50
AppendToStringMethod · 0.50
DisplayErrorLocationMethod · 0.50
AppendQuoteCodePointFunction · 0.50
ReverseMethod · 0.50
CharAtMethod · 0.50

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.56