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

  /external/chromium_org/third_party/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/chromium_org/third_party/icu/source/test/intltest/
tscoll.cpp 106 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
111 int32_t sSize = pieceSize, tSize = pieceSize;
116 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
119 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
120 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
127 partialSKResult = memcmp(sBuf, tBuf, pieceSize);
220 log("partial sortkey test piecesize=");
tscoll.h 52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
  /external/icu/icu4c/source/test/intltest/
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=");
tscoll.h 52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
  /external/chromium_org/third_party/icu/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);
335 /*log_verbose("partial sortkey test piecesize=");*
    [all...]
  /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...]

Completed in 197 milliseconds