Searched refs:negated (Results 1 – 6 of 6) sorted by relevance
70 BOOL negated = (*data & XCL_NOT) != 0; in PRIV() local86 return !negated; /* char found */ in PRIV()108 if (c == x) return !negated; in PRIV()124 if (c >= x && c <= y) return !negated; in PRIV()135 if (t == XCL_PROP) return !negated; in PRIV()145 return !negated; in PRIV()159 return !negated; in PRIV()166 return !negated; in PRIV()173 return !negated; in PRIV()180 return !negated; in PRIV()[all …]
813 BOOL braced, negated, overflow; in check_escape() local915 negated = TRUE; in check_escape()918 else negated = FALSE; in check_escape()952 if (negated) in check_escape()3010 == negated; in check_char_prop()3016 == negated; in check_char_prop()3028 if (c < *p) return !negated; in check_char_prop()3029 if (c == *p++) return negated; in check_char_prop()3351 BOOL negated; in check_auto_possessive() local4386 BOOL negated; in compile_branch() local[all …]
295 repeated, negated, single-character classes. The normal single-character
1415 19. If an odd number of negated classes containing just a single character1843 3. The same bug as (2) above applied to negated POSIX classes such as2732 5. A negated single-character class was not being recognized as fixed-length2788 17. A character class other than a single negated character that had a minimum4189 (ii) A negated character class with a single character < 255 is coded as4673 1. A negated single character class followed by a quantifier with a minimum4675 program crashes, or just wrong answers. This did not apply to negated classes4834 2. Optimized negated single characters not to use a bit map.
989 /-- Caseless single negated characters > 127 need UCP support --/
2037 /-- Caseless single negated characters > 127 need UCP support --/
Completed in 44 milliseconds