HomeSort by relevance Sort by last modified time
    Searched refs:longestMatch (Results 1 - 2 of 2) sorted by null

  /external/yaffs2/yaffs2/direct/
yaffsfs.c 156 int longestMatch = -1;
178 (thisMatchLength > longestMatch))
183 longestMatch = thisMatchLength;
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 293 TrieNode match = longestMatch(getResources().getSmileys(), this, nextChar,
316 TrieNode match = longestMatch(getResources().getAcronyms(), this, nextChar);
    [all...]

Completed in 159 milliseconds