Home | History | Annotate | Download | only in cintltst

Lines Matching refs:oldLoc

2697         const char* oldLoc = LOCALE_ALIAS[i][0];
2709 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status);
2713 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2733 const char* oldLoc = LOCALE_ALIAS[i][0];
2743 df1 = udat_open(UDAT_FULL, UDAT_FULL,oldLoc, NULL, 0, NULL, -1, &status);
2756 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2776 const char* oldLoc = LOCALE_ALIAS[i][0];
2791 c1 = ucol_open(oldLoc, &status);
2799 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2900 const char* oldLoc = LOCALE_ALIAS[i][0];
2910 uloc_getDisplayName(oldLoc, ULOC_US, name1, capacity, &status);
2912 log_err("uloc_getDisplayName(%s) failed %s\n", oldLoc, u_errorName(status));
2921 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2947 const char* oldLoc = LOCALE_ALIAS[i][0];
2952 rb1 = ures_open(NULL, oldLoc, &status);
2954 log_err("ures_open(%s) failed %s\n", oldLoc, u_errorName(status));
2962 log_err("ures_open(%s) failed %s\n", oldLoc, u_errorName(status));
2967 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2991 const char* oldLoc = LOCALE_ALIAS[i][0];
2999 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status);
3001 int32_t oldLangLen = uloc_getDisplayLanguage(oldLoc, dispLoc, oldLang, capacity, &status);
3009 log_err("uloc_getDisplayCountry() failed for %s in display locale %s \n", oldLoc, dispLoc);
3015 log_err("uloc_getDisplayLanguage() failed for %s in display locale %s \n", oldLoc, dispLoc); }