/third_party/icu/icu4c/source/common/ |
D | dictionarydata.cpp | 89 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()
|
D | dictionarydata.h | 118 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher { 123 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) in BytesDictionaryMatcher() function 125 virtual ~BytesDictionaryMatcher();
|
D | brkeng.cpp | 281 m = new BytesDictionaryMatcher(characters, transform, file); in loadDictionaryMatcherFor()
|
/third_party/node/deps/icu-small/source/common/ |
D | dictionarydata.cpp | 89 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()
|
D | dictionarydata.h | 118 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher { 123 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) in BytesDictionaryMatcher() function 125 virtual ~BytesDictionaryMatcher();
|
D | brkeng.cpp | 282 m = new BytesDictionaryMatcher(characters, transform, file); in loadDictionaryMatcherFor()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | dictionarydata.cpp | 89 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()
|
D | dictionarydata.h | 118 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher { 123 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) in BytesDictionaryMatcher() function 125 virtual ~BytesDictionaryMatcher();
|
D | brkeng.cpp | 261 m = new BytesDictionaryMatcher(characters, transform, file); in loadDictionaryMatcherFor()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BytesDictionaryMatcher.java | 18 class BytesDictionaryMatcher extends DictionaryMatcher { class 22 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher() method in BytesDictionaryMatcher
|
D | DictionaryData.java | 71 m = new BytesDictionaryMatcher(data, transform); in loadDictionaryFor()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
D | BytesDictionaryMatcher.java | 18 class BytesDictionaryMatcher extends DictionaryMatcher { class 22 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher() method in BytesDictionaryMatcher
|
D | DictionaryData.java | 70 m = new BytesDictionaryMatcher(data, transform); in loadDictionaryFor()
|
/third_party/icu/ohos_icu4j/ |
D | BUILD.gn | 379 "src/main/java/ohos/global/icu/text/BytesDictionaryMatcher.java",
|
/third_party/icu/icu4j/ |
D | coverage-exclusion.txt | 740 com/ibm/icu/text/BytesDictionaryMatcher#getType:()I
|