Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/AttributedString/
DAttributedStringTest.java158 Set iteratorKeys = iterator.getAllAttributeKeys(); in checkIteratorAttributeKeys() local
159 if (iteratorKeys.size() != expectedKeys.length) { in checkIteratorAttributeKeys()
163 if (!iteratorKeys.contains(expectedKeys[i])) { in checkIteratorAttributeKeys()