Searched defs:inputLength (Results 1 - 20 of 20) sorted by relevance

/external/icu/icu4c/source/samples/csdet/
H A Dcsdet.c33 int32_t inputLength, match, matchCount = 0; local
51 inputLength = (int32_t) fread(buffer, 1, BUFFER_SIZE, file);
56 ucsdet_setText(csd, buffer, inputLength, &status);
/external/skia/tests/
H A DPDFDeflateWStreamTest.cpp53 size_t inputLength = src->getLength(); local
54 if (input == nullptr || inputLength == 0) {
60 flateData.avail_in = SkToUInt(inputLength);
/external/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp57 int32_t inputLength; local
58 UPerfTest::getBuffer(inputLength, status);
59 if(U_SUCCESS(status) && inputLength>0) {
/external/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp62 int32_t inputLength; local
63 UPerfTest::getBuffer(inputLength, status);
64 if(U_SUCCESS(status) && inputLength>0) {
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp89 int32_t inputLength; local
90 UPerfTest::getBuffer(inputLength, status);
127 input(testcase.getBuffer()), inputLength(testcase.getBufferLen()),
148 int32_t inputLength; member in class:Command
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/src/core/
H A DSkMD5.cpp39 bool SkMD5::write(const void* buf, size_t inputLength) { argument
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/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp1923 int32_t inputLength = input.length(); local
1959 while (pos < inputLength) {
1998 while (pos < inputLength) {
2037 if (i >= affixLength || pos >= inputLength) {
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp4410 int32_t inputLength; local
4603 inputLength = matchString.extract(inputChars, inputCapacity, UTF8Converter.getAlias(), status);
4607 inputCapacity = inputLength + 1;
4611 utext_openUTF8(&inputText, inputChars, inputLength, &status);
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3728 milliseconds