Home
last modified time | relevance | path

Searched refs:longestMatch (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java295 TrieNode match = longestMatch(getResources().getSmileys(), this, nextChar, in parseSmiley()
318 TrieNode match = longestMatch(getResources().getAcronyms(), this, nextChar); in parseAcronym()
1411 private static TrieNode longestMatch( in longestMatch() method in AbstractMessageParser
1413 return longestMatch(root, p, start, false); in longestMatch()
1421 private static TrieNode longestMatch( in longestMatch() method in AbstractMessageParser