OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_outputBytes
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToUTF8Buffered.java
43
* This is a fixed constant is used rather than
m_outputBytes
.lenght for performance.
61
private final byte
m_outputBytes
[];
67
* in the range <tt>0</tt> through <tt>
m_outputBytes
.length</tt>; elements
68
* <tt>
m_outputBytes
[0]</tt> through <tt>
m_outputBytes
[count-1]</tt> contain valid
86
m_outputBytes
= new byte[BYTES_MAX + 3];
117
//
m_outputBytes
= new byte[size];
143
m_outputBytes
[count++] = (byte) (c);
147
m_outputBytes
[count++] = (byte) (0xc0 + (c >> 6));
148
m_outputBytes
[count++] = (byte) (0x80 + (c & 0x3f))
[
all
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 142 milliseconds