Home
last modified time | relevance | path

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

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