Home
last modified time | relevance | path

Searched refs:skipSet (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java379 UnicodeSet skipSet = EmojiConstants.REM_SKIP_SET; in synthesize() local
403 skipSet = EmojiConstants.REM_GROUP_SKIP_SET; in synthesize()
407 skipSet = EmojiConstants.REM_GROUP_SKIP_SET; in synthesize()
412 skipSet = EmojiConstants.REM_GROUP_SKIP_SET; in synthesize()
416 skipSet = EmojiConstants.REM_GROUP_SKIP_SET; in synthesize()
422 return getBasePlusRemainder(cldrFile, code, rem, skipSet, startPattern, otherSource); in synthesize()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateSidewaysView.java723 static Set<String> skipSet = new HashSet<String>(Arrays.asList("draft", "alt")); field in GenerateSidewaysView
744 removeAttributes(parts, skipSet); in getValue()