Searched refs:commonPrefixLength (Results 1 – 1 of 1) sorted by relevance
108 int commonPrefixLength = getCommonPrefixLength(prevQuery, currQuery); in getQueryCorrectionType() local111 if (commonPrefixLength <= prevQuery.length() - QUERY_ABANDONMENT_BACKSPACE_COUNT) { in getQueryCorrectionType()