HomeSort by relevance Sort by last modified time
    Searched full:piecesize (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/test/intltest/
tscoll.h 52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
tscoll.cpp 92 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
97 int32_t sSize = pieceSize, tSize = pieceSize;
102 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
105 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
106 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
113 partialSKResult = memcmp(sBuf, tBuf, pieceSize);
206 log("partial sortkey test piecesize=");
  /external/protobuf/java/src/test/java/com/google/protobuf/
RopeByteStringTest.java 68 int pieceSize = 64;
69 byte[] testBytes = ByteStringTest.getTestBytes(numberOfPieces * pieceSize, 113377L);
74 concatenated = concatenated.concat(ByteString.copyFrom(testBytes, i * pieceSize, pieceSize));
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) {
234 int32_t sSize = pieceSize, tSize = pieceSize;
237 if(pieceSize > 16384) {
245 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
256 partialSKResult = memcmp(sBuf, tBuf, pieceSize);
370 /*log_verbose("partial sortkey test piecesize=");*
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 127 milliseconds