MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / CString

Method CString

src/UTF8StringSlice.hpp:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 std::string ToString() const { return std::string(str, str + byteLength); }
111
112 const char* CString() const { return str; }
113
114 LengthType CommonPrefixLength(const UTF8StringSliceBase& that) const {
115 if (str == that.str) {

Callers 5

operator()Method · 0.80
BuildTrieMethod · 0.80
ExtractSuffixesMethod · 0.80
ExtractPrefixesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected