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

  /external/chromium_org/third_party/icu/source/test/intltest/
reptest.cpp 39 class TestReplaceable : public Replaceable {
54 TestReplaceable (const UnicodeString& text,
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 *tr2 = (TestReplaceable *)tr->clone()
    [all...]
  /external/icu/icu4c/source/test/intltest/
reptest.cpp 39 class TestReplaceable : public Replaceable {
54 TestReplaceable (const UnicodeString& text,
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 *tr2 = (TestReplaceable *)tr->clone()
    [all...]

Completed in 80 milliseconds