Searched defs:DictionaryMatcher (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Ddictionarydata.h67 class U_COMMON_API DictionaryMatcher : public UMemory { class in inherits:UMemory
69 virtual ~DictionaryMatcher();
77 // Implementation of the DictionaryMatcher interface for a UCharsTrie dictionary
78 class U_COMMON_API UCharsDictionaryMatcher : public DictionaryMatcher {
92 // Implementation of the DictionaryMatcher interface for a BytesTrie dictionary
93 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher {
H A Ddictionarydata.cpp27 DictionaryMatcher::~DictionaryMatcher() {

Completed in 125 milliseconds