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

  /external/icu4c/common/
triedict.h 53 * TrieWordDictionary
57 * <p>TrieWordDictionary is an abstract class that represents a word
61 class U_COMMON_API TrieWordDictionary : public UMemory {
68 TrieWordDictionary();
73 virtual ~TrieWordDictionary();
109 * <p>MutableTrieDictionary is a TrieWordDictionary that allows words to be
115 class U_COMMON_API MutableTrieDictionary : public TrieWordDictionary {
232 * <p>CompactTrieDictionary is a TrieWordDictionary that has been compacted
235 class U_COMMON_API CompactTrieDictionary : public TrieWordDictionary {
triedict.cpp 35 * TrieWordDictionary
38 TrieWordDictionary::TrieWordDictionary() {
41 TrieWordDictionary::~TrieWordDictionary() {
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 55 milliseconds