HomeSort by relevance Sort by last modified time
    Searched refs:sourceLen (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/zlib/
compress.c 13 parameter has the same meaning as in deflateInit. sourceLen is the byte
15 destination buffer, which must be at least 0.1% larger than sourceLen plus
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
26 uLong sourceLen;
33 stream.avail_in = (uInt)sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
66 uLong sourceLen;
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
75 uLong ZEXPORT compressBound (sourceLen)
    [all...]
uncompr.c 12 Decompresses the source buffer into the destination buffer. sourceLen is
24 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
28 uLong sourceLen;
34 stream.avail_in = (uInt)sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
  /external/qemu/distrib/zlib-1.2.3/
compress.c 13 parameter has the same meaning as in deflateInit. sourceLen is the byte
15 destination buffer, which must be at least 0.1% larger than sourceLen plus
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
26 uLong sourceLen;
33 stream.avail_in = (uInt)sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
66 uLong sourceLen;
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
75 uLong ZEXPORT compressBound (sourceLen)
    [all...]
uncompr.c 12 Decompresses the source buffer into the destination buffer. sourceLen is
26 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
30 uLong sourceLen;
36 stream.avail_in = (uInt)sourceLen;
38 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /external/icu4c/samples/cal/
uprint.c 31 int32_t sourceLen;
40 sourceLen = u_strlen(s);
42 mySourceEnd = mySource + sourceLen;
  /external/icu4c/samples/date/
uprint.c 32 int32_t sourceLen;
41 sourceLen = u_strlen(s);
43 mySourceEnd = mySource + sourceLen;
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.h 56 StringSearchPerfFunction(StrSrchFn func, BoyerMooreSearch *search, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen) {
59 srcLen = sourceLen;
65 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) {
68 srcLen = sourceLen;
101 void ICUForwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) {
109 void ICUBackwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) {
118 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
127 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
  /external/icu4c/test/cintltst/
ncnvfbts.h 23 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
25 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
nccbtst.h 45 UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
50 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
54 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
58 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java 56 int sourceLen = 0;
59 sourceLen = queryTokens[thisMatch].length();
61 applySuggestedTextStyle(str, t.mStart + sourceLen, t.mEnd);
62 applyQueryTextStyle(str, t.mStart, t.mStart + sourceLen);
  /external/icu4c/test/perf/convperf/
convperf.h 33 ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& status){
36 srcLen = sourceLen;
79 ICUFromUnicodePerfFunction(const char* name, const UChar* source, int32_t sourceLen, UErrorCode& status){
82 srcLen = sourceLen;
280 WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& status){
310 srcLen = sourceLen;
336 WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status){
366 srcLen = sourceLen;
392 WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& status){
406 srcLen = sourceLen;
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
LevenshteinDistance.java 67 final int sourceLen = src.length;
71 for (int s = 1; s <= sourceLen; ++s) {
95 return distTab[sourceLen][targetLen];
  /development/ndk/platforms/android-3/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]

Completed in 1075 milliseconds

1 2 3