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

Function ToLowerRuneLatin1

extern/re2/re2/prefilter.cc:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188static Rune ToLowerRuneLatin1(Rune r) {
189 if ('A' <= r && r <= 'Z')
190 r += 'a' - 'A';
191 return r;
192}
193
194Prefilter* Prefilter::FromString(const std::string& str) {
195 Prefilter* m = new Prefilter(Prefilter::ATOM);

Callers 2

LiteralLatin1Method · 0.85
CClassMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected