HomeSort by relevance Sort by last modified time
    Searched refs:negated (Results 1 - 25 of 47) sorted by null

1 2

  /external/pcre/dist/
pcre_xclass.c 70 BOOL negated = (*data & XCL_NOT) != 0; local
86 if ((*data & XCL_MAP) == 0) return negated;
91 return !negated; /* char found */
113 if (c == x) return !negated;
129 if (c >= x && c <= y) return !negated;
141 if (isprop) return !negated;
146 prop->chartype == ucp_Lt) == isprop) return !negated;
151 return !negated;
155 if ((data[1] == prop->chartype) == isprop) return !negated;
159 if ((data[1] == prop->script) == isprop) return !negated;
    [all...]
pcre_compile.c 412 /* Negated cases */
1033 BOOL braced, negated, overflow; local
5148 BOOL negated; local
7822 BOOL negated; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicodelctest-no-optimization.js 111 var negated = (last & 2) != 0;
112 var prefix = negated ? "[^" : "[";
115 retest(re, (ranges[j] - 1), negated);
116 retest(re, (ranges[j]), negated);
117 retest(re, (ranges[j] + 1), negated);
123 function retest(re, code, negated) {
125 assertTrue(negated != (!!re.test(s) == !!fuzz_answer[fuzz_index++]));
    [all...]
unicodelctest.js 109 var negated = (last & 2) != 0;
110 var prefix = negated ? "[^" : "[";
113 retest(re, (ranges[j] - 1), negated);
114 retest(re, (ranges[j]), negated);
115 retest(re, (ranges[j] + 1), negated);
121 function retest(re, code, negated) {
123 assertTrue(negated != (!!re.test(s) == !!fuzz_answer[fuzz_index++]));
    [all...]
codegen-coverage.js 96 a = x + 1; // Still a smi, the greatest smi negated.
regexp-capture-3.js 174 NoHang(/[^\x00-\xff](((.*)*)*x)/); // After negated class.
175 NoHang(/(((.*)*)*x)[^\x00-\xff]/); // Before negated class.
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.h 116 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
plurrule.cpp 416 curAndConstraint->negated=TRUE;
420 curAndConstraint->negated=TRUE;
651 negated = FALSE;
669 this->negated=other.negated;
720 if (negated) {
866 if (andRule->negated) {
881 if (andRule->negated) {
893 if (andRule->negated) {
    [all...]
plurrule_impl.h 225 UBool negated; // TRUE for negated rules. member in class:AndConstraint
regexcmp.cpp 592 // Negated Lookahead. (?! stuff )
684 // Compile a (?<! negated look-behind open paren.
    [all...]
  /external/icu/icu4c/source/i18n/
regexcmp.h 116 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
plurrule.cpp 519 curAndConstraint->negated=TRUE;
523 curAndConstraint->negated=TRUE;
754 negated = FALSE;
772 this->negated=other.negated;
823 if (negated) {
969 if (andRule->negated) {
984 if (andRule->negated) {
996 if (andRule->negated) {
    [all...]
plurrule_impl.h 225 UBool negated; // TRUE for negated rules. member in class:AndConstraint
regexcmp.cpp 592 // Negated Lookahead. (?! stuff )
684 // Compile a (?<! negated look-behind open paren.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.h 162 const CSSSelector* extractInvalidationSetFeatures(const CSSSelector&, InvalidationSetFeatures&, bool negated);
RuleFeature.cpp 252 const CSSSelector* RuleFeatureSet::extractInvalidationSetFeatures(const CSSSelector& selector, InvalidationSetFeatures& features, bool negated)
255 if (!negated)
  /external/chromium_org/third_party/re2/re2/
parse.cc 1672 bool negated = false; local
1852 bool negated = false; local
    [all...]
  /external/regex-re2/re2/
parse.cc 1672 bool negated = false; local
1852 bool negated = false; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_query.c 434 boolean negated = FALSE; local
449 cond = negated ? NVC0_3D_COND_MODE_EQUAL :
455 if (likely(!negated)) {
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_query.c 434 boolean negated = FALSE; local
449 cond = negated ? NVC0_3D_COND_MODE_EQUAL :
455 if (likely(!negated)) {
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 408 int negated = ~sum; local
409 return intAbs((short) negated);
  /external/chromium_org/third_party/jinja2/
parser.py 816 negated = True
818 negated = False
    [all...]
  /external/proguard/src/proguard/
ConfigurationParser.java 571 boolean negated =
574 String strippedWord = negated ?
615 if (!negated)
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
armSP_FFTInv_CCSToR_S16_preTwiddleRadix2_unsafe_s.S 136 @ Note: W^(k) is stored as negated value and also need to
256 @ Note: W^(k) is stored as negated value and also need to
  /external/pcre/dist/sljit/
sljitNativeARM_64.c 352 sljit_si negated, ones, right; local
380 negated = 0;
382 negated = 1;
406 if (negated)
    [all...]

Completed in 1329 milliseconds

1 2