Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dparse.cc124 const StringPiece& whole_class,
130 const StringPiece& whole_class,
1615 const StringPiece& whole_class, in ParseCCCharacter() argument
1619 status->set_error_arg(whole_class); in ParseCCCharacter()
1638 const StringPiece& whole_class, in ParseCCRange() argument
1641 if (!ParseCCCharacter(s, &rr->lo, whole_class, status)) in ParseCCRange()
1646 if (!ParseCCCharacter(s, &rr->hi, whole_class, status)) in ParseCCRange()
1665 StringPiece whole_class = *s; in ParseCharClass() local
1743 if (!ParseCCRange(s, &rr, whole_class, status)) { in ParseCharClass()
1756 status->set_error_arg(whole_class); in ParseCharClass()