MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / RuneToStringLatin1

Function RuneToStringLatin1

extern/re2/re2/prefilter.cc:397–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397static std::string RuneToStringLatin1(Rune r) {
398 char c = r & 0xff;
399 return std::string(&c, 1);
400}
401
402// Constructs Info for literal rune.
403Prefilter::Info* Prefilter::Info::Literal(Rune r) {

Callers 2

LiteralLatin1Method · 0.85
CClassMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected