Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dcpdtrtst.cpp118 …CompoundTransliterator *ct1=new CompoundTransliterator("Greek-Latin;Latin-Devanagari",parseError,… in TestCloneEqual() local
121 delete ct1; in TestCloneEqual()
127 delete ct1; in TestCloneEqual()
131 CompoundTransliterator *copyct1=new CompoundTransliterator(*ct1); in TestCloneEqual()
144 if(copyct1->getID() != ct1->getID() || copyct2->getID() != ct2->getID() || in TestCloneEqual()
145 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() || in TestCloneEqual()
146 copyct2->getID() == ct1->getID() || copyct1->getID() == ct2->getID() || in TestCloneEqual()
147 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){ in TestCloneEqual()
151 if(equalct1.getID() != ct1->getID() || equalct2.getID() != ct2->getID() || in TestCloneEqual()
153 equalct1.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() || in TestCloneEqual()
[all …]
/external/libxml2/
Drelaxng.c6188 xmlRelaxNGGroupContentType(xmlRelaxNGContentType ct1, in xmlRelaxNGGroupContentType() argument
6191 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) || in xmlRelaxNGGroupContentType()
6194 if (ct1 == XML_RELAXNG_CONTENT_EMPTY) in xmlRelaxNGGroupContentType()
6197 return (ct1); in xmlRelaxNGGroupContentType()
6198 if ((ct1 == XML_RELAXNG_CONTENT_COMPLEX) && in xmlRelaxNGGroupContentType()
6214 xmlRelaxNGMaxContentType(xmlRelaxNGContentType ct1, in xmlRelaxNGMaxContentType() argument
6217 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) || in xmlRelaxNGMaxContentType()
6220 if ((ct1 == XML_RELAXNG_CONTENT_SIMPLE) || in xmlRelaxNGMaxContentType()
6223 if ((ct1 == XML_RELAXNG_CONTENT_COMPLEX) || in xmlRelaxNGMaxContentType()
/external/llvm/lib/Target/Hexagon/
DHexagonIntrinsics.td3023 si_SInst_si <"ct1", int_hexagon_S2_ct1>;