Searched defs:ct2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcpdtrtst.cpp124 CompoundTransliterator *ct2=new CompoundTransliterator("Greek-Latin", parseError, status); local
128 delete ct2;
136 CompoundTransliterator *copyct2=new CompoundTransliterator(*ct2);
144 if(copyct1->getID() != ct1->getID() || copyct2->getID() != ct2->getID() ||
145 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() ||
146 copyct2->getID() == ct1->getID() || copyct1->getID() == ct2->getID() ||
147 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){
151 if(equalct1.getID() != ct1->getID() || equalct2.getID() != ct2->getID() ||
153 equalct1.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() ||
154 copyct2->getID() == ct1->getID() || copyct1->getID() == ct2
194 CompoundTransliterator *ct2=new CompoundTransliterator("Any-Hex;Hex-Any;Cyrillic-Latin;Latin-Cyrillic", parseError, status); local
391 CompoundTransliterator *ct2=new CompoundTransliterator(Data[i+0], parseError, status); local
[all...]
/external/icu4c/test/intltest/
H A Dcpdtrtst.cpp124 CompoundTransliterator *ct2=new CompoundTransliterator("Greek-Latin", parseError, status); local
128 delete ct2;
136 CompoundTransliterator *copyct2=new CompoundTransliterator(*ct2);
144 if(copyct1->getID() != ct1->getID() || copyct2->getID() != ct2->getID() ||
145 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() ||
146 copyct2->getID() == ct1->getID() || copyct1->getID() == ct2->getID() ||
147 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){
151 if(equalct1.getID() != ct1->getID() || equalct2.getID() != ct2->getID() ||
153 equalct1.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() ||
154 copyct2->getID() == ct1->getID() || copyct1->getID() == ct2
194 CompoundTransliterator *ct2=new CompoundTransliterator("Any-Hex;Hex-Any;Cyrillic-Latin;Latin-Cyrillic", parseError, status); local
391 CompoundTransliterator *ct2=new CompoundTransliterator(Data[i+0], parseError, status); local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c6181 * @ct2: the second content type
6189 xmlRelaxNGContentType ct2)
6192 (ct2 == XML_RELAXNG_CONTENT_ERROR))
6195 return (ct2);
6196 if (ct2 == XML_RELAXNG_CONTENT_EMPTY)
6199 (ct2 == XML_RELAXNG_CONTENT_COMPLEX))
6207 * @ct2: the second content type
6215 xmlRelaxNGContentType ct2)
6218 (ct2 == XML_RELAXNG_CONTENT_ERROR))
6221 (ct2
6188 xmlRelaxNGGroupContentType(xmlRelaxNGContentType ct1, xmlRelaxNGContentType ct2) argument
6214 xmlRelaxNGMaxContentType(xmlRelaxNGContentType ct1, xmlRelaxNGContentType ct2) argument
[all...]
/external/libxml2/
H A Drelaxng.c6181 * @ct2: the second content type
6189 xmlRelaxNGContentType ct2)
6192 (ct2 == XML_RELAXNG_CONTENT_ERROR))
6195 return (ct2);
6196 if (ct2 == XML_RELAXNG_CONTENT_EMPTY)
6199 (ct2 == XML_RELAXNG_CONTENT_COMPLEX))
6207 * @ct2: the second content type
6215 xmlRelaxNGContentType ct2)
6218 (ct2 == XML_RELAXNG_CONTENT_ERROR))
6221 (ct2
6188 xmlRelaxNGGroupContentType(xmlRelaxNGContentType ct1, xmlRelaxNGContentType ct2) argument
6214 xmlRelaxNGMaxContentType(xmlRelaxNGContentType ct1, xmlRelaxNGContentType ct2) argument
[all...]

Completed in 296 milliseconds