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

Method ByteLength

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

Source from the content-addressed store, hash-verified

73 LengthType UTF8Length() const { return utf8Length; }
74
75 LengthType ByteLength() const { return byteLength; }
76
77 UTF8StringSliceBase Left(const LengthType numberOfCharacters) const {
78 if (numberOfCharacters == UTF8Length()) {

Callers 6

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

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64