MCPcopy Create free account
hub / github.com/acl-dev/acl / encode_finish

Method encode_finish

lib_acl_cpp/src/mime/rfc2047.cpp:530–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530bool rfc2047::encode_finish(string* out)
531{
532 acl_assert(m_pCurrentEntry);
533 acl_assert(m_coder);
534 acl_assert(out);
535
536 m_coder->encode_finish(out);
537 *out << "?=";
538 return true;
539}
540
541bool rfc2047::encode(const char* in, int n, string* out,
542 const char* charset /* = "gb2312" */, char coding /* = 'B' */,

Callers 14

rfc2047_test_encodeFunction · 0.45
encodingFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
test1Function · 0.45
memcache.cppFile · 0.45
save_toMethod · 0.45
buildMethod · 0.45
encodeMethod · 0.45
encodeMethod · 0.45
encodeMethod · 0.45
encode_updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected