Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java372 skipAttribute(); in skipAttributes()
377 private void skipAttribute() in skipAttribute() method in LibraryClassReader
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java810 if (skipAttribute(element, attribute, value)) continue; in writeAttributes()
811 if (skipAttribute("*", attribute, value)) continue; in writeAttributes()
824 private boolean skipAttribute(String element, String attribute, String value) { in skipAttribute() method in XPathParts.Element