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

  /external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints;
182 encodedLength=outputLength=0;
209 outputLength=pOut-output;
210 if(inputLength!=outputLength) {
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints;
182 encodedLength=outputLength=0;
209 outputLength=pOut-output;
210 if(inputLength!=outputLength) {
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c     [all...]
cmsccoll.c 777 int32_t outputLength;
846 outputLength = (int32_t)strlen(output);
847 if(outputLength > maxOutputLength) {
848 maxOutputLength = outputLength;
849 U_ASSERT(outputLength < sizeof(output));
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 

Completed in 1084 milliseconds