Home
last modified time | relevance | path

Searched refs:kEmptyNonWordBoundary (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.h48 kEmptyNonWordBoundary = 1<<5, // \B - not \b enumerator
Dprog.cc314 flags |= kEmptyNonWordBoundary; in EmptyFlags()
488 if (ip->empty() & (kEmptyWordBoundary|kEmptyNonWordBoundary) && in ComputeByteMap()
Donepass.cc180 static const uint32_t kImpossible = kEmptyWordBoundary | kEmptyNonWordBoundary;
Dcompile.cc989 return EmptyWidth(kEmptyNonWordBoundary); in PostVisit()
Ddfa.cc1059 beforeflag |= kEmptyNonWordBoundary; in RunStateOnByte()