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

  /external/icu4c/i18n/
transreg.h 47 TransliteratorAlias(const UnicodeString& aliasID, const UnicodeSet* compoundFilter);
54 const UnicodeSet* compoundFilter);
105 // where the contained RBT goes. compoundFilter is the
113 const UnicodeSet* compoundFilter; // alias
transreg.cpp 66 compoundFilter(cpdFilter),
78 compoundFilter(cpdFilter),
89 compoundFilter(0),
111 if (compoundFilter != 0)
112 t->adoptFilter((UnicodeSet*)compoundFilter->clone());
154 (compoundFilter ? (UnicodeSet*)(compoundFilter->clone()) : 0),
437 UnicodeSet* compoundFilter; // For COMPOUND_RBT
461 compoundFilter = NULL;
481 delete compoundFilter;
    [all...]
cpdtrans.cpp 159 UnicodeSet* compoundFilter = NULL;
162 regenID, list, compoundFilter)) {
164 delete compoundFilter;
172 if (compoundFilter != NULL) {
173 adoptFilter(compoundFilter);
rbt_pars.h 53 UnicodeSet* compoundFilter;
153 * owns the 'data' and 'compoundFilter' data members after this
rbt_pars.cpp 829 compoundFilter = NULL;
840 delete compoundFilter;
861 UnicodeSet* f = compoundFilter;
862 compoundFilter = NULL;
901 delete compoundFilter
    [all...]
rbt.cpp 47 parser.compoundFilter != NULL ||
translit.cpp     [all...]

Completed in 1856 milliseconds