OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:equalct1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
cpdtrtst.cpp
141
CompoundTransliterator
equalct1
=*copyct1;
local
151
if(
equalct1
.getID() != ct1->getID() || equalct2.getID() != ct2->getID() ||
152
equalct1
.getID() != copyct1->getID() || equalct2.getID() != copyct2->getID() ||
153
equalct1
.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() ||
155
equalct1
.getCount() != copyct1->getCount() || equalct2.getCount() != copyct2->getCount() ||
156
equalct2.getCount() == ct1->getCount() ||
equalct1
.getCount() == ct2->getCount() ) {
161
CompoundTransliterator *clonect1b=(CompoundTransliterator*)
equalct1
.clone();
168
clonect1a->getID() !=
equalct1
.getID() || clonect1a->getCount() !=
equalct1
.getCount() ||
/external/icu4c/test/intltest/
cpdtrtst.cpp
141
CompoundTransliterator
equalct1
=*copyct1;
local
151
if(
equalct1
.getID() != ct1->getID() || equalct2.getID() != ct2->getID() ||
152
equalct1
.getID() != copyct1->getID() || equalct2.getID() != copyct2->getID() ||
153
equalct1
.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() ||
155
equalct1
.getCount() != copyct1->getCount() || equalct2.getCount() != copyct2->getCount() ||
156
equalct2.getCount() == ct1->getCount() ||
equalct1
.getCount() == ct2->getCount() ) {
161
CompoundTransliterator *clonect1b=(CompoundTransliterator*)
equalct1
.clone();
168
clonect1a->getID() !=
equalct1
.getID() || clonect1a->getCount() !=
equalct1
.getCount() ||
Completed in 24 milliseconds