MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / CountModifiedUtf8Chars

Function CountModifiedUtf8Chars

Bcore/src/main/cpp/dex/utf.cc:32–34  ·  view source on GitHub ↗

This is used only from debugger and test code.

Source from the content-addressed store, hash-verified

30
31// This is used only from debugger and test code.
32size_t CountModifiedUtf8Chars(const char* utf8) {
33 return CountModifiedUtf8Chars(utf8, strlen(utf8));
34}
35
36/*
37 * This does not validate UTF8 rules (nor did older code). But it gets the right answer

Callers 2

PrintableStringFunction · 0.85
MangleForJniFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected