Home | History | Annotate | Download | only in i18n

Lines Matching refs:cpd

1167     const CompoundTransliterator* cpd = dynamic_cast<const CompoundTransliterator*>(this);
1168 int32_t n = (cpd == NULL) ? 1 : cpd->getCount();
1173 return (n == 1) ? *this : cpd->getTransliterator(index);