• Home
  • Raw
  • Download

Lines Matching refs:getName

62             logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");  in TestCalendar()
65 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName()); in TestCalendar()
72 if (strcmp(newLoc.getName(), l1)!=0) { in TestCalendar()
73 …errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(… in TestCalendar()
79 …ndarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.ge… in TestCalendar()
94 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!"); in TestDateFormat()
97 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName()); in TestDateFormat()
105 if (strcmp(newLoc.getName(), l1)!=0) { in TestDateFormat()
106 …errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(… in TestDateFormat()
112 …teFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.ge… in TestDateFormat()
128 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!"); in TestCollation()
131 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName()); in TestCollation()
139 if (strcmp(newLoc.getName(), l1.getName())!=0) { in TestCollation()
140 …endarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1.getName in TestCollation()
142 if (strcmp(l1.getName(), l2.getName())!=0) { in TestCollation()
143 …errln("CollationTest: l1!=l2: l1= "+UnicodeString(l1.getName()) +" l2= "+UnicodeString(l2.getName(… in TestCollation()
146 …tionTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.ge… in TestCollation()
148 logln("Collator(getLocale) old:%s new:%s", l1.getName(), l2.getName()); in TestCollation()
159 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!"); in TestULocale()
162 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName()); in TestULocale()
168 …es are not equal. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.ge… in TestULocale()
214 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!"); in TestDisplayName()
218 UnicodeString dipLocName = UnicodeString(available[j].getName()); in TestDisplayName()
227 …oc.getName()) +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in … in TestDisplayName()
233 …(oldLoc.getName()) + " oldLang = "+ prettify(oldLang) +" newLang = "+prettify(newLang)+ " in displ… in TestDisplayName()
246 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!"); in TestUResourceBundle()
249 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName()); in TestUResourceBundle()
270 UnicodeString uNewLoc(newLoc.getName()); in TestUResourceBundle()