Home
last modified time | relevance | path

Searched refs:fromArray (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c586 UResourceBundle *fromArray, const char *fromLocale, in compareArrays() argument
590 int32_t fromSize = ures_getSize(fromArray); in compareArrays()
591 int32_t toSize = ures_getSize(fromArray); in compareArrays()
603 const UChar *fromBundleStr = ures_getStringByIndex(fromArray, idx, NULL, &errorCode); in compareArrays()
621 UResourceBundle *fromArray, *toArray; in compareConsistentCountryInfo() local
636 fromArray = ures_getByKey(fromLocaleBund, "CurrencyElements", NULL, &errorCode); in compareConsistentCountryInfo()
641 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2); in compareConsistentCountryInfo()
643 ures_close(fromArray); in compareConsistentCountryInfo()
646 fromArray = ures_getByKey(fromLocaleBund, "NumberPatterns", NULL, &errorCode); in compareConsistentCountryInfo()
650 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3); in compareConsistentCountryInfo()
[all …]
/external/icu/icu4c/source/common/
Ducurr.cpp2132 … const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_createCurrencyList() local
2133 int64_t currDate64 = (int64_t)fromArray[0] << 32; in ucurr_createCurrencyList()
2134 … currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF)); in ucurr_createCurrencyList()
2340 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_countCurrencies() local
2342 int64_t currDate64 = (int64_t)fromArray[0] << 32; in ucurr_countCurrencies()
2343 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF)); in ucurr_countCurrencies()
2464 … const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_forLocaleAndDate() local
2466 int64_t currDate64 = (int64_t)fromArray[0] << 32; in ucurr_forLocaleAndDate()
2467 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF)); in ucurr_forLocaleAndDate()