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

  /external/icu/icu4c/source/common/
dictionarydata.h 102 class U_COMMON_API UCharsDictionaryMatcher : public DictionaryMatcher {
104 // constructs a new UCharsDictionaryMatcher.
106 UCharsDictionaryMatcher(const UChar *c, UDataMemory *f) : characters(c), file(f) { }
107 virtual ~UCharsDictionaryMatcher();
dictionarydata.cpp 37 UCharsDictionaryMatcher::~UCharsDictionaryMatcher() {
41 int32_t UCharsDictionaryMatcher::getType() const {
45 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit,
brkeng.cpp 284 m = new UCharsDictionaryMatcher(characters, file);

Completed in 367 milliseconds