OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_tokentable_
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterName.java
240
if (';' >=
m_tokentable_
.length ||
m_tokentable_
[';'] == 0xFFFF) {
269
if (b >=
m_tokentable_
.length) {
276
token =
m_tokentable_
[b & 0x00ff];
279
token =
m_tokentable_
[b << 8 |
1026
private char
m_tokentable_
[];
field in class:UCharacterName
[
all
...]
Completed in 651 milliseconds