OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adoptFilter
(Results
1 - 9
of
9
) sorted by null
/external/icu4c/i18n/
remtrans.cpp
51
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
287
((Transliterator*) trans)->
adoptFilter
(filter);
tridpars.cpp
86
t->
adoptFilter
(set);
transreg.cpp
112
t->
adoptFilter
((UnicodeSet*)compoundFilter->clone());
[
all
...]
/external/icu4c/i18n/unicode/
translit.h
[
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
687
hex->
adoptFilter
(new TestFilter());
[
all
...]
Completed in 222 milliseconds