Searched refs:newLoc (Results 1 – 6 of 6) sorted by relevance
60 Locale newLoc(_LOCALE_ALIAS[i][1]); in TestCalendar() local62 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!"); in TestCalendar()65 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName()); in TestCalendar()67 Calendar* c2 = Calendar::createInstance(newLoc, status); 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 …errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeStrin… in TestCalendar()92 Locale newLoc(_LOCALE_ALIAS[i][1]); in TestDateFormat() local94 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!"); in TestDateFormat()97 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName()); in TestDateFormat()[all …]
62 ULocale newLoc = _LOCALES[i][1]; in TestCalendar() local68 Calendar c2 = Calendar.getInstance(newLoc); in TestCalendar()82 if (!newLoc.equals(l1)) { in TestCalendar()83 errln("CalendarTest: newLoc!=l1: newLoc= "+newLoc +" l1= "+l1); in TestCalendar()89 errln("CalendarTest: c1!=c2. newLoc= "+newLoc +" oldLoc= "+oldLoc); in TestCalendar()101 ULocale newLoc = _LOCALES[i][1]; in TestDateFormat() local107 DateFormat df2 = DateFormat.getDateInstance(DateFormat.FULL, newLoc); in TestDateFormat()112 if (!newLoc.equals(l1)) { in TestDateFormat()113 errln("DateFormatTest: newLoc!=l1: newLoc= "+newLoc +" l1= "+l1); in TestDateFormat()119 errln("DateFormatTest: df1!=df2: newLoc= "+newLoc +" oldLoc= "+oldLoc); in TestDateFormat()[all …]
56 ULocale newLoc = _LOCALES[i][1]; in TestCollation() local62 Collator c2 = Collator.getInstance(newLoc); in TestCollation()65 errln("CollationTest: c1!=c2: newLoc= "+newLoc +" oldLoc= "+oldLoc); in TestCollation()68 logln("Collation old:"+oldLoc+" new:"+newLoc); in TestCollation()
2790 const char* newLoc = LOCALE_ALIAS[i][1]; in TestCalendar() local2798 if(!isLocaleAvailable(resIndex, newLoc)){ in TestCalendar()2802 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status); in TestCalendar()2804 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0 || status!=U_ZERO_ERROR) { in TestCalendar()2805 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc); in TestCalendar()2826 const char* newLoc = LOCALE_ALIAS[i][1]; in TestDateFormat() local2832 if(!isLocaleAvailable(resIndex, newLoc)){ in TestDateFormat()2836 df2 = udat_open(UDAT_FULL, UDAT_FULL,newLoc, NULL, 0, NULL, -1, &status); in TestDateFormat()2847 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) { in TestDateFormat()2848 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc); in TestDateFormat()[all …]
216 MethodLocation newLoc = new MethodLocation(instruction, codeAddress, index);217 instructionList.add(index, newLoc);218 instruction.location = newLoc;
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...