OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DISCARDDEFAULT
(Results
1 - 4
of
4
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java
168
private final static int
DISCARDDEFAULT
= 0x1 << 15;
223
fFeatures |=
DISCARDDEFAULT
;
453
return ((fFeatures &
DISCARDDEFAULT
) != 0) ? Boolean.TRUE : Boolean.FALSE;
609
fFeatures = state ? fFeatures |
DISCARDDEFAULT
610
: fFeatures & ~
DISCARDDEFAULT
;
[
all
...]
DOM3TreeWalker.java
188
private final static int
DISCARDDEFAULT
= 0x1 << 15;
805
if ((((fFeatures &
DISCARDDEFAULT
) != 0) && isSpecified)
806
|| ((fFeatures &
DISCARDDEFAULT
) == 0)) {
[
all
...]
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
/external/jdiff/
xerces.jar
Completed in 157 milliseconds