OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:copyct1
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/test/intltest/
cpdtrtst.cpp
131
CompoundTransliterator *
copyct1
=new CompoundTransliterator(*ct1);
local
132
if(
copyct1
== 0){
141
CompoundTransliterator equalct1=*
copyct1
;
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 137 milliseconds