Searched refs:getAugmentedScriptSet (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.h | 80 static void getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status);
|
D | uspoof_impl.cpp | 251 void SpoofImpl::getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status) { in getAugmentedScriptSet() function in SpoofImpl 297 getAugmentedScriptSet(codePoint, temp, status); in getResolvedScriptSetWithout()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 1549 private static void getAugmentedScriptSet(int codePoint, ScriptSet result) { in getAugmentedScriptSet() method in SpoofChecker.Builder.ConfusabledataBuilder 1598 getAugmentedScriptSet(codePoint, temp); in getResolvedScriptSetWithout()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SpoofChecker.java | 1487 private static void getAugmentedScriptSet(int codePoint, ScriptSet result) { in getAugmentedScriptSet() method in SpoofChecker.Builder.ConfusabledataBuilder 1536 getAugmentedScriptSet(codePoint, temp); in getResolvedScriptSetWithout()
|