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

  /external/icu/icu4c/source/samples/csdet/
csdet.c 33 int32_t inputLength, match, matchCount = 0;
51 inputLength = (int32_t) fread(buffer, 1, BUFFER_SIZE, file);
56 ucsdet_setText(csd, buffer, inputLength, &status);
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 89 int32_t inputLength;
90 UPerfTest::getBuffer(inputLength, status);
127 input(testcase.getBuffer()), inputLength(testcase.getBufferLen()),
148 int32_t inputLength;
178 pInLimit=input+inputLength;
213 if(inputLength!=outputLength) {
214 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
242 pInLimit=input+inputLength;
  /external/skia/tests/
PDFDeflateWStreamTest.cpp 54 size_t inputLength = src->getLength();
55 if (input == nullptr || inputLength == 0) {
61 flateData.avail_in = SkToUInt(inputLength);
  /external/skqp/tests/
PDFDeflateWStreamTest.cpp 54 size_t inputLength = src->getLength();
55 if (input == nullptr || inputLength == 0) {
61 flateData.avail_in = SkToUInt(inputLength);
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.cpp 57 int32_t inputLength;
58 UPerfTest::getBuffer(inputLength, status);
59 if(U_SUCCESS(status) && inputLength>0) {
  /external/skia/src/core/
SkMD5.cpp 39 bool SkMD5::write(const void* buf, size_t inputLength) {
45 if (inputLength >= bufferAvailable) {
54 for (; inputIndex + 63 < inputLength; inputIndex += 64) {
63 memcpy(&this->buffer[bufferIndex], &input[inputIndex], inputLength - inputIndex);
65 this->byteCount += inputLength;
  /external/skqp/src/core/
SkMD5.cpp 39 bool SkMD5::write(const void* buf, size_t inputLength) {
45 if (inputLength >= bufferAvailable) {
54 for (; inputIndex + 63 < inputLength; inputIndex += 64) {
63 memcpy(&this->buffer[bufferIndex], &input[inputIndex], inputLength - inputIndex);
65 this->byteCount += inputLength;
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 200 int32_t inputLength = strlen(s);
215 ucsdet_setText(csd, s, inputLength, &status);
217 const UCharsetMatch* bestSingleMatch = getPreferred(s, inputLength,
228 if (isPrintableAscii(s, inputLength)) {
232 ucsdet_setText(csd, s, inputLength, &status);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CjkBreakEngine.java 93 int inputLength = endPos - startPos;
94 int[] charPositions = new int[inputLength + 1];
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CjkBreakEngine.java 92 int inputLength = endPos - startPos;
93 int[] charPositions = new int[inputLength + 1];
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp 62 int32_t inputLength;
63 UPerfTest::getBuffer(inputLength, status);
64 if(U_SUCCESS(status) && inputLength>0) {
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
BZip2CompressorOutputStream.java 332 * {@code inputLength} this method returns {@code MAX_BLOCKSIZE}
335 * @param inputLength
339 public static int chooseBlockSize(final long inputLength) {
340 return (inputLength > 0) ? (int) Math
341 .min((inputLength / 132000) + 1, 9) : MAX_BLOCKSIZE;
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
BlockCipherTestBase.java     [all...]
  /external/icu/icu4c/source/test/intltest/
strcase.cpp     [all...]
regextst.cpp     [all...]
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
ant.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 3006 milliseconds