HomeSort by relevance Sort by last modified time
    Searched full:farray (Results 51 - 67 of 67) sorted by null

1 23

  /external/icu4c/tools/genrb/
wrtjava.c 334 if (res->u.fArray.fCount > 0) {
336 current = res->u.fArray.fFirst;
346 current = res->u.fArray.fFirst;
400 len=itostr(buf,res->u.fIntVector.fArray[i],10,0);
412 len=itostr(buf,res->u.fIntVector.fArray[i],10,0);
wrtxml.cpp 682 current = res->u.fArray.fFirst;
725 len = itostr(buf, res->u.fIntVector.fArray[i], 10, 0);
    [all...]
  /external/skia/legacy/src/animator/
SkScriptRuntime.cpp 72 operand[0].fArray = new SkOpArray(SkOperand2::kNoType /*fReturnType*/);
76 if (index >= operand[0].fArray->count()) {
80 operand[0] = operand[0].fArray->begin()[index];
83 *operand[0].fArray->append() = operand[1];
94 if (callBackFunction->invoke(ref, operand[0].fArray, /* params */
SkDisplayTypes.cpp 203 delete values[index].fArray;
SkAnimatorScript2.cpp 61 SkDisplayArray* boxedValue = new SkDisplayArray(*operand->fArray);
312 operand->fArray = new SkOpArray(SkAnimatorScript2::ToOpType(boxedValue->values.getType()));
314 operand->fArray->setCount(count);
315 memcpy(operand->fArray->begin(), boxedValue->values.begin(), count * sizeof(SkOperand2));
316 fEngine->track(operand->fArray);
434 SkOpArray* array = value->fArray = new SkOpArray(ToOpType(original));
SkScript.cpp 473 SkTypedArray* child = (*array)[index].fArray;
589 if (value->fOperand.fArray->count() == 0)
590 value->fOperand.fArray->setType(type = tokenValue.fType);
592 type = value->fOperand.fArray->getType();
598 *value->fOperand.fArray->append() = tokenValue.fOperand;
748 operand.fArray = value->fOperand.fArray = new SkTypedArray(ToDisplayType(fReturnType));
749 track(value->fOperand.fArray);
    [all...]
SkAnimatorScript.cpp 97 SkDisplayArray* boxedValue = new SkDisplayArray(*scriptValue->fOperand.fArray);
257 SkTypedArray* array = value->fOperand.fArray = new SkTypedArray(original);
449 scriptValue->fOperand.fArray = &boxedValue->values;
  /external/skia/src/animator/
SkScriptRuntime.cpp 72 operand[0].fArray = new SkOpArray(SkOperand2::kNoType /*fReturnType*/);
76 if (index >= operand[0].fArray->count()) {
80 operand[0] = operand[0].fArray->begin()[index];
83 *operand[0].fArray->append() = operand[1];
94 if (callBackFunction->invoke(ref, operand[0].fArray, /* params */
SkDisplayTypes.cpp 199 delete values[index].fArray;
SkAnimatorScript2.cpp 61 SkDisplayArray* boxedValue = new SkDisplayArray(*operand->fArray);
312 operand->fArray = new SkOpArray(SkAnimatorScript2::ToOpType(boxedValue->values.getType()));
314 operand->fArray->setCount(count);
315 memcpy(operand->fArray->begin(), boxedValue->values.begin(), count * sizeof(SkOperand2));
316 fEngine->track(operand->fArray);
434 SkOpArray* array = value->fArray = new SkOpArray(ToOpType(original));
SkScript.cpp 473 SkTypedArray* child = (*array)[index].fArray;
589 if (value->fOperand.fArray->count() == 0)
590 value->fOperand.fArray->setType(type = tokenValue.fType);
592 type = value->fOperand.fArray->getType();
598 *value->fOperand.fArray->append() = tokenValue.fOperand;
748 operand.fArray = value->fOperand.fArray = new SkTypedArray(ToDisplayType(fReturnType));
749 track(value->fOperand.fArray);
    [all...]
SkAnimatorScript.cpp 97 SkDisplayArray* boxedValue = new SkDisplayArray(*scriptValue->fOperand.fArray);
257 SkTypedArray* array = value->fOperand.fArray = new SkTypedArray(original);
449 scriptValue->fOperand.fArray = &boxedValue->values;
  /external/icu4c/i18n/
fmtable.cpp 198 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
231 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
306 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) {
342 delete[] fValue.fArrayAndCount.fArray;
588 fValue.fArrayAndCount.fArray = createArrayCopy(array, count);
611 fValue.fArrayAndCount.fArray = array;
679 return fValue.fArrayAndCount.fArray;
  /external/icu4c/tools/gennorm2/
n2builder.cpp 553 UChar32 charAt(int32_t i) const { return fArray[i]>>8; }
554 uint8_t ccAt(int32_t i) const { return (uint8_t)fArray[i]; }
561 fArray[fLength++]=(c<<8)|cc;
572 fArray[j]=fArray[j-1];
574 fArray[i]=(c<<8)|cc;
585 fArray[fLastStarterIndex]=composite<<8;
589 fArray[combMarkIndex]=fArray[combMarkIndex+1];
594 int32_t fArray[Normalizer2Impl::MAPPING_LENGTH_MASK]
    [all...]
  /external/icu4c/i18n/unicode/
fmtable.h 442 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
463 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
653 Formattable* fArray;
  /external/icu4c/common/unicode/
unistr.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 326 milliseconds

1 23