Lines Matching defs:toLocale
576 UResourceBundle *toArray, const char *toLocale,
588 toLocale);
601 toLocale,
608 compareConsistentCountryInfo(const char *fromLocale, const char *toLocale) {
612 UResourceBundle *toLocaleBund = ures_open(NULL, toLocale, &errorCode);
616 log_err("Can't open resource bundle %s or %s - %s\n", fromLocale, toLocale, u_errorName(errorCode));
630 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2);
639 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3);
649 compareArrays("DateTimePatterns", fromArray, fromLocale, toArray, toLocale);
658 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 0, 3);
660 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 5, 10);
675 /* UResourceBundle *fromLocale, *toLocale;*/
705 const char *toLocale = uloc_getAvailable(toLocIndex);
707 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
709 log_err("Unknown failure fromLocale=%s toLocale=%s errorCode=%s\n",
710 fromLocale, toLocale, u_errorName(errorCode));
718 toVariantLen = uloc_getVariant(toLocale, toVariant, ULOC_FULLNAME_CAPACITY, &errorCode);
725 log_verbose("comparing fromLocale=%s toLocale=%s\n",
726 fromLocale, toLocale);
727 compareConsistentCountryInfo(fromLocale, toLocale);