OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BYTES_MAX
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToUTF8Buffered.java
45
private static final int
BYTES_MAX
=16*1024;
50
private static final int CHARS_MAX=(
BYTES_MAX
/3);
86
m_outputBytes = new byte[
BYTES_MAX
+ 3];
136
* Remember the buffer can hold a few more bytes than
BYTES_MAX
138
if (count >=
BYTES_MAX
)
188
if (lengthx3 >=
BYTES_MAX
- count)
193
if (lengthx3 >
BYTES_MAX
)
325
if (lengthx3 >=
BYTES_MAX
- count)
330
if (lengthx3 >
BYTES_MAX
)
/prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar
Completed in 49 milliseconds