OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyct2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
cpdtrtst.cpp
136
CompoundTransliterator *
copyct2
=new CompoundTransliterator(*ct2);
local
137
if(
copyct2
== 0){
142
CompoundTransliterator equalct2=*
copyct2
;
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() ){
152
equalct1.getID() != copyct1->getID() || equalct2.getID() !=
copyct2
->getID() ||
154
copyct2
->getID() == ct1->getID() || copyct1->getID() == ct2->getID() ||
155
equalct1.getCount() != copyct1->getCount() || equalct2.getCount() !=
copyct2
->getCount() |
[
all
...]
/external/icu4c/test/intltest/
cpdtrtst.cpp
136
CompoundTransliterator *
copyct2
=new CompoundTransliterator(*ct2);
local
137
if(
copyct2
== 0){
142
CompoundTransliterator equalct2=*
copyct2
;
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() ){
152
equalct1.getID() != copyct1->getID() || equalct2.getID() !=
copyct2
->getID() ||
154
copyct2
->getID() == ct1->getID() || copyct1->getID() == ct2->getID() ||
155
equalct1.getCount() != copyct1->getCount() || equalct2.getCount() !=
copyct2
->getCount() |
[
all
...]
Completed in 35 milliseconds