OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPLITCDATA
(Results
1 - 4
of
4
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java
155
private final static int
SPLITCDATA
= 0x1 << 11;
221
fFeatures |=
SPLITCDATA
;
449
return ((fFeatures &
SPLITCDATA
) != 0) ? Boolean.TRUE : Boolean.FALSE;
586
fFeatures = state ? fFeatures |
SPLITCDATA
: fFeatures
587
& ~
SPLITCDATA
;
[
all
...]
DOM3TreeWalker.java
175
private final static int
SPLITCDATA
= 0x1 << 11;
[
all
...]
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
/external/jdiff/
xerces.jar
Completed in 107 milliseconds