OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:negated
(Results
1 - 4
of
4
) 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
...]
/frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java
411
int
negated
= ~sum;
local
412
return intAbs((short)
negated
);
/prebuilt/common/ant/
ant.jar
Completed in 382 milliseconds