Lines Matching refs:negated
569 // Negated Lookahead. (?! stuff )
660 // Compile a (?<! negated look-behind open paren.
3828 UBool negated = (fC.fChar == chP);
3848 uset = createSetForProperty(propertyName, negated);
3899 UBool negated = FALSE;
3901 // Check for and consume the '^' in a negated POSIX property, e.g. [:^Letter:]
3904 negated = TRUE;
3927 uset = createSetForProperty(propName, negated);
3962 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) {
3974 if (negated) {
4133 if (negated) {