Home
last modified time | relevance | path

Searched refs:negated (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/pcre/
Dpcre_xclass.cpp79 bool negated = (*data & XCL_NOT); in jsc_pcre_xclass() local
87 return !negated; /* char found */ in jsc_pcre_xclass()
103 return !negated; in jsc_pcre_xclass()
110 return !negated; in jsc_pcre_xclass()
114 return negated; /* char did not match */ in jsc_pcre_xclass()
/external/icu4c/i18n/
Dregexcmp.h116 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
Dregexcmp.cpp3813 UBool negated = (fC.fChar == chP); in scanProp() local
3833 uset = createSetForProperty(propertyName, negated); in scanProp()
3884 UBool negated = FALSE; in scanPosixProp() local
3889 negated = TRUE; in scanPosixProp()
3912 uset = createSetForProperty(propName, negated); in scanPosixProp()
3942 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty() argument
3954 if (negated) { in createSetForProperty()
4064 if (negated) { in createSetForProperty()
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info389 a "negated character class", i.e., any character but those in the
534 - A negated character class such as the example "[^A-Z]" above *will
536 one of the characters explicitly present in the negated character
538 expression tools treat negated character classes, but
Dflex.texi489 a "negated character class", i.e., any character
645 A negated character class such as the example
648 characters explicitly present in the negated character
650 other regular expression tools treat negated
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dflex.man366 [^A-Z] a "negated character class", i.e., any character
521 - A negated character class such as the example "[^A-Z]"
538 explicitly present in the negated character class
540 ular expression tools treat negated character classes,