Searched refs:testAttributedCharacterIterator (Results 1 - 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DAttributedStringTest.java49 assertNotNull(new AttributedString(new testAttributedCharacterIterator()));
56 assertNotNull(new AttributedString(new testAttributedCharacterIterator(), 0, 0));
59 private class testAttributedCharacterIterator implements AttributedCharacterIterator { class in class:AttributedStringTest
H A DDecimalFormatTest.java53 public void testAttributedCharacterIterator() throws Exception { method in class:DecimalFormatTest
/libcore/luni/src/test/java/libcore/java/text/
H A DOldAttributedStringTest.java69 new AttributedString(new testAttributedCharacterIterator(), 0, 0);
76 new AttributedString(new testAttributedCharacterIterator(), -1, 0);
84 new AttributedString(new testAttributedCharacterIterator(), 0, -1);
117 new AttributedString(new testAttributedCharacterIterator(), 0, 0,
125 new AttributedString(new testAttributedCharacterIterator(), -1, 0,
134 new AttributedString(new testAttributedCharacterIterator(), 0, -1,
145 new AttributedString(new testAttributedCharacterIterator(), 0, 0,
204 private class testAttributedCharacterIterator implements class in class:OldAttributedStringTest

Completed in 258 milliseconds