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