Home | History | Annotate | Download | only in i18n

Lines Matching refs:negated

596         // Negated Lookahead.   (?! stuff )
678 // Compile a (?<! negated look-behind open paren.
4233 UBool negated = (fC.fChar == chP);
4253 uset = createSetForProperty(propertyName, negated);
4304 UBool negated = FALSE;
4306 // Check for and consume the '^' in a negated POSIX property, e.g. [:^Letter:]
4309 negated = TRUE;
4332 uset = createSetForProperty(propName, negated);
4367 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) {
4379 if (negated) {
4410 if (negated) {
4556 if (negated) {