OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextTokenIndex
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/com/android/internal/util/
ProcFileReader.java
92
private int
nextTokenIndex
() throws IOException {
150
final int tokenIndex =
nextTokenIndex
();
162
final int tokenIndex =
nextTokenIndex
();
175
final int tokenIndex =
nextTokenIndex
();
/external/icu/icu4c/source/i18n/
affixpatternparser.cpp
564
result.
nextTokenIndex
= 0;
573
if (
nextTokenIndex
== tlen) {
576
++
nextTokenIndex
;
578
if (UNPACK_TOKEN(tokenBuffer[
nextTokenIndex
- 1]) ==
580
while (
nextTokenIndex
< tlen &&
581
UNPACK_LONG(tokenBuffer[
nextTokenIndex
])) {
582
++
nextTokenIndex
;
585
int32_t i =
nextTokenIndex
- 1;
599
return UNPACK_TOKEN(tokens->charAt(
nextTokenIndex
- 1));
612
AffixPattern::ETokenType type = UNPACK_TOKEN(tokenBuffer[
nextTokenIndex
- 1])
[
all
...]
affixpatternparser.h
322
AffixPatternIterator() : nextLiteralIndex(0), lastLiteralLength(0),
nextTokenIndex
(0), tokens(NULL), literals(NULL) { }
351
int32_t
nextTokenIndex
;
/external/guice/extensions/persist/lib/
hsqldb.jar
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 169 milliseconds