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

  /external/icu/icu4c/source/i18n/
remtrans.cpp 54 result->adoptFilter((UnicodeFilter*)(getFilter()->clone()));
translit.cpp 178 adoptFilter((other.filter == 0) ? 0 : (UnicodeFilter*) other.filter->clone());
    [all...]
cpdtrans.cpp 173 adoptFilter(compoundFilter);
utrans.cpp 290 ((Transliterator*) trans)->adoptFilter(filter);
tridpars.cpp 91 t->adoptFilter(set);
transreg.cpp 134 t->adoptFilter((UnicodeSet*)compoundFilter->clone());
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
translit.h     [all...]
  /external/icu/icu4c/source/test/intltest/
transapi.cpp 797 t->adoptFilter(new TestFilter1);
802 message="transliteration after adoptFilter(a,A,c,C) ";
806 t->adoptFilter((UnicodeFilter*)u);
808 logln("OK: adoptFilter and getFilter round trip worked");
810 errln("FAIL: adoptFilter or getFilter round trip failed");
817 message="adoptFilter round trip";
818 doTest("adoptFilter round trip", got, temp);
820 t->adoptFilter(new TestFilter2);
    [all...]
transtst.cpp 690 hex->adoptFilter(new TestFilter());
    [all...]

Completed in 373 milliseconds