Searched refs:fromSize (Results 1 – 3 of 3) sorted by relevance
577 int32_t fromSize = ures_getSize(fromArray); in compareArrays() local582 if (fromSize > toSize) { in compareArrays()583 fromSize = toSize; in compareArrays()644 int32_t fromSize; in compareConsistentCountryInfo() local647 … const int32_t *fromBundleArr = ures_getIntVector(fromDateTimeElements, &fromSize, &errorCode); in compareConsistentCountryInfo()650 if (fromSize > toSize) { in compareConsistentCountryInfo()651 fromSize = toSize; in compareConsistentCountryInfo()657 for (idx = 0; idx < fromSize; idx++) { in compareConsistentCountryInfo()669 int32_t fromSize; in compareConsistentCountryInfo() local672 const int32_t *fromBundleArr = ures_getIntVector(fromWeekendData, &fromSize, &errorCode); in compareConsistentCountryInfo()[all …]
150 unsigned fromSize = from.operations().size(); in blendFunc() local152 unsigned size = max(fromSize, toSize); in blendFunc()154 RefPtr<TransformOperation> fromOp = (i < fromSize) ? from.operations()[i].get() : 0; in blendFunc()