Lines Matching defs:negate
1509 bool negate = (c0_ == 'P');
1513 !ParseUnicodePropertyClassRange(propertyName, valueName, atom, negate)) {
1661 RangeSet *atom, bool negate)
1665 if (MatchUnicodeProperty(UCHAR_GENERAL_CATEGORY_MASK, name, atom, negate)) {
1668 if (MatchSepcialUnicodeProperty(propertyName, negate, atom)) {
1678 if (negate && IsBinaryPropertyOfStrings(property)) {
1681 return MatchUnicodeProperty(property, negate ? "N" : "Y", atom, false);
1689 return MatchUnicodeProperty(property, valueName.c_str(), atom, negate);
1693 bool RegExpParser::MatchUnicodeProperty(UProperty property, const char* propertyName, RangeSet *atom, bool negate)
1712 if (negate) {
1772 bool RegExpParser::MatchSepcialUnicodeProperty(CString &name, bool negate, RangeSet *atom)
1775 if (!negate) {
1779 if (negate) {
1785 return MatchUnicodeProperty(UCHAR_GENERAL_CATEGORY, "Unassigned", atom, !negate);