Searched refs:TestReplaceable (Results 1 – 3 of 3) sorted by relevance
39 class TestReplaceable : public Replaceable { class54 TestReplaceable (const UnicodeString& text, in TestReplaceable() function in TestReplaceable73 return new TestReplaceable(chars, styles); in clone()76 ~TestReplaceable(void) {} in ~TestReplaceable()160 const char TestReplaceable::fgClassID=0;162 const UChar TestReplaceable::NO_STYLE = 0x005F;164 const UChar TestReplaceable::NO_STYLE_MARK = 0xFFFF;277 TestReplaceable *tr = new TestReplaceable(test, ""); in check()290 TestReplaceable *tr2 = (TestReplaceable *)tr->clone(); in check()
42 TestReplaceable tr = new TestReplaceable(test, null); in check()79 static class TestReplaceable implements Replaceable { class in ReplaceableTest87 TestReplaceable (String text, String styles) { in TestReplaceable() method in ReplaceableTest.TestReplaceable
46 TestReplaceable tr = new TestReplaceable(test, null); in check()83 static class TestReplaceable implements Replaceable { class in ReplaceableTest91 TestReplaceable (String text, String styles) { in TestReplaceable() method in ReplaceableTest.TestReplaceable