Home
last modified time | relevance | path

Searched refs:isIllegalCombiningDotLeadCharacterNoLookup (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp387 static inline bool isIllegalCombiningDotLeadCharacterNoLookup(UChar32 cp) { in isIllegalCombiningDotLeadCharacterNoLookup() function
393 if (isIllegalCombiningDotLeadCharacterNoLookup(cp)) { in isIllegalCombiningDotLeadCharacter()
399 if (finalCp != cp && isIllegalCombiningDotLeadCharacterNoLookup(finalCp)) { in isIllegalCombiningDotLeadCharacter()
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp387 static inline bool isIllegalCombiningDotLeadCharacterNoLookup(UChar32 cp) { in isIllegalCombiningDotLeadCharacterNoLookup() function
393 if (isIllegalCombiningDotLeadCharacterNoLookup(cp)) { in isIllegalCombiningDotLeadCharacter()
399 if (finalCp != cp && isIllegalCombiningDotLeadCharacterNoLookup(finalCp)) { in isIllegalCombiningDotLeadCharacter()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp399 static inline bool isIllegalCombiningDotLeadCharacterNoLookup(UChar32 cp) { in isIllegalCombiningDotLeadCharacterNoLookup() function
405 if (isIllegalCombiningDotLeadCharacterNoLookup(cp)) { in isIllegalCombiningDotLeadCharacter()
411 if (finalCp != cp && isIllegalCombiningDotLeadCharacterNoLookup(finalCp)) { in isIllegalCombiningDotLeadCharacter()
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp387 static inline bool isIllegalCombiningDotLeadCharacterNoLookup(UChar32 cp) { in isIllegalCombiningDotLeadCharacterNoLookup() function
393 if (isIllegalCombiningDotLeadCharacterNoLookup(cp)) { in isIllegalCombiningDotLeadCharacter()
399 if (finalCp != cp && isIllegalCombiningDotLeadCharacterNoLookup(finalCp)) { in isIllegalCombiningDotLeadCharacter()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1724 boolean isIllegalCombiningDotLeadCharacterNoLookup(int cp) { in isIllegalCombiningDotLeadCharacterNoLookup() method in SpoofChecker.Builder.ConfusabledataBuilder
1730 if (isIllegalCombiningDotLeadCharacterNoLookup(cp)) { in isIllegalCombiningDotLeadCharacter()
1736 if (finalCp != cp && isIllegalCombiningDotLeadCharacterNoLookup(finalCp)) { in isIllegalCombiningDotLeadCharacter()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSpoofChecker.java1655 boolean isIllegalCombiningDotLeadCharacterNoLookup(int cp) { in isIllegalCombiningDotLeadCharacterNoLookup() method in SpoofChecker.Builder.ConfusabledataBuilder
1661 if (isIllegalCombiningDotLeadCharacterNoLookup(cp)) { in isIllegalCombiningDotLeadCharacter()
1667 if (finalCp != cp && isIllegalCombiningDotLeadCharacterNoLookup(finalCp)) { in isIllegalCombiningDotLeadCharacter()