Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DDeriveScripts.java55 final String suppressValue = entry.getValue().get(LstrField.Suppress_Script);
56 if (suppressValue != null) {
67 suppress.put(langCode, suppressValue); in suppress.put() argument
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java828 Object suppressValue = attribute_value.get(attribute); in skipAttribute() local
829 if (suppressValue == null) suppressValue = attribute_value.get("*"); in skipAttribute()
830 if (suppressValue != null) { in skipAttribute()
831 if (value.equals(suppressValue) || suppressValue.equals("*")) skip = true; in skipAttribute()