Searched defs:TestReplaceable (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dreptest.cpp39 class TestReplaceable : public Replaceable { class in inherits:Replaceable
54 TestReplaceable (const UnicodeString& text, function in class:TestReplaceable
73 return new TestReplaceable(chars, styles);
76 ~TestReplaceable(void) {}
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, "");
290 TestReplaceable *tr
[all...]

Completed in 49 milliseconds