Searched refs:querySize (Results 1 – 2 of 2) sorted by relevance
468 final int querySize = originalTextInfoParams.mSize; in reconstructSuggestions() local469 final int[] offsets = new int[querySize]; in reconstructSuggestions()470 final int[] lengths = new int[querySize]; in reconstructSuggestions()471 final SuggestionsInfo[] reconstructedSuggestions = new SuggestionsInfo[querySize]; in reconstructSuggestions()472 for (int i = 0; i < querySize; ++i) { in reconstructSuggestions()
162 final int querySize = 50;164 int index = rnd.nextInt(DEFAULT_DATASET_SIZE - querySize - 1);167 new String[]{String.valueOf(index), String.valueOf(index + querySize - 1)})) {177 assertEquals(querySize, i);