Home | History | Annotate | Download | only in i18n

Lines Matching full:negated

592         // Negated Lookahead.   (?! stuff )
684 // Compile a (?<! negated look-behind open paren.
3901 UBool negated = (fC.fChar == chP);
3921 uset = createSetForProperty(propertyName, negated);
3972 UBool negated = FALSE;
3974 // Check for and consume the '^' in a negated POSIX property, e.g. [:^Letter:]
3977 negated = TRUE;
4000 uset = createSetForProperty(propName, negated);
4035 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) {
4047 if (negated) {
4078 if (negated) {
4224 if (negated) {