Searched refs:codePointAndLengthToKey (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uspoof_impl.h | 185 inline static int32_t codePointAndLengthToKey(UChar32 codePoint, int32_t length) { in codePointAndLengthToKey() function
|
D | uspoof_conf.cpp | 383 int32_t key = ConfusableDataUtils::codePointAndLengthToKey(keyChar, in build()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uspoof_impl.h | 186 inline static int32_t codePointAndLengthToKey(UChar32 codePoint, int32_t length) { in codePointAndLengthToKey() function
|
D | uspoof_conf.cpp | 382 int32_t key = ConfusableDataUtils::codePointAndLengthToKey(keyChar, in build()
|
/third_party/icu/icu4c/source/i18n/ |
D | uspoof_impl.h | 186 inline static int32_t codePointAndLengthToKey(UChar32 codePoint, int32_t length) { in codePointAndLengthToKey() function
|
D | uspoof_conf.cpp | 382 int32_t key = ConfusableDataUtils::codePointAndLengthToKey(keyChar, in build()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 1006 … int key = ConfusableDataUtils.codePointAndLengthToKey(keyChar, targetMapping.fStr.length()); in build() 1803 public static final int codePointAndLengthToKey(int codePoint, int length) { in codePointAndLengthToKey() method in SpoofChecker.Builder.ConfusabledataBuilder.ConfusableDataUtils
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | SpoofChecker.java | 954 … int key = ConfusableDataUtils.codePointAndLengthToKey(keyChar, targetMapping.fStr.length()); in build() 1730 public static final int codePointAndLengthToKey(int codePoint, int length) { in codePointAndLengthToKey() method in SpoofChecker.Builder.ConfusabledataBuilder.ConfusableDataUtils
|