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

Function NeedsEscaping

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

Source from the content-addressed store, hash-verified

268}
269
270static inline constexpr bool NeedsEscaping(uint16_t ch) {
271 return (ch < ' ' || ch > '~');
272}
273
274std::string PrintableChar(uint16_t ch) {
275 std::string result;

Callers 2

PrintableCharFunction · 0.85
PrintableStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected