Searched defs:is_negated (Results 1 – 2 of 2) sorted by relevance
352 bool is_negated() const { return (character_class_flags_ & NEGATED) != 0; } in is_negated() function
1620 bool is_negated = false; in ParseCharacterClass() local