Searched refs:previousSize (Results 1 – 2 of 2) sorted by relevance
190 int previousSize = Integer.MIN_VALUE; in testSort_sizes_ascending() local197 assertTrue(previousSize <= size); in testSort_sizes_ascending()198 previousSize = size; in testSort_sizes_ascending()213 int previousSize = Integer.MAX_VALUE; in testSort_sizes_descending() local220 assertTrue(previousSize >= size); in testSort_sizes_descending()221 previousSize = size; in testSort_sizes_descending()248 int previousSize = Integer.MIN_VALUE; in testSort_sizesWithBucketing_ascending() local266 previousSize = Integer.MIN_VALUE; in testSort_sizesWithBucketing_ascending()271 assertTrue(previousSize <= size); in testSort_sizesWithBucketing_ascending()272 previousSize = size; in testSort_sizesWithBucketing_ascending()[all …]
219 final int previousSize = previousSuggestions.size(); in getTypedWordAndPreviousSuggestions() local220 for (int index = 1; index < previousSize; index++) { in getTypedWordAndPreviousSuggestions()