/aosp_15_r20/external/icu/icu4c/source/test/perf/normperf/ |
H A D | normperf.cpp | 77 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 D | strsrchperf.h | 25 int32_t srcLen; variable 52 int32_t srcLen; variable
|
/aosp_15_r20/external/icu/icu4c/source/test/perf/strsrchperf/ |
H A D | strsrchperf.h | 25 int32_t srcLen; variable 52 int32_t srcLen; variable
|
/aosp_15_r20/external/lzma/C/ |
H A D | XzDec.c | 198 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 D | ZstdDec.c | 171 #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 D | LzmaDec.c | 952 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 D | Lzma86Enc.c | 14 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 D | collperf2.cpp | 91 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 D | collperf2.cpp | 91 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 D | wrtjava.cpp | 232 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 D | wrtxml.cpp | 176 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 D | wrtxml.cpp | 176 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 D | wrtjava.cpp | 232 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 D | FDBigInteger.java | 1355 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 D | LzmaDec.c | 713 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 D | idnatest.c | 605 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 D | idnatest.c | 605 int32_t srcLen; in TestCompare() local 686 int32_t srcLen = u_strlen(src); in TestJB4475() local
|
/aosp_15_r20/external/lz4/tests/ |
H A D | decompress-partial.c | 31 int srcLen = (int)strlen(source); in main() local
|
H A D | decompress-partial-usingDict.c | 33 int srcLen = (int)strlen(source); in main() local
|
/aosp_15_r20/external/zstd/build/single_file_libs/examples/ |
H A D | simple.c | 51 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 D | Base64.java | 191 int srcLen = 0; in decode() local
|
/aosp_15_r20/build/make/tools/acp/ |
H A D | acp.c | 118 int srcLen; in process() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
H A D | TestStreaming.java | 81 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 D | TestStreaming.java | 78 int srcLen, processedLen, chunk, len, nPortions, offset; in testStreaming() local
|
/aosp_15_r20/external/icu/icu4c/source/test/perf/ustrperf/ |
H A D | stringperf.cpp | 105 int32_t srcLen = 0; in StringPerformanceTest() local
|