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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DAbstractSuggestionExtras.java30 protected AbstractSuggestionExtras(SuggestionExtras more) { argument
31 mMore = more;
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
H A DBinaryDictInputOutput.java555 * @param more whether there are more attributes after this one.
560 private static final int makeAttributeFlags(final boolean more, final int offset, argument
562 int bigramFlags = (more ? FLAG_ATTRIBUTE_HAS_NEXT : 0)
584 * This can be an empty map, but the more is inside the faster the lookups will be. It can
631 boolean more = remainingBigrams > 1;
635 int bigramFlags = makeAttributeFlags(more, offset, bigram.mFrequency);
820 boolean more = true;
821 while (more) {
824 more
[all...]

Completed in 67 milliseconds