HomeSort by relevance Sort by last modified time
    Searched defs:toSize (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
cldrtest.c 578 int32_t toSize = ures_getSize(fromArray);
582 if (fromSize > toSize) {
583 fromSize = toSize;
645 int32_t toSize;
648 const int32_t *toBundleArr = ures_getIntVector(toDateTimeElements, &toSize, &errorCode);
650 if (fromSize > toSize) {
651 fromSize = toSize;
670 int32_t toSize;
673 const int32_t *toBundleArr = ures_getIntVector(toWeekendData, &toSize, &errorCode);
675 if (fromSize > toSize) {
    [all...]
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 151 unsigned toSize = to.operations().size();
152 unsigned size = max(fromSize, toSize);
155 RefPtr<TransformOperation> toOp = (i < toSize) ? to.operations()[i].get() : 0;
    [all...]

Completed in 67 milliseconds