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

1 23 4

  /external/chromium_org/third_party/icu/source/common/
unistr.cpp 121 umtx_atomic_inc((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
126 return umtx_atomic_dec((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
131 return umtx_loadAcquire(*((u_atomic_int32_t *)fUnion.fFields.fArray - 1));
137 uprv_free((int32_t *)fUnion.fFields.fArray - 1);
380 // have fArray point to the first UChar
381 fUnion.fFields.fArray = (UChar *)array;
386 fUnion.fFields.fArray = 0;
497 fUnion.fFields.fArray = src.fUnion.fFields.fArray;
505 fUnion.fFields.fArray = src.fUnion.fFields.fArray
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 121 umtx_atomic_inc((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
126 return umtx_atomic_dec((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
131 return umtx_loadAcquire(*((u_atomic_int32_t *)fUnion.fFields.fArray - 1));
137 uprv_free((int32_t *)fUnion.fFields.fArray - 1);
380 // have fArray point to the first UChar
381 fUnion.fFields.fArray = (UChar *)array;
386 fUnion.fFields.fArray = 0;
497 fUnion.fFields.fArray = src.fUnion.fFields.fArray;
505 fUnion.fFields.fArray = src.fUnion.fFields.fArray
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 100 SkTDArray<SkPdfNativeObject*>* fArray;
188 delete fArray;
429 obj->fArray = new SkTDArray<SkPdfNativeObject*>();
440 fArray->push(obj);
450 return fArray->count();
459 return (*fArray)[i];
468 return (*fArray)[i];
477 return (*fArray)[i];
485 return (*fArray)[i];
495 fArray->pop(&ret)
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 100 SkTDArray<SkPdfNativeObject*>* fArray;
188 delete fArray;
429 obj->fArray = new SkTDArray<SkPdfNativeObject*>();
440 fArray->push(obj);
450 return fArray->count();
459 return (*fArray)[i];
468 return (*fArray)[i];
477 return (*fArray)[i];
485 return (*fArray)[i];
495 fArray->pop(&ret)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.h 97 SkTDArray<Rec> fArray;
  /external/skia/src/core/
SkTypefaceCache.h 97 SkTDArray<Rec> fArray;
  /frameworks/base/core/jni/
android_nio_utils.h 67 jarray fArray;
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.h 146 uint32_t *fArray;
178 struct SResArray fArray;
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);
  /external/icu/icu4c/source/tools/genrb/
reslist.h 137 uint32_t *fArray;
169 struct SResArray fArray;
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);
  /external/chromium_org/third_party/skia/src/animator/
SkScriptTokenizer.cpp 432 SkOpArray* child = (*array)[index].fArray;
497 if (value->fOperand.fArray->count() == 0)
498 value->fOperand.fArray->setType(type = tokenValue.fType);
500 type = value->fOperand.fArray->getType();
504 *value->fOperand.fArray->append() = tokenValue.fOperand;
637 operand.fOperand.fArray = value->fOperand.fArray = new SkOpArray(fReturnType);
638 track(value->fOperand.fArray);
790 scriptValue.fType = scriptValue.fOperand.fArray->getType();
792 if ((unsigned) index >= (unsigned) scriptValue.fOperand.fArray->count())
    [all...]
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...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp 432 SkOpArray* child = (*array)[index].fArray;
497 if (value->fOperand.fArray->count() == 0)
498 value->fOperand.fArray->setType(type = tokenValue.fType);
500 type = value->fOperand.fArray->getType();
504 *value->fOperand.fArray->append() = tokenValue.fOperand;
637 operand.fOperand.fArray = value->fOperand.fArray = new SkOpArray(fReturnType);
638 track(value->fOperand.fArray);
790 scriptValue.fType = scriptValue.fOperand.fArray->getType();
792 if ((unsigned) index >= (unsigned) scriptValue.fOperand.fArray->count())
    [all...]
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...]
  /external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp 199 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
232 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
307 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) {
343 delete[] fValue.fArrayAndCount.fArray;
589 fValue.fArrayAndCount.fArray = createArrayCopy(array, count);
612 fValue.fArrayAndCount.fArray = array;
680 return fValue.fArrayAndCount.fArray;
  /external/icu/icu4c/source/i18n/
fmtable.cpp 199 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
232 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
307 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) {
343 delete[] fValue.fArrayAndCount.fArray;
589 fValue.fArrayAndCount.fArray = createArrayCopy(array, count);
612 fValue.fArrayAndCount.fArray = array;
680 return fValue.fArrayAndCount.fArray;
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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...]

Completed in 649 milliseconds

1 23 4