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

/external/icu/icu4c/source/test/intltest/
H A Dreptest.cpp41 class TestReplaceable : public Replaceable { class in inherits:Replaceable
56 TestReplaceable (const UnicodeString& text, function in class:TestReplaceable
75 return new TestReplaceable(chars, styles);
78 ~TestReplaceable(void) {}
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, "");
292 TestReplaceable *tr
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DReplaceableTest.java41 TestReplaceable tr = new TestReplaceable(test, null);
78 static class TestReplaceable implements Replaceable { class in class:ReplaceableTest
86 TestReplaceable (String text, String styles) { method in class:ReplaceableTest.TestReplaceable
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DReplaceableTest.java40 TestReplaceable tr = new TestReplaceable(test, null);
77 static class TestReplaceable implements Replaceable { class in class:ReplaceableTest
85 TestReplaceable (String text, String styles) { method in class:ReplaceableTest.TestReplaceable

Completed in 1240 milliseconds