Searched refs:tempSet (Results 1 – 1 of 1) sorted by relevance
317 UnicodeSet tempSet; in setAllowedLocales() local318 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_COMMON, status); in setAllowedLocales()319 allowedChars.addAll(tempSet); in setAllowedLocales()320 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_INHERITED, status); in setAllowedLocales()321 allowedChars.addAll(tempSet); in setAllowedLocales()