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

Method clear

lib_acl_cpp/src/stdlib/charset_conv.cpp:573–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573void charset_conv::clear(void)
574{
575 if (m_pBuf) {
576 m_pBuf->clear();
577 }
578}
579
580// ����ַ���ת����
581charset_conv* charset_conv::create(const char* fromCharset, const char* toCharset)

Callers 3

push_popMethod · 0.45
pop_endMethod · 0.45
strconvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected