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

  /external/icu4c/i18n/
remtrans.cpp 51 result->adoptFilter((UnicodeFilter*)(getFilter()->clone()));
utrans.cpp 287 ((Transliterator*) trans)->adoptFilter(filter);
translit.cpp 176 adoptFilter((other.filter == 0) ? 0 : (UnicodeFilter*) other.filter->clone());
    [all...]
cpdtrans.cpp 173 adoptFilter(compoundFilter);
tridpars.cpp 86 t->adoptFilter(set);
transreg.cpp 112 t->adoptFilter((UnicodeSet*)compoundFilter->clone());
    [all...]
  /external/icu4c/test/intltest/
transapi.cpp 794 t->adoptFilter(new TestFilter1);
799 message="transliteration after adoptFilter(a,A,c,C) ";
803 t->adoptFilter((UnicodeFilter*)u);
805 logln("OK: adoptFilter and getFilter round trip worked");
807 errln("FAIL: adoptFilter or getFilter round trip failed");
814 message="adoptFilter round trip";
815 doTest("adoptFilter round trip", got, temp);
817 t->adoptFilter(new TestFilter2);
    [all...]
transtst.cpp 681 hex->adoptFilter(new TestFilter());
    [all...]
  /external/icu4c/i18n/unicode/
translit.h     [all...]

Completed in 912 milliseconds