Home
last modified time | relevance | path

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

/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/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1728 boolean isIllegalCombiningDotLeadCharacterNoLookup(int cp) { in isIllegalCombiningDotLeadCharacterNoLookup() method in SpoofChecker.Builder.ConfusabledataBuilder
1734 if (isIllegalCombiningDotLeadCharacterNoLookup(cp)) { in isIllegalCombiningDotLeadCharacter()
1740 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()