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

  /external/chromium_org/third_party/icu/source/test/intltest/
cpdtrtst.cpp 118 CompoundTransliterator *ct1=new CompoundTransliterator("Greek-Latin;Latin-Devanagari",parseError,status); local
121 delete ct1;
127 delete ct1;
131 CompoundTransliterator *copyct1=new CompoundTransliterator(*ct1);
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() |
193 CompoundTransliterator *ct1=new CompoundTransliterator("Halfwidth-Fullwidth;Fullwidth-Halfwidth", parseError, status); local
242 CompoundTransliterator *ct1=new CompoundTransliterator(ID, parseError, status); local
348 CompoundTransliterator *ct1=new CompoundTransliterator("Any-Hex;Hex-Any",parseError, status); local
    [all...]
  /external/icu4c/test/intltest/
cpdtrtst.cpp 118 CompoundTransliterator *ct1=new CompoundTransliterator("Greek-Latin;Latin-Devanagari",parseError,status); local
121 delete ct1;
127 delete ct1;
131 CompoundTransliterator *copyct1=new CompoundTransliterator(*ct1);
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() |
193 CompoundTransliterator *ct1=new CompoundTransliterator("Halfwidth-Fullwidth;Fullwidth-Halfwidth", parseError, status); local
242 CompoundTransliterator *ct1=new CompoundTransliterator(ID, parseError, status); local
348 CompoundTransliterator *ct1=new CompoundTransliterator("Any-Hex;Hex-Any",parseError, status); local
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 72 double ct1[9],ct2[9]; local
74 db_SProjImagePointPointConstraints(ct1,ct2,xp,x);
75 db_Copy6(c1,ct1); c1[6]=ct1[8];
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_image_homography.cpp 72 double ct1[9],ct2[9]; local
74 db_SProjImagePointPointConstraints(ct1,ct2,xp,x);
75 db_Copy6(c1,ct1); c1[6]=ct1[8];
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 72 double ct1[9],ct2[9]; local
74 db_SProjImagePointPointConstraints(ct1,ct2,xp,x);
75 db_Copy6(c1,ct1); c1[6]=ct1[8];
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 721 SkColorTable* ct1 = bm1->getColorTable(); local
722 if (NULL == ct0 || NULL == ct1) {
725 if (ct0->count() != ct1->count()) {
730 SkAutoLockColors alc1(ct1);
  /external/chromium_org/third_party/libxml/src/
relaxng.c     [all...]
  /external/libxml2/
relaxng.c     [all...]

Completed in 399 milliseconds