Home | History | Annotate | Download | only in i18n

Lines Matching refs:cpd

1169     const CompoundTransliterator* cpd = dynamic_cast<const CompoundTransliterator*>(this);
1170 int32_t n = (cpd == NULL) ? 1 : cpd->getCount();
1175 return (n == 1) ? *this : cpd->getTransliterator(index);