Home | History | Annotate | Download | only in cintltst

Lines Matching defs:toLocale

583               UResourceBundle *toArray, const char *toLocale,
595 toLocale);
608 toLocale,
615 compareConsistentCountryInfo(const char *fromLocale, const char *toLocale) {
619 UResourceBundle *toLocaleBund = ures_open(NULL, toLocale, &errorCode);
623 log_err("Can't open resource bundle %s or %s - %s\n", fromLocale, toLocale, u_errorName(errorCode));
637 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2);
646 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3);
656 compareArrays("DateTimePatterns", fromArray, fromLocale, toArray, toLocale);
665 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 0, 3);
667 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 5, 10);
682 /* UResourceBundle *fromLocale, *toLocale;*/
712 const char *toLocale = uloc_getAvailable(toLocIndex);
714 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
716 log_err("Unknown failure fromLocale=%s toLocale=%s errorCode=%s\n",
717 fromLocale, toLocale, u_errorName(errorCode));
725 toVariantLen = uloc_getVariant(toLocale, toVariant, ULOC_FULLNAME_CAPACITY, &errorCode);
732 log_verbose("comparing fromLocale=%s toLocale=%s\n",
733 fromLocale, toLocale);
734 compareConsistentCountryInfo(fromLocale, toLocale);