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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Daliastst.cpp60 Locale newLoc(_LOCALE_ALIAS[i][1]);
62 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
65 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName());
67 Calendar* c2 = Calendar::createInstance(newLoc, status);
72 if (strcmp(newLoc.getName(), l1)!=0) {
73 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1));
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc
[all...]
/external/icu/icu4c/source/test/intltest/
H A Daliastst.cpp60 Locale newLoc(_LOCALE_ALIAS[i][1]);
62 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
65 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName());
67 Calendar* c2 = Calendar::createInstance(newLoc, status);
72 if (strcmp(newLoc.getName(), l1)!=0) {
73 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1));
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c2783 const char* newLoc = LOCALE_ALIAS[i][1]; local
2791 if(!isLocaleAvailable(resIndex, newLoc)){
2795 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status);
2797 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0 || status!=U_ZERO_ERROR) {
2798 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2819 const char* newLoc = LOCALE_ALIAS[i][1]; local
2825 if(!isLocaleAvailable(resIndex, newLoc)){
2829 df2 = udat_open(UDAT_FULL, UDAT_FULL,newLoc, NULL, 0, NULL, -1, &status);
2840 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2841 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2862 const char* newLoc = LOCALE_ALIAS[i][1]; local
2986 const char* newLoc = LOCALE_ALIAS[i][1]; local
3033 const char* newLoc = LOCALE_ALIAS[i][1]; local
3077 const char* newLoc = LOCALE_ALIAS[i][1]; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c2784 const char* newLoc = LOCALE_ALIAS[i][1]; local
2792 if(!isLocaleAvailable(resIndex, newLoc)){
2796 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status);
2798 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0 || status!=U_ZERO_ERROR) {
2799 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2820 const char* newLoc = LOCALE_ALIAS[i][1]; local
2826 if(!isLocaleAvailable(resIndex, newLoc)){
2830 df2 = udat_open(UDAT_FULL, UDAT_FULL,newLoc, NULL, 0, NULL, -1, &status);
2841 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2842 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2863 const char* newLoc = LOCALE_ALIAS[i][1]; local
2987 const char* newLoc = LOCALE_ALIAS[i][1]; local
3034 const char* newLoc = LOCALE_ALIAS[i][1]; local
3078 const char* newLoc = LOCALE_ALIAS[i][1]; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...

Completed in 100 milliseconds