Lines Matching refs:fromLocale

586               UResourceBundle *fromArray, const char *fromLocale,  in compareArrays()  argument
598 fromLocale, in compareArrays()
610 fromLocale, in compareArrays()
619 compareConsistentCountryInfo(const char *fromLocale, const char *toLocale) { in compareConsistentCountryInfo() argument
622 UResourceBundle *fromLocaleBund = ures_open(NULL, fromLocale, &errorCode); in compareConsistentCountryInfo()
627 …log_err("Can't open resource bundle %s or %s - %s\n", fromLocale, toLocale, u_errorName(errorCode)… in compareConsistentCountryInfo()
638 if (strcmp(fromLocale, "en_CA") != 0) in compareConsistentCountryInfo()
641 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2); in compareConsistentCountryInfo()
648 if (strcmp(fromLocale, "en_CA") != 0) in compareConsistentCountryInfo()
650 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3); in compareConsistentCountryInfo()
667 if (strcmp(fromLocale, "en_CA") != 0) in compareConsistentCountryInfo()
669 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 0, 3); in compareConsistentCountryInfo()
671 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 5, 10); in compareConsistentCountryInfo()
699 const char *fromLocale = uloc_getAvailable(fromLocIndex); in TestConsistentCountryInfo() local
702 … fromCountryLen = uloc_getCountry(fromLocale, fromCountry, ULOC_FULLNAME_CAPACITY, &errorCode); in TestConsistentCountryInfo()
707 … fromVariantLen = uloc_getVariant(fromLocale, fromVariant, ULOC_FULLNAME_CAPACITY, &errorCode); in TestConsistentCountryInfo()
721 fromLocale, toLocale, u_errorName(errorCode)); in TestConsistentCountryInfo()
737 fromLocale, toLocale); in TestConsistentCountryInfo()
738 compareConsistentCountryInfo(fromLocale, toLocale); in TestConsistentCountryInfo()