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

1 2 3

  /external/chromium_org/third_party/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;
zlib.h     [all...]
  /external/chromium_org/third_party/icu/source/samples/cal/
uprint.c 31 int32_t sourceLen;
40 sourceLen = u_strlen(s);
42 mySourceEnd = mySource + sourceLen;
  /external/chromium_org/third_party/icu/source/samples/date/
uprint.c 32 int32_t sourceLen;
41 sourceLen = u_strlen(s);
43 mySourceEnd = mySource + sourceLen;
  /external/icu/icu4c/source/samples/cal/
uprint.c 31 int32_t sourceLen;
40 sourceLen = u_strlen(s);
42 mySourceEnd = mySource + sourceLen;
  /external/icu/icu4c/source/samples/date/
uprint.c 32 int32_t sourceLen;
41 sourceLen = u_strlen(s);
43 mySourceEnd = mySource + sourceLen;
  /external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
strsrchperf.h 34 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) {
37 srcLen = sourceLen;
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
  /external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.h 34 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) {
37 srcLen = sourceLen;
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
  /external/chromium_org/third_party/icu/source/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,
  /external/icu/icu4c/source/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,
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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...]
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkCLImageDiffer.cpp 62 size_t sourceLen = strlen(source);
63 cl_program program = clCreateProgramWithSource(fContext, 1, &source, &sourceLen, NULL);
  /external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp 410 int32_t sourceLen,
417 if (sourceLen < -1 || (source == NULL && sourceLen != 0)) {
422 if (sourceLen < 0) {
423 sourceLen = u_strlen(source);
425 if (sourceLen == 0) {
429 int32_t resultLen = ucol_getCollationKey(ucollator, source, sourceLen, sortkey, status);
rbt_pars.h 351 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status);
  /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_org/sdch/open-vcdiff/src/zlib/
zlib.h 645 uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
    [all...]
  /external/bzip2/
bzlib.h 208 unsigned int sourceLen,
218 unsigned int sourceLen,
  /external/chromium_org/third_party/icu/source/extra/uconv/
uwmsg.c 36 int32_t sourceLen,
52 mySourceEnd = mySource + sourceLen;
  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.h 181 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen)
190 src_ = new UChar[sourceLen];
191 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR);
192 srcLen_ = sourceLen;
203 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen)
212 src_ = new UChar[sourceLen];
213 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR);
214 srcLen_ = sourceLen;
  /external/icu/icu4c/source/extra/uconv/
uwmsg.c 36 int32_t sourceLen,
52 mySourceEnd = mySource + sourceLen;
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 181 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen)
190 src_ = new UChar[sourceLen];
191 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR);
192 srcLen_ = sourceLen;
203 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen)
212 src_ = new UChar[sourceLen];
213 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR);
214 srcLen_ = sourceLen;

Completed in 6700 milliseconds

1 2 3