Home
last modified time | relevance | path

Searched refs:brLength (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
DBlockLZ4CompressorOutputStream.java422 private int brOffset, brLength; field in BlockLZ4CompressorOutputStream.Pair
439 brLength = block.getLength(); in setBackReference()
449 return literalLength() + brLength; in length()
456 out.write(lengths(litLength, brLength)); in writeTo()
465 …if (brLength - MIN_BACK_REFERENCE_LENGTH >= BlockLZ4CompressorInputStream.BACK_REFERENCE_SIZE_MASK… in writeTo()
466 writeLength(brLength - MIN_BACK_REFERENCE_LENGTH in writeTo()
479 private static int lengths(int litLength, int brLength) { in lengths() argument
481 int br = brLength < 4 ? 0 : (brLength < 19 ? brLength - 4 : 15); in lengths()
492 return brLength;
504 p.brLength = newBackReferenceLength;
/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c474 …int32_t bLength = 0, brLength = 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_… in TestIBM424() local
477 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength); in TestIBM424()
496 ucsdet_setText(csd, bytes_r, brLength, &status); in TestIBM424()
552 …int32_t bLength = 0, brLength = 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_… in TestIBM420() local
555 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &brLength); in TestIBM420()
574 ucsdet_setText(csd, bytes_r, brLength, &status); in TestIBM420()
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp616 int32_t bLength = 0, brLength = 0; in IBM424Test() local
622 char *bytes_r = extractBytes(s2, "IBM424", brLength); in IBM424Test()
648 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM424Test()
706 int32_t bLength = 0, brLength = 0; in IBM420Test() local
712 char *bytes_r = extractBytes(s2, "IBM420", brLength); in IBM420Test()
738 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM420Test()