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

/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java293 TrieNode match = longestMatch(getResources().getSmileys(), this, nextChar,
316 TrieNode match = longestMatch(getResources().getAcronyms(), this, nextChar);
1398 private static TrieNode longestMatch( method in class:AbstractMessageParser
1400 return longestMatch(root, p, start, false);
1408 private static TrieNode longestMatch( method in class:AbstractMessageParser

Completed in 106 milliseconds