Searched defs:Satisfy (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/re2/
H A Donepass.cc182 static bool Satisfy(uint32 cond, const StringPiece& context, const char* p) { function in namespace:re2
262 if ((cond & kEmptyAllFlags) == 0 || Satisfy(cond, context, p)) {
296 if ((matchcond & kEmptyAllFlags) == 0 || Satisfy(matchcond, context, p)) {
324 ((matchcond & kEmptyAllFlags) == 0 || Satisfy(matchcond, context, p))) {

Completed in 81 milliseconds