OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:posref
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
TokenIterator.java
126
int[]
posref
= null;
local
130
if (
posref
== null) {
131
posref
= new int[1];
133
posref
[0] = position+1;
134
int c32 = Utility.unescapeAt(line,
posref
);
141
position =
posref
[0];
Completed in 355 milliseconds