Searched refs:ParseCCCharacter (Results 1 - 1 of 1) sorted by relevance
/external/regex-re2/re2/ |
H A D | parse.cc | 123 bool ParseCCCharacter(StringPiece* s, Rune *rp, 1614 bool Regexp::ParseState::ParseCCCharacter(StringPiece* s, Rune *rp, function in class:re2::Regexp::ParseState 1641 if (!ParseCCCharacter(s, &rr->lo, whole_class, status)) 1646 if (!ParseCCCharacter(s, &rr->hi, whole_class, status))
|
Completed in 86 milliseconds