OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_explFirst
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java
43
* explicitly (<code>
m_explFirst
</code> to <code>m_explLast</code>).
45
* is in the range <code>m_first <= value <
m_explFirst
</code>, then it will delegate to another EncodingInfo object for The root
190
if (codePoint <
m_explFirst
) {
200
m_explFirst
- 1,
218
final int idx = codePoint -
m_explFirst
;
237
if (codePoint <
m_explFirst
) {
247
m_explFirst
- 1,
265
final int idx = codePoint -
m_explFirst
;
294
*
m_explFirst
through m_explLast is the range of unicode
298
final private int
m_explFirst
;
[
all
...]
/prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar
Completed in 143 milliseconds