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

  /external/chromium_org/third_party/icu/source/common/
dictbe.h 19 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);
201 * TrieWordDictionary with costs associated with each word and
215 const TrieWordDictionary *fDictionary;
222 * @param adoptDictionary A TrieWordDictionary to adopt. Deleted when the
223 * engine is deleted. The TrieWordDictionary must contain costs for each word
226 CjkBreakEngine(const TrieWordDictionary *adoptDictionary, LanguageType type, UErrorCode &status)
    [all...]
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 {
dictbe.cpp 125 int candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd );
151 PossibleWord::candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd ) {
217 ThaiBreakEngine::ThaiBreakEngine(const TrieWordDictionary *adoptDictionary, UErrorCode &status)
433 CjkBreakEngine::CjkBreakEngine(const TrieWordDictionary *adoptDictionary, LanguageType type, UErrorCode &status)
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 208 milliseconds