MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / append

Function append

external/utf8/unchecked.h:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 {
37 template <typename octet_iterator>
38 octet_iterator append(utfchar32_t cp, octet_iterator result)
39 {
40 return internal::append(cp, result);
41 }
42
43 template <typename word_iterator>
44 word_iterator append16(utfchar32_t cp, word_iterator result)

Callers 3

replace_invalidFunction · 0.70
utf16to8Function · 0.70
utf32to8Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected