/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | spreptst.c | 304 destLen = 0; in unescapeData() local 332 int32_t destLen = 0; in Test_nfs4_cis_prep() local 450 int32_t destLen=0; in Test_nfs4_mixed_prep() local 510 …int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, false, &parseError, &status); in Test_nfs4_cs_prep() local 533 …int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, false, &parseError, &status); in Test_nfs4_cs_prep() local 556 … int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, true, &parseError, &status); in Test_nfs4_cs_prep() local 582 …int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, false, &parseError, &status); in Test_nfs4_cs_prep() local
|
H A D | idnatest.c | 80 int32_t destLen = 0; in testAPI() local 688 int32_t destLen = 40; in TestJB4475() local 728 int32_t destLen = UPRV_LENGTHOF(dest); in TestLength() local 780 int32_t destLen = UPRV_LENGTHOF(dest); in TestLength() local
|
H A D | cbiditst.c | 1424 int32_t srcLen, destLen, runCount, i; in doMisc() local 1858 int32_t srcLen, destLen; in testMultipleParagraphs() local 2396 int destLen, i; in _testManyAddedPoints() local 2425 int destLen; in _testMisc() local 3952 const char *destChars, const UChar *dest, int32_t destLen, in assertRoundTrip() 4129 int32_t destLen, const char* mode, in checkResultLength() 4196 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; in testReorderRunsOnly() local 4280 int32_t srcLen, destLen, idx; in testReorderingMode() local 4387 int32_t destLen; in inverseBasic() local 4577 int32_t srcLen, destLen, textSrcSize = (int32_t)uprv_strlen(textSrc); in testClassOverride() local [all …]
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | spreptst.c | 304 destLen = 0; in unescapeData() local 332 int32_t destLen = 0; in Test_nfs4_cis_prep() local 450 int32_t destLen=0; in Test_nfs4_mixed_prep() local 510 …int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, false, &parseError, &status); in Test_nfs4_cs_prep() local 533 …int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, false, &parseError, &status); in Test_nfs4_cs_prep() local 556 … int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, true, &parseError, &status); in Test_nfs4_cs_prep() local 582 …int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, false, &parseError, &status); in Test_nfs4_cs_prep() local
|
H A D | idnatest.c | 80 int32_t destLen = 0; in testAPI() local 688 int32_t destLen = 40; in TestJB4475() local 728 int32_t destLen = UPRV_LENGTHOF(dest); in TestLength() local 780 int32_t destLen = UPRV_LENGTHOF(dest); in TestLength() local
|
H A D | cbiditst.c | 1424 int32_t srcLen, destLen, runCount, i; in doMisc() local 1858 int32_t srcLen, destLen; in testMultipleParagraphs() local 2396 int destLen, i; in _testManyAddedPoints() local 2425 int destLen; in _testMisc() local 3952 const char *destChars, const UChar *dest, int32_t destLen, in assertRoundTrip() 4129 int32_t destLen, const char* mode, in checkResultLength() 4196 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; in testReorderRunsOnly() local 4280 int32_t srcLen, destLen, idx; in testReorderingMode() local 4387 int32_t destLen; in inverseBasic() local 4576 int32_t srcLen, destLen, textSrcSize = (int32_t)uprv_strlen(textSrc); in testClassOverride() local [all …]
|
/aosp_15_r20/external/lzma/CPP/Common/ |
H A D | UTFConvert.cpp | 339 static bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *src, const char *srcLim, unsi… in Utf8_To_Utf16() 663 size_t destLen = 0; in Convert_UTF8_Buf_To_Unicode() local 709 const size_t destLen = Utf16_To_Utf8_Calc(src, src.Ptr(src.Len()), flags); in ConvertUnicodeToUTF8_Flags() local 752 const size_t destLen = Utf16_To_Utf8_Calc(src, src.Ptr(src.Len()), flags); in Convert_Unicode_To_UTF8_Buf() local
|
/aosp_15_r20/external/icu/icu4c/source/tools/genrb/ |
H A D | prscmnts.cpp | 141 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); in getDescription() local 232 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); in getTranslate() local 242 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); in getNote() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/genrb/ |
H A D | prscmnts.cpp | 141 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); in getDescription() local 232 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); in getTranslate() local 242 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); in getNote() local
|
/aosp_15_r20/external/libwebsockets/win32port/zlib/ |
H A D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
|
H A D | uncompr.c | 24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | CharsetUtils.java | 59 long dest, int destOff, int destLen) { in toModifiedUtf8Bytes() 84 long dest, int destOff, int destLen); in toModifiedUtf8Bytes()
|
/aosp_15_r20/external/python/cpython2/Modules/zlib/ |
D | uncompr.c | 27 int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) in uncompress2() argument 86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
|
D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/ |
D | uncompr.c | 27 int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) in uncompress2() argument 86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
|
D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
|
/aosp_15_r20/external/zlib/ |
H A D | uncompr.c | 27 int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress2() 82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress()
|
H A D | compress.c | 22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() 63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress()
|
/aosp_15_r20/external/lzma/C/ |
H A D | LzmaLib.c | 11 Z7_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLe… in LzmaCompress() 37 Z7_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *sr… in LzmaUncompress()
|
H A D | XzDec.c | 197 Byte *dest, SizeT *destLen, in XzBcFilterState_Code2() 327 static SRes SbState_Code2(void *pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in SbState_Code2() 417 static SRes Lzma2State_Code2(void *pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in Lzma2State_Code2() 581 Byte *dest, SizeT *destLen, int destFinish, in MixCoder_Code() 1016 SRes XzUnpacker_Code(CXzUnpacker *p, Byte *dest, SizeT *destLen, in XzUnpacker_Code() 1373 SRes XzUnpacker_CodeFull(CXzUnpacker *p, Byte *dest, SizeT *destLen, in XzUnpacker_CodeFull()
|
H A D | Lzma2Dec.c | 430 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,… in Lzma2Dec_DecodeToBuf() 471 SRes Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in Lzma2Decode()
|
H A D | Lzma86Dec.c | 23 SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen) in Lzma86_Decode()
|
/aosp_15_r20/external/zstd/zlibWrapper/ |
H A D | zstd_zlibwrapper.c | 1101 ZEXTERN int ZEXPORT z_compress _Z_OF((Bytef *dest, uLongf *destLen, in z_compress() 1120 ZEXTERN int ZEXPORT z_compress2 _Z_OF((Bytef *dest, uLongf *destLen, in z_compress2() 1145 ZEXTERN int ZEXPORT z_uncompress _Z_OF((Bytef *dest, uLongf *destLen, in z_uncompress()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | Utf8ByteLengthFilter.java | 58 int destLen = dest.length(); in filter() local
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | Utf8ByteLengthFilter.java | 57 int destLen = dest.length(); in filter() local
|