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