Searched refs:matchIndex (Results 1 – 2 of 2) sorted by relevance
1745 private String snippetize(String line, int matchIndex, int maxLength) { in snippetize() argument1753 int index = matchIndex; in snippetize()1768 index = matchIndex - 1; in snippetize()1770 int startTokenIndex = matchIndex; in snippetize()
1276 int matchIndex = URI_MATCHER.match(uri); in insert() local1278 if (matchIndex == URI_PENDING_MSG) { in insert()1281 } else if (matchIndex == URI_CANONICAL_ADDRESS) { in insert()