Home
last modified time | relevance | path

Searched defs:sourceLen (Results 1 – 24 of 24) sorted by relevance

/external/qemu/distrib/zlib-1.2.3/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
75 uLong ZEXPORT compressBound (sourceLen) in compressBound() argument
Duncompr.c26 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
Ddeflate.c489 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() argument
/external/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
75 uLong ZEXPORT compressBound (sourceLen) in compressBound() argument
Duncompr.c26 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
Ddeflate.c489 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() argument
/external/webkit/WebCore/platform/image-decoders/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
75 uLong ZEXPORT compressBound (sourceLen) in compressBound() argument
Duncompr.c26 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
Ddeflate.c489 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() argument
/external/icu4c/samples/cal/
Duprint.c31 int32_t sourceLen; in uprint() local
/external/icu4c/samples/date/
Duprint.c32 int32_t sourceLen; in uprint() local
/external/icu4c/test/perf/convperf/
Dconvperf.h33 …ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& sta… in ICUToUnicodePerfFunction()
79 …ICUFromUnicodePerfFunction(const char* name, const UChar* source, int32_t sourceLen, UErrorCode& … in ICUFromUnicodePerfFunction()
280 …WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& … in WinIMultiLanguageToUnicodePerfFunction()
336 …WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCod… in WinIMultiLanguageFromUnicodePerfFunction()
392 …WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode&… in WinIMultiLanguage2ToUnicodePerfFunction()
446 …WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCo… in WinIMultiLanguage2FromUnicodePerfFunction()
/external/icu4c/extra/uconv/
Duwmsg.c36 int32_t sourceLen, in uprint()
/external/icu4c/tools/genrb/
Dwrtjava.c104 uCharsToChars( char* target,int32_t targetLen, UChar* source, int32_t sourceLen,UErrorCode* status){ in uCharsToChars()
204 strrch(const char* source,uint32_t sourceLen,char find){ in strrch()
/external/icu4c/test/perf/ustrperf/
Dstringperf.h179 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction()
201 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction()
/external/icu4c/test/perf/normperf/
Dnormperf.h87 …QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMod… in QuickCheckPerfFunction()
157 …NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) :… in NormPerfFunction()
/external/icu4c/i18n/
Ducol_bld.cpp532 uint32_t u_toLargeKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t… in u_toLargeKana()
567 uint32_t u_toSmallKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t… in u_toSmallKana()
Dtblcoll.cpp439 int32_t sourceLen, in getCollationKey()
Drbt_pars.cpp1577 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status) { in utrans_stripRules()
Ducol.cpp119 int32_t sourceLen, collIterate *s) { in IInit_collIterate()
148 int32_t sourceLen, collIterate *s){ in uprv_init_collIterate()
/external/icu4c/test/cintltst/
Dncnvtst.c989 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLe… in convertFromU()
1078 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, in convertToU()
1175 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe… in testConvertFromU()
Dncnvfbts.c127 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int… in testConvertFromUnicode()
Dnccbtst.c2581 UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expect… in testConvertFromUnicode()
2978 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect,… in testConvertFromUnicodeWithContext()
Dnucnvtst.c328 static ETestConvertResult testConvertFromU( const UChar *source, int sourceLen, const uint8_t *exp… in testConvertFromU()