Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
829
bool 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?
834
bool CharClassBuilder::FoldsASCII() {
Callers
3
PostVisit
Method · 0.45
PushRegexp
Method · 0.45
CorrectCC
Function · 0.45
Calls
3
RuneRange
Class · 0.85
end
Function · 0.50
find
Method · 0.45
Tested by
1
CorrectCC
Function · 0.36