Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp183 UnicodeSet tempSet; in setAllowedLocales() local
184 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_COMMON, status); in setAllowedLocales()
185 allowedChars.addAll(tempSet); in setAllowedLocales()
186 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_INHERITED, status); in setAllowedLocales()
187 allowedChars.addAll(tempSet); in setAllowedLocales()
/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp183 UnicodeSet tempSet; in setAllowedLocales() local
184 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_COMMON, status); in setAllowedLocales()
185 allowedChars.addAll(tempSet); in setAllowedLocales()
186 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_INHERITED, status); in setAllowedLocales()
187 allowedChars.addAll(tempSet); in setAllowedLocales()
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp183 UnicodeSet tempSet; in setAllowedLocales() local
184 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_COMMON, status); in setAllowedLocales()
185 allowedChars.addAll(tempSet); in setAllowedLocales()
186 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_INHERITED, status); in setAllowedLocales()
187 allowedChars.addAll(tempSet); in setAllowedLocales()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java717 UnicodeSet tempSet = new UnicodeSet(); in setAllowedLocales() local
718 tempSet.applyIntPropertyValue(UProperty.SCRIPT, UScript.COMMON); in setAllowedLocales()
719 fAllowedCharsSet.addAll(tempSet); in setAllowedLocales()
720 tempSet.applyIntPropertyValue(UProperty.SCRIPT, UScript.INHERITED); in setAllowedLocales()
721 fAllowedCharsSet.addAll(tempSet); in setAllowedLocales()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSpoofChecker.java667 UnicodeSet tempSet = new UnicodeSet(); in setAllowedLocales() local
668 tempSet.applyIntPropertyValue(UProperty.SCRIPT, UScript.COMMON); in setAllowedLocales()
669 fAllowedCharsSet.addAll(tempSet); in setAllowedLocales()
670 tempSet.applyIntPropertyValue(UProperty.SCRIPT, UScript.INHERITED); in setAllowedLocales()
671 fAllowedCharsSet.addAll(tempSet); in setAllowedLocales()