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

  /external/icu/icu4c/source/layout/
ArabicShaping.h 75 static void adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage);
ArabicShaping.cpp 114 void ArabicShaping::adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage)
117 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success);
122 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 263 int outIndex = outOff;
279 ctrCipher.processBlock(in, inIndex, output, outIndex);
280 outIndex += blockSize;
290 System.arraycopy(block, 0, output, outIndex, inLen + inOff - inIndex);
317 ctrCipher.processBlock(in, inIndex, output, outIndex);
318 outIndex += blockSize;
328 System.arraycopy(block, 0, output, outIndex, outputLen - (inIndex - inOff));
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 36 bindPair.OutIndex = bindInfo.BindPairs[i].OutIndex;
331 bindPair.OutIndex = numOutStreams;
353 bindPair.OutIndex = _bindInfo.GetCoderOutStreamIndex(bind.OutCoder) + bind.OutStream;
374 UInt32 outIndex = _bindInfo.GetCoderOutStreamIndex(coderIndex);
375 int binder = _bindInfo.FindBinderForOutStream(outIndex);
382 if (_bindInfo.OutStreams[i] == outIndex)
385 _bindInfo.OutStreams.Insert(0, outIndex);
399 bindPair.OutIndex = _bindInfo.OutStreams[i];
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 96 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 98 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1422 milliseconds