Home
last modified time | relevance | path

Searched defs:collectValueAttribute (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/api/
DCldrPaths.java381 BiConsumer<AttributeKey, String> collectValueAttribute) { in processPathAttributes()
392 attributeMap.entrySet().stream(), elementName, collectValueAttribute, dtdType) in processPathAttributes() local
400 BiConsumer<AttributeKey, String> collectValueAttribute, in processAttributes()