OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:S_INT_MAX
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
defines.h
136
#ifndef
S_INT_MAX
137
#define
S_INT_MAX
2147483647 // ((1 << 31) - 1)
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java
399
private static final int
S_INT_MAX
= 2147483647;
414
final double maximumScore = score ==
S_INT_MAX
?
S_INT_MAX
: MAX_INITIAL_SCORE
Completed in 30 milliseconds