Lines Matching refs:fromArray
582 UResourceBundle *fromArray, const char *fromLocale, in compareArrays() argument
586 int32_t fromSize = ures_getSize(fromArray); in compareArrays()
587 int32_t toSize = ures_getSize(fromArray); in compareArrays()
599 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode); in compareArrays()
617 UResourceBundle *fromArray, *toArray; in compareConsistentCountryInfo() local
632 fromArray = ures_getByKey(fromLocaleBund, "CurrencyElements", NULL, &errorCode); in compareConsistentCountryInfo()
637 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2); in compareConsistentCountryInfo()
639 ures_close(fromArray); in compareConsistentCountryInfo()
642 fromArray = ures_getByKey(fromLocaleBund, "NumberPatterns", NULL, &errorCode); in compareConsistentCountryInfo()
646 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3); in compareConsistentCountryInfo()
648 ures_close(fromArray); in compareConsistentCountryInfo()
661 fromArray = ures_getByKey(fromLocaleBund, "NumberElements", NULL, &errorCode); in compareConsistentCountryInfo()
665 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 0, 3); in compareConsistentCountryInfo()
667 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 5, 10); in compareConsistentCountryInfo()
669 ures_close(fromArray); in compareConsistentCountryInfo()