HomeSort by relevance Sort by last modified time
    Searched defs:ct2 (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/rs/
rsg_generator.c 78 int ct2; local
91 for(ct2=0; ct2 < api->paramCount; ct2++) {
93 printVarType(f, &api->params[ct2]);
134 int ct2; local
155 for(ct2=0; ct2 < api->paramCount; ct2++) {
156 const VarType *vt = &api->params[ct2];
194 int ct2; local
    [all...]
  /frameworks/base/libs/rs/java/Film/res/raw/
filmimage.c 13 int ct, ct2; local
43 for (ct2=0; ct2<rate; ct2++) {
  /external/chromium/third_party/icu/source/test/intltest/
cpdtrtst.cpp 124 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->getID() |
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/
cpdtrtst.cpp 124 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->getID() |
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...]

Completed in 90 milliseconds