Searched refs:tempSet (Results 1 – 2 of 2) sorted by relevance
322 UnicodeSet tempSet; in setAllowedLocales() local323 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_COMMON, status); in setAllowedLocales()324 allowedChars.addAll(tempSet); in setAllowedLocales()325 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_INHERITED, status); in setAllowedLocales()326 allowedChars.addAll(tempSet); in setAllowedLocales()