OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:negated
(Results
1 - 8
of
8
) sorted by null
/external/pcre/
pcre_xclass.c
70
BOOL
negated
= (*data & XCL_NOT) != 0;
local
79
return !
negated
; /* char found */
94
if (c == x) return !
negated
;
100
if (c >= x && c <= y) return !
negated
;
111
if (t == XCL_PROP) return !
negated
;
116
prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !
negated
;
121
return !
negated
;
125
if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !
negated
;
129
if ((data[1] == prop->script) == (t == XCL_PROP)) return !
negated
;
135
return !
negated
;
[
all
...]
pcre_compile.c
293
/*
Negated
cases */
636
BOOL braced,
negated
;
local
692
negated
= TRUE;
695
else
negated
= FALSE;
719
if (
negated
)
2855
BOOL
negated
;
local
3691
BOOL
negated
;
local
6048
BOOL
negated
;
local
[
all
...]
/external/icu4c/i18n/
regexcmp.h
118
UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool
negated
);
regexcmp.cpp
577
//
Negated
Lookahead. (?! stuff )
665
// Compile a (?<!
negated
look-behind open paren.
[
all
...]
/external/v8/test/mjsunit/
codegen-coverage.js
96
a = x + 1; // Still a smi, the greatest smi
negated
.
/frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java
411
int
negated
= ~sum;
local
412
return intAbs((short)
negated
);
/external/libvpx/build/make/
configure.sh
110
All boolean options can be
negated
. The default value is the opposite
/prebuilt/common/ant/
ant.jar
Completed in 231 milliseconds