Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DBackpressureTest.kt18 Flowable.fromArray(1) in <lambda>()
30 Flowable.fromArray(1) in <lambda>()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DBackpressureTest.kt18 Flowable.fromArray(1) in <lambda>()
30 Flowable.fromArray(1) in <lambda>()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DBackpressureTest.kt19 Flux.fromArray(arrayOf(1)) in <lambda>()
31 Flux.fromArray(arrayOf(1)) in <lambda>()
/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.cpp2104 … const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_createCurrencyList() local
2105 int64_t currDate64 = (int64_t)fromArray[0] << 32; in ucurr_createCurrencyList()
2106 … currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF)); in ucurr_createCurrencyList()
2311 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_countCurrencies() local
2313 int64_t currDate64 = (int64_t)fromArray[0] << 32; in ucurr_countCurrencies()
2314 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF)); in ucurr_countCurrencies()
2434 … const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_forLocaleAndDate() local
2436 int64_t currDate64 = (int64_t)fromArray[0] << 32; in ucurr_forLocaleAndDate()
2437 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF)); in ucurr_forLocaleAndDate()