Lines Matching refs:toLocale

587               UResourceBundle *toArray, const char *toLocale,  in compareArrays()  argument
599 toLocale); in compareArrays()
612 toLocale, in compareArrays()
619 compareConsistentCountryInfo(const char *fromLocale, const char *toLocale) { in compareConsistentCountryInfo() argument
623 UResourceBundle *toLocaleBund = ures_open(NULL, toLocale, &errorCode); in compareConsistentCountryInfo()
627 …log_err("Can't open resource bundle %s or %s - %s\n", fromLocale, toLocale, u_errorName(errorCode)… in compareConsistentCountryInfo()
641 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2); in compareConsistentCountryInfo()
650 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3); in compareConsistentCountryInfo()
669 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 0, 3); in compareConsistentCountryInfo()
671 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 5, 10); in compareConsistentCountryInfo()
716 const char *toLocale = uloc_getAvailable(toLocIndex); in TestConsistentCountryInfo() local
718 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode); in TestConsistentCountryInfo()
721 fromLocale, toLocale, u_errorName(errorCode)); in TestConsistentCountryInfo()
729 toVariantLen = uloc_getVariant(toLocale, toVariant, ULOC_FULLNAME_CAPACITY, &errorCode); in TestConsistentCountryInfo()
737 fromLocale, toLocale); in TestConsistentCountryInfo()
738 compareConsistentCountryInfo(fromLocale, toLocale); in TestConsistentCountryInfo()