Searched refs:skipSet (Results 1 – 2 of 2) sorted by relevance
401 UnicodeSet skipSet = EmojiConstants.REM_SKIP_SET; in synthesize() local425 skipSet = EmojiConstants.REM_GROUP_SKIP_SET; in synthesize()429 skipSet = EmojiConstants.REM_GROUP_SKIP_SET; in synthesize()437 skipSet = EmojiConstants.REM_GROUP_SKIP_SET; in synthesize()441 skipSet = EmojiConstants.REM_GROUP_SKIP_SET; in synthesize()447 return getBasePlusRemainder(cldrFile, code, rem, skipSet, startPattern, otherSource); in synthesize()
716 static Set<String> skipSet = new HashSet<>(Arrays.asList("draft", "alt")); field in GenerateSidewaysView737 removeAttributes(parts, skipSet); in getValue()