MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / getCharCount

Method getCharCount

src/cpp/encoding/Encodings.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143int cpp::encoding::Utf8::getCharCount(const null&)
144{
145 hx::NullReference("String", false);
146 return 0;
147}
148
149int cpp::encoding::Utf8::getCharCount(char32_t codepoint)
150{

Callers

nothing calls this directly

Calls 2

NullReferenceFunction · 0.85
getByteCountFunction · 0.50

Tested by

no test coverage detected