HomeSort by relevance Sort by last modified time
    Searched refs:sourceLen (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 652 uLong sourceLen));
655 deflation of sourceLen bytes. It must be called after deflateInit() or
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 652 uLong sourceLen));
655 deflation of sourceLen bytes. It must be called after deflateInit() or
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 652 uLong sourceLen));
655 deflation of sourceLen bytes. It must be called after deflateInit() or
    [all...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt;
145 const source: PChar; sourceLen: LongInt): Integer;
147 const source: PChar; sourceLen: LongInt;
149 function compressBound(sourceLen: LongInt): LongInt;
151 const source: PChar; sourceLen: LongInt): Integer;
  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.h 351 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status);
tblcoll.cpp 451 int32_t sourceLen,
460 if ((!source) || (sourceLen == 0)) {
466 source, sourceLen,
ucol_bld.cpp 550 uint32_t u_toLargeKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
558 if(sourceLen > resLen) {
563 for(i = 0; i < sourceLen; i++) {
581 return sourceLen;
585 uint32_t u_toSmallKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
593 if(sourceLen > resLen) {
598 for(i = 0; i < sourceLen; i++) {
616 return sourceLen;
    [all...]
ucol_imp.h 343 const UChar *sourceString, int32_t sourceLen,
462 #define init_collIterate(collator, sourceString, sourceLen, s) { \
464 (s)->endp = (sourceLen) == -1 ? NULL :(UChar *)(sourceString)+(sourceLen); \
    [all...]
  /external/icu4c/i18n/
rbt_pars.h 351 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status);
ucol_bld.cpp 551 uint32_t u_toLargeKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
559 if(sourceLen > resLen) {
564 for(i = 0; i < sourceLen; i++) {
582 return sourceLen;
586 uint32_t u_toSmallKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
594 if(sourceLen > resLen) {
599 for(i = 0; i < sourceLen; i++) {
617 return sourceLen;
    [all...]
ucol_imp.h 341 const UChar *sourceString, int32_t sourceLen,
460 #define init_collIterate(collator, sourceString, sourceLen, s) { \
462 (s)->endp = (sourceLen) == -1 ? NULL :(UChar *)(sourceString)+(sourceLen); \
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/normperf/
normperf.h 87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
94 srcLen = sourceLen;
157 NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) : options(opts) {
162 destLen = sourceLen*3;
165 srcLen = sourceLen;
  /external/chromium_org/third_party/openssl/openssl/crypto/comp/
c_zlib.c 59 uLong sourceLen);
99 const Bytef *source, uLong sourceLen);
306 uLong sourceLen)
312 stream.avail_in = (uInt)sourceLen;
314 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
  /external/icu4c/test/perf/normperf/
normperf.h 87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
94 srcLen = sourceLen;
157 NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) : options(opts) {
162 destLen = sourceLen*3;
165 srcLen = sourceLen;
  /external/openssl/crypto/comp/
c_zlib.c 59 uLong sourceLen);
99 const Bytef *source, uLong sourceLen);
306 uLong sourceLen)
312 stream.avail_in = (uInt)sourceLen;
314 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvtst.c 42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
44 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
47 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
    [all...]
  /external/icu4c/test/cintltst/
ncnvtst.c 42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
44 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
47 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
    [all...]
  /external/chromium_org/third_party/zlib/
deflate.c 492 uLong ZEXPORT deflateBound(strm, sourceLen)
494 uLong sourceLen;
501 complen = sourceLen +
502 ((sourceLen + 7) >> 3) + ((sourceLen + 63) >> 6) + 5;
545 return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) +
546 (sourceLen >> 25) + 13 - 6 + wraplen;
    [all...]
  /external/zlib/src/
deflate.c 566 uLong ZEXPORT deflateBound(strm, sourceLen)
568 uLong sourceLen;
575 complen = sourceLen +
576 ((sourceLen + 7) >> 3) + ((sourceLen + 63) >> 6) + 5;
619 return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) +
620 (sourceLen >> 25) + 13 - 6 + wraplen;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtjava.c 104 uCharsToChars( char* target,int32_t targetLen, UChar* source, int32_t sourceLen,UErrorCode* status){
107 while(i<sourceLen){
136 if(i+1<sourceLen){
204 strrch(const char* source,uint32_t sourceLen,char find){
205 const char* tSourceEnd =source + (sourceLen-1);
  /external/icu4c/tools/genrb/
wrtjava.c 103 uCharsToChars( char* target,int32_t targetLen, UChar* source, int32_t sourceLen,UErrorCode* status){
106 while(i<sourceLen){
135 if(i+1<sourceLen){
203 strrch(const char* source,uint32_t sourceLen,char find){
204 const char* tSourceEnd =source + (sourceLen-1);
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 489 uLong ZEXPORT deflateBound(strm, sourceLen)
491 uLong sourceLen;
497 destLen = sourceLen +
498 ((sourceLen + 7) >> 3) + ((sourceLen + 63) >> 6) + 11;
510 return compressBound(sourceLen);
    [all...]
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 207 const Bytef *source, uLong sourceLen, int level)
213 stream.avail_in = (uInt)sourceLen;
  /external/bzip2/
bzlib.c     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h     [all...]

Completed in 1271 milliseconds

1 2 34 5