Home | History | Annotate | Download | only in i18n

Lines Matching refs:p2

82     PartialLocationKey *p2 = (PartialLocationKey *)key2.pointer;
84 if (p1 == p2) {
87 if (p1 == NULL || p2 == NULL) {
91 return (p1->tzID == p2->tzID && p1->mzID == p2->mzID && p1->isLong == p2->isLong);