Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dreptest.cpp41 class TestReplaceable : public Replaceable { class
56 TestReplaceable (const UnicodeString& text, in TestReplaceable() function in TestReplaceable
75 return new TestReplaceable(chars, styles); in clone()
78 ~TestReplaceable(void) {} in ~TestReplaceable()
162 const char TestReplaceable::fgClassID=0;
164 const UChar TestReplaceable::NO_STYLE = 0x005F;
166 const UChar TestReplaceable::NO_STYLE_MARK = 0xFFFF;
279 TestReplaceable *tr = new TestReplaceable(test, ""); in check()
292 TestReplaceable *tr2 = (TestReplaceable *)tr->clone(); in check()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DReplaceableTest.java48 TestReplaceable tr = new TestReplaceable(test, null); in check()
85 static class TestReplaceable implements Replaceable { class in ReplaceableTest
93 TestReplaceable (String text, String styles) { in TestReplaceable() method in ReplaceableTest.TestReplaceable
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DReplaceableTest.java45 TestReplaceable tr = new TestReplaceable(test, null); in check()
82 static class TestReplaceable implements Replaceable { class in ReplaceableTest
90 TestReplaceable (String text, String styles) { in TestReplaceable() method in ReplaceableTest.TestReplaceable