Searched defs:getAugmentedScriptSet (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp251 void SpoofImpl::getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status) { function in class:SpoofImpl
297 getAugmentedScriptSet(codePoint, temp, status);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSpoofChecker.java1487 private static void getAugmentedScriptSet(int codePoint, ScriptSet result) { method in class:SpoofChecker
1536 getAugmentedScriptSet(codePoint, temp);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java1549 private static void getAugmentedScriptSet(int codePoint, ScriptSet result) { method in class:SpoofChecker
1598 getAugmentedScriptSet(codePoint, temp);

Completed in 220 milliseconds