Lines Matching refs:toArray
568 UResourceBundle *toArray, const char *toLocale, in compareArrays() argument
585 const UChar *toBundleStr = ures_getStringByIndex(toArray, idx, NULL, &errorCode); in compareArrays()
603 UResourceBundle *fromArray, *toArray; in compareConsistentCountryInfo() local
687 toArray = ures_getByKey(toLocaleBund, "CurrencyElements", NULL, &errorCode); in compareConsistentCountryInfo()
691 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2); in compareConsistentCountryInfo()
694 ures_close(toArray); in compareConsistentCountryInfo()
697 toArray = ures_getByKey(toLocaleBund, "NumberPatterns", NULL, &errorCode); in compareConsistentCountryInfo()
700 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3); in compareConsistentCountryInfo()
703 ures_close(toArray); in compareConsistentCountryInfo()
716 toArray = ures_getByKey(toLocaleBund, "NumberElements", NULL, &errorCode); in compareConsistentCountryInfo()
719 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 0, 3); in compareConsistentCountryInfo()
721 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 5, 10); in compareConsistentCountryInfo()
724 ures_close(toArray); in compareConsistentCountryInfo()