Searched refs:negated (Results 1 – 7 of 7) sorted by relevance
113 if (c == x) return !negated; in PRIV()141 if (isprop) return !negated; in PRIV()151 return !negated; in PRIV()165 return !negated; in PRIV()183 return !negated; in PRIV()192 return !negated; in PRIV()200 return !negated; in PRIV()205 return !negated; in PRIV()227 return !negated; in PRIV()240 return !negated; in PRIV()[all …]
1044 BOOL braced, negated, overflow; in check_escape() local1146 negated = TRUE; in check_escape()1149 else negated = FALSE; in check_escape()1183 if (negated) in check_escape()2829 BOOL negated) in check_char_prop() argument2866 return negated; in check_char_prop()2876 c == CHAR_UNDERSCORE) == negated; in check_char_prop()2882 if (c < *p) return !negated; in check_char_prop()2883 if (c == *p++) return negated; in check_char_prop()5275 BOOL negated; in compile_branch() local[all …]
268 etc.) are used for repeated, negated, single-character classes such as [^a]*.319 negated, single-character classes. The normal single-character opcodes
112 3. Further to 8.38/46, negated classes such as [^[:^ascii:]\d] were also not359 46. If [:^ascii:] or [:^xdigit:] or [:^cntrl:] are present in a non-negated481 30. A pattern such as /(*UTF)[\S\V\H]/, which contains a negated special class777 negated single-character class with a character that occupied more than one965 signed and can be negated.2537 19. If an odd number of negated classes containing just a single character2966 3. The same bug as (2) above applied to negated POSIX classes such as3855 5. A negated single-character class was not being recognized as fixed-length5312 (ii) A negated character class with a single character < 255 is coded as5796 1. A negated single character class followed by a quantifier with a minimum[all …]
383 sljit_s32 negated, ones, right; in logical_imm() local411 negated = 0; in logical_imm()413 negated = 1; in logical_imm()437 if (negated) in logical_imm()
999 /-- Caseless single negated characters > 127 need UCP support --/
1871 /-- Caseless single negated characters > 127 need UCP support --/
Completed in 54 milliseconds