MCPcopy Create free account
hub / github.com/blend2d/blend2d / BLString

Class BLString

blend2d/core/string.h:93–421  ·  view source on GitHub ↗

Byte string [C++ API]. Blend2D always uses UTF-8 encoding in public APIs so all strings are assumed UTF-8 by default. However, `BLString` doesn't guarantee any assumptions about the encoding of the data it holds. It can hold arbitrary byte sequence and act as a raw byte-string when this functionality is desired.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

pack_abcpFunction · 0.85
bl_string_assign_moveFunction · 0.85
bl_string_assign_weakFunction · 0.85
dataFunction · 0.70

Tested by

no test coverage detected