Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java392 Set<String> actualAttributes = remove_q(elementToAttributes in checkNodeData()
394 Set<String> attributesAlwaysFound = remove_q(data.elementToAttributesAlwaysFound in checkNodeData()
484 private Set<String> remove_q(Set<String> actualAttributes) { in remove_q() method in TestDTDAttributes