Searched refs:ICUBase (Results 1 – 1 of 1) sorted by relevance
159 struct ICUBase { struct160 virtual UBool operator==(const ICUBase&) const;161 UBool operator!=(const ICUBase &arg) const { return !operator==(arg); } in operator !=() argument163 struct ICUDerived : ICUBase {164 …UBool operator==(const ICUBase&) const override; // expected-note {{declared here}} expected-note …