HomeSort by relevance Sort by last modified time
    Searched full:encodedlength (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/perf/utfperf/
utfperf.cpp 39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints;
182 encodedLength=outputLength=0;
189 encodedLength+=(int32_t)(pInter-intermediate);
243 encodedLength=0;
248 encodedLength+=(int32_t)(pInter-intermediate);
301 encodedLength=0;
310 encodedLength+=(int32_t)(pInter-intermediate);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/codec/
EncoderUtil.java 514 int encodedLength = bEncodedLength(bytes);
516 int totalLength = prefix.length() + encodedLength
542 int encodedLength = qEncodedLength(bytes, usage);
544 int totalLength = prefix.length() + encodedLength

Completed in 358 milliseconds