Home | History | Annotate | Download | only in intltest

Lines Matching defs:ptr2

117     MeasureUnit *ptr2 = MeasureUnit::createArcMinute(status);
118 if (!(*ptr1 == *ptr2)) {
121 if (*ptr1 != *ptr2) {
142 delete ptr2;