OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_JUMPS
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DynamicBinaryDictIOUtils.java
39
private static final int
MAX_JUMPS
= 10000;
159
while (jumpCount++ <
MAX_JUMPS
) {
172
if (DBG && jumpCount >=
MAX_JUMPS
) {
BinaryDictDecoderUtils.java
54
private static final int
MAX_JUMPS
= 12;
377
if (DBG && loopCounter++ >
MAX_JUMPS
) {
Completed in 38 milliseconds