HomeSort by relevance Sort by last modified time
    Searched refs:destArray (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/
android_text_AndroidCharacter.cpp 54 static void getDirectionalities(JNIEnv* env, jobject obj, jcharArray srcArray, jbyteArray destArray, int count)
60 ScopedByteArrayRW dest(env, destArray);
65 if (env->GetArrayLength(srcArray) < count || env->GetArrayLength(destArray) < count) {
105 int start, int count, jbyteArray destArray)
111 ScopedByteArrayRW dest(env, destArray);
118 || env->GetArrayLength(destArray) < count) {
  /external/skia/src/animator/
SkMemberInfo.cpp 410 SkTypedArray* destArray = (SkTypedArray*) (untypedStorage ? untypedStorage : arrayStorage);
411 SkASSERT(destArray);
412 // destArray->setCount(0);
416 destArray->setCount(storageOffset + 1);
417 (*destArray)[storageOffset] = scriptValue.fOperand;
421 destArray->setType(type);
426 destArray->setCount(storageOffset + count);
427 memcpy(destArray->begin() + storageOffset, scriptValue.fOperand.fArray->begin(), sizeof(SkOperand) * count);
  /external/icu4c/common/
uts46.cpp 323 UChar *destArray=dest.getBuffer(srcLength);
324 if(destArray==NULL) {
353 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter.
357 destArray[i]=c;
432 char *destArray=dest.GetAppendBuffer(srcLength, srcLength+20,
448 dest.Append(destArray, i);
458 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter.
462 destArray[i]=c;
497 destString=UnicodeString::fromUTF8(StringPiece(destArray+labelStart, mappingStart));
499 dest.Append(destArray, labelStart)
    [all...]
rbbitblb.cpp     [all...]

Completed in 616 milliseconds