Searched refs:fromArray (Results 1 – 4 of 4) sorted by relevance
582 UResourceBundle *fromArray, const char *fromLocale, in compareArrays() argument586 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() local632 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()[all …]
2113 … const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_createCurrencyList() local2114 int64_t currDate64 = (int64_t)fromArray[0] << 32; in ucurr_createCurrencyList()2115 … currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF)); in ucurr_createCurrencyList()2316 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_countCurrencies() local2318 int64_t currDate64 = (int64_t)fromArray[0] << 32; in ucurr_countCurrencies()2319 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF)); in ucurr_countCurrencies()2440 … const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus); in ucurr_forLocaleAndDate() local2442 int64_t currDate64 = (int64_t)fromArray[0] << 32; in ucurr_forLocaleAndDate()2443 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF)); in ucurr_forLocaleAndDate()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...