Searched defs:toSize (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcldrtest.c572 int32_t toSize = ures_getSize(fromArray); local
576 if (fromSize > toSize) {
577 fromSize = toSize;
639 int32_t toSize; local
642 const int32_t *toBundleArr = ures_getIntVector(toDateTimeElements, &toSize, &errorCode);
644 if (fromSize > toSize) {
645 fromSize = toSize;
664 int32_t toSize; local
667 const int32_t *toBundleArr = ures_getIntVector(toWeekendData, &toSize, &errorCode);
669 if (fromSize > toSize) {
[all...]
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp164 unsigned toSize = to.operations().size(); local
165 unsigned size = max(fromSize, toSize);
168 RefPtr<TransformOperation> toOp = (i < toSize) ? to.operations()[i].get() : 0;

Completed in 134 milliseconds