Home | History | Annotate | Download | only in intltest

Lines Matching refs:id2

527     const UnicodeString *id1, *id2;
609 while ((id2 = canonical->snext(ec)) != NULL) {
610 if (*id1 == *id2) {
727 const UnicodeString *id1, *id2;
731 while ((id2 = s2->snext(ec)) != NULL) {
735 if (*id1 == *id2) {
742 + *id2 + " in " + name2);
1743 const UnicodeString* id2 = s2->snext(ec);
1744 if(id2==NULL || U_FAILURE(ec)){
1747 TimeZone* tz2 = TimeZone::createTimeZone(*id2);
1749 logln("ID1 : " + *id1+" == ID2 : " +*id2);