Home
last modified time | relevance | path

Searched defs:srcLen (Results 26 – 50 of 240) sorted by relevance

12345678910

/aosp_15_r20/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.cpp77 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const char16_t* src ,int32_t srcLen,UNor… in normalizeInput()
94 …erPerformanceTest::normalizeInput(int32_t& len, const char16_t* src ,int32_t srcLen,UNormalization… in normalizeInput()
158 int32_t srcLen = 0; in NormalizerPerformanceTest() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/strsrchperf/
H A Dstrsrchperf.h25 int32_t srcLen; variable
52 int32_t srcLen; variable
/aosp_15_r20/external/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h25 int32_t srcLen; variable
52 int32_t srcLen; variable
/aosp_15_r20/external/lzma/C/
H A DXzDec.c198 const Byte *src, SizeT *srcLen, int srcWasFinished, 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()
582 const Byte *src, SizeT *srcLen, int srcWasFinished, in MixCoder_Code()
1017 const Byte *src, SizeT *srcLen, int srcFinished, in XzUnpacker_Code()
1374 const Byte *src, SizeT *srcLen, in XzUnpacker_CodeFull()
H A DZstdDec.c171 #define SET_bitOffset_TO_PAD(bitOffset, src, srcLen) \ argument
893 const Byte *src, const size_t srcLen, in Huf_Decompress_1stream()
942 const Byte *src, size_t srcLen, in Huf_Decompress_4stream()
1136 size_t srcLen; in Huf_DecodeTable() local
1977 const Byte *src, const size_t srcLen,
3215 SizeT * const srcLen = &ds->inPos; local
H A DLzmaDec.c952 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic()
1200 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, E… in LzmaDec_DecodeToBuf()
1340 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in LzmaDecode()
H A DLzma86Enc.c14 int Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t srcLen, in Lzma86_Encode()
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/collperf2/
H A Dcollperf2.cpp91 int32_t srcLen, tgtLen; in call() local
154 int32_t srcLen = useLen ? source->lengthOf(i) : -1; in call() local
203 int32_t srcLen, tgtLen; in call() local
266 int32_t srcLen = useLen ? source->lengthOf(i) : -1; in call() local
502 int32_t srcLen, tgtLen; in call() local
564 int32_t srcLen = useLen ? source->lengthOf(i) : -1; in call() local
/aosp_15_r20/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp91 int32_t srcLen, tgtLen; in call() local
154 int32_t srcLen = useLen ? source->lengthOf(i) : -1; in call() local
203 int32_t srcLen, tgtLen; in call() local
266 int32_t srcLen = useLen ? source->lengthOf(i) : -1; in call() local
502 int32_t srcLen, tgtLen; in call() local
564 int32_t srcLen = useLen ? source->lengthOf(i) : -1; in call() local
/aosp_15_r20/external/icu/icu4c/source/tools/genrb/
H A Dwrtjava.cpp232 str_write_java(const char16_t *src, int32_t srcLen, UBool printEndLine, UErrorCode *status) { in str_write_java()
451 int32_t srcLen=res->fLength; in bytes_write_java() local
H A Dwrtxml.cpp176 static void strnrepchr(char* src, int32_t srcLen, char s, char r){ in strnrepchr()
236 const char16_t* src, int32_t srcLen, UErrorCode* status){ in convertAndEscape()
400 print(char16_t* src, int32_t srcLen,const char *tagStart,const char *tagEnd, UErrorCode *status){ in print()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp176 static void strnrepchr(char* src, int32_t srcLen, char s, char r){ in strnrepchr()
236 const char16_t* src, int32_t srcLen, UErrorCode* status){ in convertAndEscape()
400 print(char16_t* src, int32_t srcLen,const char *tagStart,const char *tagEnd, UErrorCode *status){ in print()
H A Dwrtjava.cpp232 str_write_java(const char16_t *src, int32_t srcLen, UBool printEndLine, UErrorCode *status) { in str_write_java()
454 int32_t srcLen=res->fLength; in bytes_write_java() local
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/math/
H A DFDBigInteger.java1355 private static int multAndCarryBy10(int[] src, int srcLen, int[] dst) { in multAndCarryBy10()
1379 private static void mult(int[] src, int srcLen, int value, int[] dst) { in mult()
1406 private static void mult(int[] src, int srcLen, int v0, int v1, int[] dst) { in mult()
/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/
H A DLzmaDec.c713 SRes LzmaDec_DecodeToDic(struct CLzmaDec *p, size_t dicLimit, const uint8_t *src, size_t *srcLen, in LzmaDec_DecodeToDic()
834 …uct CLzmaDec *p, uint8_t *dest, size_t *destLen, const uint8_t *src, size_t *srcLen, enum ELzmaFin… in LzmaDec_DecodeToBuf()
963 SRes LzmaDecode(uint8_t *dest, size_t *destLen, const uint8_t *src, size_t *srcLen, in LzmaDecode()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Didnatest.c605 int32_t srcLen; in TestCompare() local
686 int32_t srcLen = u_strlen(src); in TestJB4475() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Didnatest.c605 int32_t srcLen; in TestCompare() local
686 int32_t srcLen = u_strlen(src); in TestJB4475() local
/aosp_15_r20/external/lz4/tests/
H A Ddecompress-partial.c31 int srcLen = (int)strlen(source); in main() local
H A Ddecompress-partial-usingDict.c33 int srcLen = (int)strlen(source); in main() local
/aosp_15_r20/external/zstd/build/single_file_libs/examples/
H A Dsimple.c51 size_t ZSTD_decompress(void* dst, size_t dstLen, const void* src, size_t srcLen) { in ZSTD_decompress()
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DBase64.java191 int srcLen = 0; in decode() local
/aosp_15_r20/build/make/tools/acp/
H A Dacp.c118 int srcLen; in process() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestStreaming.java81 int srcLen, processedLen, chunk, len, nPortions, offset; in testStreaming() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/bidi/
H A DTestStreaming.java78 int srcLen, processedLen, chunk, len, nPortions, offset; in testStreaming() local
/aosp_15_r20/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.cpp105 int32_t srcLen = 0; in StringPerformanceTest() local

12345678910