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

  /external/chromium_org/third_party/icu/source/common/
dictionarydata.h 93 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher {
98 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f)
100 virtual ~BytesDictionaryMatcher();
dictionarydata.cpp 83 BytesDictionaryMatcher::~BytesDictionaryMatcher() {
87 UChar32 BytesDictionaryMatcher::transform(UChar32 c) const {
103 int32_t BytesDictionaryMatcher::getType() const {
107 int32_t BytesDictionaryMatcher::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 93 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher {
98 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f)
100 virtual ~BytesDictionaryMatcher();
dictionarydata.cpp 83 BytesDictionaryMatcher::~BytesDictionaryMatcher() {
87 UChar32 BytesDictionaryMatcher::transform(UChar32 c) const {
103 int32_t BytesDictionaryMatcher::getType() const {
107 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const {
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 91 milliseconds