Searched refs:TestAttributedCharacterIteratorAttribute (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/text/
H A DOldAttributedCharacterIteratorAttributeTest.java51 private class TestAttributedCharacterIteratorAttribute extends class in class:OldAttributedCharacterIteratorAttributeTest
55 public TestAttributedCharacterIteratorAttribute(String name) { method in class:OldAttributedCharacterIteratorAttributeTest.TestAttributedCharacterIteratorAttribute
87 TestAttributedCharacterIteratorAttribute mac3 = new TestAttributedCharacterIteratorAttribute(
121 TestAttributedCharacterIteratorAttribute mac2 = new TestAttributedCharacterIteratorAttribute(
204 TestAttributedCharacterIteratorAttribute mac2 = new TestAttributedCharacterIteratorAttribute(
208 + "$TestAttributedCharacterIteratorAttribute(test1)");
H A DOldAttributedStringTest.java144 attributes[0] = new TestAttributedCharacterIteratorAttribute("test");
186 whm.put(new TestAttributedCharacterIteratorAttribute("test"),
195 private class TestAttributedCharacterIteratorAttribute extends class in class:OldAttributedStringTest
199 public TestAttributedCharacterIteratorAttribute(String name) { method in class:OldAttributedStringTest.TestAttributedCharacterIteratorAttribute
365 whm.put(new TestAttributedCharacterIteratorAttribute("test1"),
367 whm.put(new TestAttributedCharacterIteratorAttribute("test2"),
369 whm.put(new TestAttributedCharacterIteratorAttribute("test3"),
420 aci[0] = new TestAttributedCharacterIteratorAttribute("att1");
421 aci[1] = new TestAttributedCharacterIteratorAttribute("att2");
422 aci[2] = new TestAttributedCharacterIteratorAttribute("att
[all...]

Completed in 63 milliseconds