Searched refs:negated (Results 26 - 36 of 36) sorted by relevance
12
/third_party/node/deps/icu-small/source/i18n/ |
H A D | plurrule_impl.h | 357 UBool negated = false; // true for negated rules. member in AndConstraint
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | plurrule_impl.h | 353 UBool negated = false; // true for negated rules. member in AndConstraint
|
/third_party/mksh/ |
H A D | misc.c | 1017 bool negated = false; in gmatch_cclass() local 1023 negated = true; in gmatch_cclass() 1039 return (found != negated ? p : NULL); in gmatch_cclass()
|
/third_party/decimal.js/test/modules/ |
H A D | immutability.js | 360 x = a.negated();
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 442 sljit_s32 negated; in logical_imm() local 473 negated = 0; in logical_imm() 475 negated = 1; in logical_imm() 499 if (negated) in logical_imm()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-temporal.cc | 773 TEMPORAL_PROTOTYPE_METHOD0(Duration, Negated, negated)
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 980 /* There's just one escape we might have here that isn't negated in the in show_parsed() 3156 BOOL negated; in parse_regex() local 3158 if (!get_ucp(&ptr, &negated, &ptype, &pdata, &errorcode, cb)) in parse_regex() 3160 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex() 3287 sort of negated (*COMMIT). We therefore allow (*ACCEPT) to be quantified by in parse_regex() 3703 BOOL negated; in parse_regex() local 3705 if (!get_ucp(&ptr, &negated, &ptype, &pdata, &errorcode, cb)) in parse_regex() 3707 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex() 5630 case where there is only one such character. For negated classes, we build in compile_branch() 5637 tells whether the bitmap is present, and whether this is a negated clas in compile_branch() [all...] |
H A D | pcre2_jit_compile.c | 4116 static void read_char7_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char7_type() argument 4132 if (negated) in read_char7_type() 4153 static void read_char8_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char8_type() argument 4165 SLJIT_UNUSED_ARG(negated); in read_char8_type() 4177 if (!negated) in read_char8_type() 4219 if (common->invalid_utf && negated) in read_char8_type() 4234 if (common->utf && negated) in read_char8_type()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 8154 bool negated ); 13049 bool negated = isFalseTest( info.resultDisposition ); 13050 bool result = expr.getResult() != negated; 13057 reportExpr(info, ResultWas::Ok, &expr, negated); 13061 reportExpr(info, ResultWas::ExpressionFailed, &expr, negated ); 13069 bool negated ) { 13072 AssertionResultData data( resultType, LazyExpression( negated ) );
|
/third_party/decimal.js/ |
H A D | decimal.js | 170 * negated neg 1277 // Return y negated if x is finite and y is ±Infinity. 1302 // Return y negated if x is zero and y is non-zero. 1496 * Return a new Decimal whose value is the value of this Decimal negated, i.e. as if multiplied by 1500 P.negated = P.neg = function () { 2488 * P.modulo, P.negated, P.plus, P.round, P.sin, P.sinh, P.squareRoot,
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 5139 V(negated, Negated, 0) \ in InitializeGlobal_harmony_temporal()
|
Completed in 58 milliseconds
12