HomeSort by relevance Sort by last modified time
    Searched defs:TrieWordDictionary (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/common/
triedict.h 52 * TrieWordDictionary
56 * <p>TrieWordDictionary is an abstract class that represents a word
60 class U_COMMON_API TrieWordDictionary : public UMemory {
67 TrieWordDictionary();
72 virtual ~TrieWordDictionary();
114 * <p>MutableTrieDictionary is a TrieWordDictionary that allows words to be
120 class U_COMMON_API MutableTrieDictionary : public TrieWordDictionary {
270 * <p>CompactTrieDictionary is a TrieWordDictionary that has been compacted
273 class U_COMMON_API CompactTrieDictionary : public TrieWordDictionary {
triedict.cpp 41 * TrieWordDictionary
44 TrieWordDictionary::TrieWordDictionary() {
47 TrieWordDictionary::~TrieWordDictionary() {
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 74 milliseconds