Searched refs:TrieWordDictionary (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/
H A Ddictbe.h19 class TrieWordDictionary;
138 * TrieWordDictionary and heuristics to determine Thai-specific breaks.</p>
155 const TrieWordDictionary *fDictionary;
162 * @param adoptDictionary A TrieWordDictionary to adopt. Deleted when the
165 ThaiBreakEngine(const TrieWordDictionary *adoptDictionary, UErrorCode &status);
196 * TrieWordDictionary and heuristics to determine Khmer-specific breaks.</p>
212 const TrieWordDictionary *fDictionary;
219 * @param adoptDictionary A TrieWordDictionary to adopt. Deleted when the
222 KhmerBreakEngine(const TrieWordDictionary *adoptDictionary, UErrorCode &status);
H A Dtriedict.h53 * TrieWordDictionary
57 * <p>TrieWordDictionary is an abstract class that represents a word
61 class U_COMMON_API TrieWordDictionary : public UMemory { class in inherits: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 {
H A Ddictbe.cpp122 int candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd );
148 PossibleWord::candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd ) {
214 ThaiBreakEngine::ThaiBreakEngine(const TrieWordDictionary *adoptDictionary, UErrorCode &status)
441 KhmerBreakEngine::KhmerBreakEngine(const TrieWordDictionary *adoptDictionary, UErrorCode &status)
H A Dtriedict.cpp35 * TrieWordDictionary
38 TrieWordDictionary::TrieWordDictionary() { function in class:TrieWordDictionary
41 TrieWordDictionary::~TrieWordDictionary() {
/external/icu4c/common/unicode/
H A Durename.h2224 #define TrieWordDictionary U_ICU_ENTRY_POINT_RENAME(TrieWordDictionary) macro

Completed in 329 milliseconds