Lines Matching refs:UnicodeString
62 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
73 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1));
76 errln("CalendarTest: l1!=l2: l1= "+UnicodeString(l1) +" l2= "+UnicodeString(l2));
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
81 logln("Calendar(getLocale) old:"+UnicodeString(l1)+" new:"+UnicodeString(l2));
94 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
106 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1));
109 errln("TestDateFormat: l1!=l2: l1= "+UnicodeString(l1) +" l2= "+UnicodeString(l2));
112 errln("TestDateFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
128 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
140 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1.getName()));
143 errln("CollationTest: l1!=l2: l1= "+UnicodeString(l1.getName()) +" l2= "+UnicodeString(l2.getName()));
146 errln("CollationTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
159 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
164 UnicodeString name1, name2;
168 errln("DisplayNames are not equal. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
214 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
218 UnicodeString dipLocName = UnicodeString(available[j].getName());
219 const UnicodeString oldCountry = oldLoc.getDisplayCountry(dipLocName);
220 const UnicodeString newCountry = newLoc.getDisplayCountry(dipLocName);
221 const UnicodeString oldLang = oldLoc.getDisplayLanguage(dipLocName);
222 const UnicodeString newLang = newLoc.getDisplayLanguage(dipLocName);
227 errln("getCountry() failed for "+ UnicodeString(oldLoc.getName()) +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ UnicodeString(available[j].getName()));
233 errln("getLanguage() failed for " + UnicodeString(oldLoc.getName()) + " oldLang = "+ prettify(oldLang) +" newLang = "+prettify(newLang)+ " in display locale "+UnicodeString(available[j].getName()));
246 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
256 UnicodeString us1("NULL");
257 UnicodeString us2("NULL");
270 UnicodeString uNewLoc(newLoc.getName());