Home
last modified time | relevance | path

Searched refs:newLoc (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Daliastst.cpp60 Locale newLoc(_LOCALE_ALIAS[i][1]); in TestCalendar() local
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()
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() local
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()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleAliasTest.java62 ULocale newLoc = _LOCALES[i][1]; in TestCalendar() local
68 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() local
107 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 …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DLocaleAliasCollationTest.java56 ULocale newLoc = _LOCALES[i][1]; in TestCollation() local
62 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()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2790 const char* newLoc = LOCALE_ALIAS[i][1]; in TestCalendar() local
2798 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() local
2832 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 …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java216 MethodLocation newLoc = new MethodLocation(instruction, codeAddress, index);
217 instructionList.add(index, newLoc);
218 instruction.location = newLoc;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...