Searched defs:MAX_RESULTS (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java45 // Must be equal to MAX_RESULTS in native/jni/src/defines.h
46 private static final int MAX_RESULTS = 18; field in class:BinaryDictionary
65 private final int[] mOutputCodePoints = new int[MAX_WORD_LENGTH * MAX_RESULTS];
66 private final int[] mSpaceIndices = new int[MAX_RESULTS];
67 private final int[] mOutputScores = new int[MAX_RESULTS];
68 private final int[] mOutputTypes = new int[MAX_RESULTS];
/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h33 // Must be equal to BinaryDictionary.MAX_RESULTS in Java
34 #define MAX_RESULTS 18 macro
113 for (int i = 0; i < MAX_RESULTS; ++i) {

Completed in 937 milliseconds