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

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

Completed in 285 milliseconds