Lines Matching refs:toLocale

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