Lines Matching refs:oldLoc

2520         const char* oldLoc = LOCALE_ALIAS[i][0];
2532 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status);
2536 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2556 const char* oldLoc = LOCALE_ALIAS[i][0];
2566 df1 = udat_open(UDAT_FULL, UDAT_FULL,oldLoc, NULL, 0, NULL, -1, &status);
2579 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2599 const char* oldLoc = LOCALE_ALIAS[i][0];
2614 c1 = ucol_open(oldLoc, &status);
2622 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2723 const char* oldLoc = LOCALE_ALIAS[i][0];
2733 uloc_getDisplayName(oldLoc, ULOC_US, name1, capacity, &status);
2735 log_err("uloc_getDisplayName(%s) failed %s\n", oldLoc, u_errorName(status));
2744 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2770 const char* oldLoc = LOCALE_ALIAS[i][0];
2775 rb1 = ures_open(NULL, oldLoc, &status);
2777 log_err("ures_open(%s) failed %s\n", oldLoc, u_errorName(status));
2785 log_err("ures_open(%s) failed %s\n", oldLoc, u_errorName(status));
2790 log_err("The locales are not equal!.Old: %s, New: %s \n", oldLoc, newLoc);
2814 const char* oldLoc = LOCALE_ALIAS[i][0];
2822 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status);
2824 int32_t oldLangLen = uloc_getDisplayLanguage(oldLoc, dispLoc, oldLang, capacity, &status);
2832 log_err("uloc_getDisplayCountry() failed for %s in display locale %s \n", oldLoc, dispLoc);
2838 log_err("uloc_getDisplayLanguage() failed for %s in display locale %s \n", oldLoc, dispLoc); }