Home
last modified time | relevance | path

Searched refs:tempSet (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp195 UnicodeSet tempSet; in setAllowedLocales() local
196 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_COMMON, status); in setAllowedLocales()
197 allowedChars.addAll(tempSet); in setAllowedLocales()
198 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_INHERITED, status); in setAllowedLocales()
199 allowedChars.addAll(tempSet); in setAllowedLocales()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java681 UnicodeSet tempSet = new UnicodeSet(); in setAllowedLocales() local
682 tempSet.applyIntPropertyValue(UProperty.SCRIPT, UScript.COMMON); in setAllowedLocales()
683 fAllowedCharsSet.addAll(tempSet); in setAllowedLocales()
684 tempSet.applyIntPropertyValue(UProperty.SCRIPT, UScript.INHERITED); in setAllowedLocales()
685 fAllowedCharsSet.addAll(tempSet); in setAllowedLocales()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java642 UnicodeSet tempSet = new UnicodeSet(); in setAllowedLocales() local
643 tempSet.applyIntPropertyValue(UProperty.SCRIPT, UScript.COMMON); in setAllowedLocales()
644 fAllowedCharsSet.addAll(tempSet); in setAllowedLocales()
645 tempSet.applyIntPropertyValue(UProperty.SCRIPT, UScript.INHERITED); in setAllowedLocales()
646 fAllowedCharsSet.addAll(tempSet); in setAllowedLocales()