OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextTokenIndex
(Results
1 - 10
of
10
) 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
568
result.
nextTokenIndex
= 0;
577
if (
nextTokenIndex
== tlen) {
580
++
nextTokenIndex
;
582
if (UNPACK_TOKEN(tokenBuffer[
nextTokenIndex
- 1]) ==
584
while (
nextTokenIndex
< tlen &&
585
UNPACK_LONG(tokenBuffer[
nextTokenIndex
])) {
586
++
nextTokenIndex
;
589
int32_t i =
nextTokenIndex
- 1;
603
return UNPACK_TOKEN(tokens->charAt(
nextTokenIndex
- 1));
616
AffixPattern::ETokenType type = UNPACK_TOKEN(tokenBuffer[
nextTokenIndex
- 1])
[
all
...]
affixpatternparser.h
324
AffixPatternIterator() : nextLiteralIndex(0), lastLiteralLength(0),
nextTokenIndex
(0), tokens(NULL), literals(NULL) { }
353
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
/prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-6.0.0_r1-robolectric-0.jar
Completed in 445 milliseconds