Home | History | Annotate | Download | only in intltest

Lines Matching refs:id2

532     const UnicodeString *id1, *id2;
614 while ((id2 = canonical->snext(ec)) != NULL) {
615 if (*id1 == *id2) {
732 const UnicodeString *id1, *id2;
736 while ((id2 = s2->snext(ec)) != NULL) {
740 if (*id1 == *id2) {
747 + *id2 + " in " + name2);
1748 const UnicodeString* id2 = s2->snext(ec);
1749 if(id2==NULL || U_FAILURE(ec)){
1752 TimeZone* tz2 = TimeZone::createTimeZone(*id2);
1754 logln("ID1 : " + *id1+" == ID2 : " +*id2);