OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ct1
(Results
1 - 4
of
4
) sorted by null
/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];
/frameworks/base/core/jni/android/graphics/
Bitmap.cpp
604
SkColorTable*
ct1
= bm1->getColorTable();
local
605
if (NULL == ct0 || NULL ==
ct1
) {
608
if (ct0->count() !=
ct1
->count()) {
613
SkAutoLockColors alc1(
ct1
);
/external/libxml2/
relaxng.c
[
all
...]
Completed in 1597 milliseconds