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

Method FoldsASCII

extern/re2/re2/regexp.cc:834–836  ·  view source on GitHub ↗

Does the character class behave the same on A-Z as on a-z?

Source from the content-addressed store, hash-verified

832
833// Does the character class behave the same on A-Z as on a-z?
834bool CharClassBuilder::FoldsASCII() {
835 return ((upper_ ^ lower_) & AlphaMask) == 0;
836}
837
838CharClassBuilder* CharClassBuilder::Copy() {
839 CharClassBuilder* cc = new CharClassBuilder;

Callers 1

PostVisitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected