Home | History | Annotate | Download | only in contacts

Lines Matching defs:ellipsis

8015             String ellipsis = args != null && args.length > 2 ? args[2]
8021 sb, filter, true, startMatch, endMatch, ellipsis, maxTokens, deferSnippeting);
8028 boolean snippetNeeded, String startMatch, String endMatch, String ellipsis,
8075 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens);
8110 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens);
8130 appendSnippetFunction(sb, startMatch, endMatch, ellipsis, maxTokens);
8186 StringBuilder sb, String startMatch, String endMatch, String ellipsis, int maxTokens) {
8192 DatabaseUtils.appendEscapedSQLString(sb, ellipsis);