Home | History | Annotate | Download | only in util

Lines Matching refs:longestMatch

293     TrieNode match = longestMatch(getResources().getSmileys(), this, nextChar,
316 TrieNode match = longestMatch(getResources().getAcronyms(), this, nextChar);
1398 private static TrieNode longestMatch(
1400 return longestMatch(root, p, start, false);
1408 private static TrieNode longestMatch(