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

/external/chromium/third_party/icu/source/test/cintltst/
H A Dcldrtest.c578 int32_t toSize = ures_getSize(fromArray); local
582 if (fromSize > toSize) {
583 fromSize = toSize;
645 int32_t toSize; local
648 const int32_t *toBundleArr = ures_getIntVector(toDateTimeElements, &toSize, &errorCode);
650 if (fromSize > toSize) {
651 fromSize = toSize;
670 int32_t toSize; local
673 const int32_t *toBundleArr = ures_getIntVector(toWeekendData, &toSize, &errorCode);
675 if (fromSize > toSize) {
[all...]
/external/icu4c/test/cintltst/
H A Dcldrtest.c578 int32_t toSize = ures_getSize(fromArray); local
582 if (fromSize > toSize) {
583 fromSize = toSize;
645 int32_t toSize; local
648 const int32_t *toBundleArr = ures_getIntVector(toDateTimeElements, &toSize, &errorCode);
650 if (fromSize > toSize) {
651 fromSize = toSize;
670 int32_t toSize; local
673 const int32_t *toBundleArr = ures_getIntVector(toWeekendData, &toSize, &errorCode);
675 if (fromSize > toSize) {
[all...]
/external/webkit/WebCore/page/animation/
H A DAnimationBase.cpp151 unsigned toSize = to.operations().size(); local
152 unsigned size = max(fromSize, toSize);
155 RefPtr<TransformOperation> toOp = (i < toSize) ? to.operations()[i].get() : 0;

Completed in 108 milliseconds