Lines Matching refs:l2
71 const char* l2 = c2->getLocaleID(ULOC_VALID_LOCALE, status);
75 if (strcmp(l1, l2)!=0) {
76 errln("CalendarTest: l1!=l2: l1= "+UnicodeString(l1) +" l2= "+UnicodeString(l2));
81 logln("Calendar(getLocale) old:"+UnicodeString(l1)+" new:"+UnicodeString(l2));
104 const char* l2 = df2->getLocaleID(ULOC_VALID_LOCALE, status);
108 if (strcmp(l1, l2)!=0) {
109 errln("TestDateFormat: l1!=l2: l1= "+UnicodeString(l1) +" l2= "+UnicodeString(l2));
114 logln("DateFormat(getLocale) old:%s new:%s",l1,l2);
137 Locale l2 = c2->getLocale(ULOC_VALID_LOCALE, status);
142 if (strcmp(l1.getName(), l2.getName())!=0) {
143 errln("CollationTest: l1!=l2: l1= "+UnicodeString(l1.getName()) +" l2= "+UnicodeString(l2.getName()));
148 logln("Collator(getLocale) old:%s new:%s", l1.getName(), l2.getName());