Home | History | Annotate | Download | only in intltest

Lines Matching defs:l1

70         const char* l1 = c1->getLocaleID(ULOC_VALID_LOCALE, status);
72 if (strcmp(newLoc.getName(), l1)!=0) {
73 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1));
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));
103 const char* l1 = df1->getLocaleID(ULOC_VALID_LOCALE, status);
105 if (strcmp(newLoc.getName(), l1)!=0) {
106 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1));
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);
136 Locale l1 = c1->getLocale(ULOC_VALID_LOCALE, status);
139 if (strcmp(newLoc.getName(), l1.getName())!=0) {
140 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1.getName()));
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());