Home
last modified time | relevance | path

Searched refs:BytesDictionaryMatcher (Results 1 – 15 of 15) sorted by relevance

/third_party/icu/icu4c/source/common/
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()
Ddictionarydata.h118 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher {
123 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) in BytesDictionaryMatcher() function
125 virtual ~BytesDictionaryMatcher();
Dbrkeng.cpp281 m = new BytesDictionaryMatcher(characters, transform, file); in loadDictionaryMatcherFor()
/third_party/node/deps/icu-small/source/common/
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()
Ddictionarydata.h118 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher {
123 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) in BytesDictionaryMatcher() function
125 virtual ~BytesDictionaryMatcher();
Dbrkeng.cpp282 m = new BytesDictionaryMatcher(characters, transform, file); in loadDictionaryMatcherFor()
/third_party/skia/third_party/externals/icu/source/common/
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()
Ddictionarydata.h118 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher {
123 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) in BytesDictionaryMatcher() function
125 virtual ~BytesDictionaryMatcher();
Dbrkeng.cpp261 m = new BytesDictionaryMatcher(characters, transform, file); in loadDictionaryMatcherFor()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBytesDictionaryMatcher.java18 class BytesDictionaryMatcher extends DictionaryMatcher { class
22 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher() method in BytesDictionaryMatcher
DDictionaryData.java71 m = new BytesDictionaryMatcher(data, transform); in loadDictionaryFor()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
DBytesDictionaryMatcher.java18 class BytesDictionaryMatcher extends DictionaryMatcher { class
22 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher() method in BytesDictionaryMatcher
DDictionaryData.java70 m = new BytesDictionaryMatcher(data, transform); in loadDictionaryFor()
/third_party/icu/ohos_icu4j/
DBUILD.gn379 "src/main/java/ohos/global/icu/text/BytesDictionaryMatcher.java",
/third_party/icu/icu4j/
Dcoverage-exclusion.txt740 com/ibm/icu/text/BytesDictionaryMatcher#getType:()I