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

  /external/chromium_org/third_party/icu/source/common/
dictionarydata.h 78 class U_COMMON_API UCharsDictionaryMatcher : public DictionaryMatcher {
80 // constructs a new UCharsDictionaryMatcher.
82 UCharsDictionaryMatcher(const UChar *c, UDataMemory *f) : characters(c), file(f) { }
83 virtual ~UCharsDictionaryMatcher();
dictionarydata.cpp 35 UCharsDictionaryMatcher::~UCharsDictionaryMatcher() {
39 int32_t UCharsDictionaryMatcher::getType() const {
43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const {
  /external/icu/icu4c/source/common/
dictionarydata.h 78 class U_COMMON_API UCharsDictionaryMatcher : public DictionaryMatcher {
80 // constructs a new UCharsDictionaryMatcher.
82 UCharsDictionaryMatcher(const UChar *c, UDataMemory *f) : characters(c), file(f) { }
83 virtual ~UCharsDictionaryMatcher();
dictionarydata.cpp 35 UCharsDictionaryMatcher::~UCharsDictionaryMatcher() {
39 int32_t UCharsDictionaryMatcher::getType() const {
43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const {

Completed in 382 milliseconds