HomeSort by relevance Sort by last modified time
    Searched refs:TestAttributedCharacterIteratorAttribute (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorAttributeTest.java 51 private class TestAttributedCharacterIteratorAttribute extends
55 public TestAttributedCharacterIteratorAttribute(String name) {
87 TestAttributedCharacterIteratorAttribute mac3 = new TestAttributedCharacterIteratorAttribute(
121 TestAttributedCharacterIteratorAttribute mac2 = new TestAttributedCharacterIteratorAttribute(
204 TestAttributedCharacterIteratorAttribute mac2 = new TestAttributedCharacterIteratorAttribute(
208 + "$TestAttributedCharacterIteratorAttribute(test1)");
OldAttributedStringTest.java 144 attributes[0] = new TestAttributedCharacterIteratorAttribute("test");
186 whm.put(new TestAttributedCharacterIteratorAttribute("test"),
195 private class TestAttributedCharacterIteratorAttribute extends
199 public TestAttributedCharacterIteratorAttribute(String name) {
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("att3")
    [all...]

Completed in 1445 milliseconds