Searched defs:outputLength (Results 1 - 15 of 15) sorted by relevance

/external/brotli/java/org/brotli/dec/
H A DState.java68 int outputLength; field in class:State
/external/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp532 UnicodeString output[], int32_t outputLength) {
537 for (i=0; i<outputLength; ++i) {
570 if((i + 1) == outputLength) {
573 errln(UnicodeString("Missing field(s) in ", "") + s + " only " + (i + 1) + " out of " + outputLength);
531 hexsplit(const char *s, char delimiter, UnicodeString output[], int32_t outputLength) argument
H A Dconvtest.cpp713 int32_t outputLength; local
719 outputLength= 0;
723 outputLength = ucnv_fromUChars(cnv, output, 10, UnicodeString::fromUTF32(input, 1).getTerminatedBuffer(), -1, &status);
724 if (U_FAILURE(status) || outputLength != 0) {
733 outputLength= 0;
741 outputLength = ucnv_fromUChars(cnv, output, 10, UnicodeString::fromUTF32(input, 1).getTerminatedBuffer(), -1, &status);
742 if (U_FAILURE(status) || outputLength <= 0) {
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
185 encodedLength=outputLength=0;
212 outputLength=pOut-output;
213 if(inputLength!=outputLength) {
214 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c2505 int32_t outputLength; local
2547 outputLength=(int32_t)(target-output);
2548 (void)outputLength; /* Suppress set but not used warning. */
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp2078 int outputLength = ECDH_compute_key(&out[stdOutOffset], out.size() - stdOutOffset, pubkeyPoint, local
2082 if (outputLength == -1) {
2083 JNI_TRACE("ECDH_compute_key(%p) => outputLength = -1", pubPkey);
2088 JNI_TRACE("ECDH_compute_key(%p) => outputLength=%d", pubPkey, outputLength);
2089 return outputLength;
/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/ ...
/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/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 349 milliseconds