Home
last modified time | relevance | path

Searched refs:ct4 (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcpdtrtst.cpp200 CompoundTransliterator *ct4=new CompoundTransliterator("Latin-Devanagari", parseError, status); in TestGetCount() local
201 CompoundTransliterator *ct5=new CompoundTransliterator(*ct4); in TestGetCount()
209 ct4->getCount() != ct5->getCount() || ct4->getCount() == ct1->getCount() || in TestGetCount()
210 ct4->getCount() == ct2->getCount() || ct4->getCount() == ct3->getCount() || in TestGetCount()
233 delete ct4; in TestGetCount()