Home
last modified time | relevance | path

Searched refs:BytesDictionaryMatcher (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ddictionarydata.cpp89 BytesDictionaryMatcher::~BytesDictionaryMatcher() { in ~BytesDictionaryMatcher()
93 UChar32 BytesDictionaryMatcher::transform(UChar32 c) const { in transform()
109 int32_t BytesDictionaryMatcher::getType() const { in getType()
113 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches()
H A Ddictionarydata.h118 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher { class
123 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) in BytesDictionaryMatcher() function in BytesDictionaryMatcher
125 virtual ~BytesDictionaryMatcher();
H A Dbrkeng.cpp281 m = new BytesDictionaryMatcher(characters, transform, file); in loadDictionaryMatcherFor()
/third_party/node/deps/icu-small/source/common/
H A Ddictionarydata.cpp89 BytesDictionaryMatcher::~BytesDictionaryMatcher() { in ~BytesDictionaryMatcher()
93 UChar32 BytesDictionaryMatcher::transform(UChar32 c) const { in transform()
109 int32_t BytesDictionaryMatcher::getType() const { in getType()
113 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches()
H A Ddictionarydata.h118 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher { class
123 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) in BytesDictionaryMatcher() function in BytesDictionaryMatcher
125 virtual ~BytesDictionaryMatcher();
H A Dbrkeng.cpp282 m = new BytesDictionaryMatcher(characters, transform, file); in loadDictionaryMatcherFor()
/third_party/skia/third_party/externals/icu/source/common/
H A Ddictionarydata.cpp89 BytesDictionaryMatcher::~BytesDictionaryMatcher() { in ~BytesDictionaryMatcher()
93 UChar32 BytesDictionaryMatcher::transform(UChar32 c) const { in transform()
109 int32_t BytesDictionaryMatcher::getType() const { in getType()
113 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches()
H A Ddictionarydata.h118 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher { class
123 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) in BytesDictionaryMatcher() function in BytesDictionaryMatcher
125 virtual ~BytesDictionaryMatcher();
H A Dbrkeng.cpp261 m = new BytesDictionaryMatcher(characters, transform, file); in loadDictionaryMatcherFor()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DBytesDictionaryMatcher.java18 class BytesDictionaryMatcher extends DictionaryMatcher { class
22 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher() method in BytesDictionaryMatcher
H A DDictionaryData.java70 m = new BytesDictionaryMatcher(data, transform); in loadDictionaryFor()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBytesDictionaryMatcher.java18 class BytesDictionaryMatcher extends DictionaryMatcher { class
22 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher() method in BytesDictionaryMatcher
H A DDictionaryData.java71 m = new BytesDictionaryMatcher(data, transform); in loadDictionaryFor()

Completed in 6 milliseconds