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

Method Contains

extern/re2/re2/regexp.cc:829–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829bool CharClassBuilder::Contains(Rune r) {
830 return ranges_.find(RuneRange(r, r)) != end();
831}
832
833// Does the character class behave the same on A-Z as on a-z?
834bool CharClassBuilder::FoldsASCII() {

Callers 3

PostVisitMethod · 0.45
PushRegexpMethod · 0.45
CorrectCCFunction · 0.45

Calls 3

RuneRangeClass · 0.85
endFunction · 0.50
findMethod · 0.45

Tested by 1

CorrectCCFunction · 0.36