Home
last modified time | relevance | path

Searched defs:srcLen (Results 1 – 25 of 240) sorted by relevance

12345678910

/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/ustrperf/
H A Dstringperf.h391 inline void ctor(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor()
396 inline void ctor1(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor1()
401 inline void ctor2(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor2()
406 inline void ctor3(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor3()
411 inline UnicodeString icu_assign_helper(const char16_t* src,int32_t srcLen) in icu_assign_helper()
417 inline void assign(const char16_t* src,int32_t srcLen, UnicodeString s0) in assign()
422 inline void assign1(const char16_t* src,int32_t srcLen, UnicodeString s0) in assign1()
427 inline void assign2(const char16_t* src,int32_t srcLen, UnicodeString s0) in assign2()
432 inline void getch(const char16_t* src,int32_t srcLen, UnicodeString s0) in getch()
438 inline void catenate(const char16_t* src,int32_t srcLen, UnicodeString s0) in catenate()
[all …]
/aosp_15_r20/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h391 inline void ctor(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor()
396 inline void ctor1(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor1()
401 inline void ctor2(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor2()
406 inline void ctor3(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor3()
411 inline UnicodeString icu_assign_helper(const char16_t* src,int32_t srcLen) in icu_assign_helper()
417 inline void assign(const char16_t* src,int32_t srcLen, UnicodeString s0) in assign()
422 inline void assign1(const char16_t* src,int32_t srcLen, UnicodeString s0) in assign1()
427 inline void assign2(const char16_t* src,int32_t srcLen, UnicodeString s0) in assign2()
432 inline void getch(const char16_t* src,int32_t srcLen, UnicodeString s0) in getch()
438 inline void catenate(const char16_t* src,int32_t srcLen, UnicodeString s0) in catenate()
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/normperf/
H A Dnormperf.h44 int32_t srcLen; variable
115 int32_t srcLen; variable
261 int32_t ICUNormNFD(const char16_t* src, int32_t srcLen,char16_t* dest, int32_t dstLen, int32_t opti… in ICUNormNFD()
265 int32_t ICUNormNFC(const char16_t* src, int32_t srcLen,char16_t* dest, int32_t dstLen, int32_t opti… in ICUNormNFC()
269 int32_t ICUNormNFKD(const char16_t* src, int32_t srcLen,char16_t* dest, int32_t dstLen, int32_t opt… in ICUNormNFKD()
272 int32_t ICUNormNFKC(const char16_t* src, int32_t srcLen,char16_t* dest, int32_t dstLen, int32_t opt… in ICUNormNFKC()
276 int32_t ICUNormFCD(const char16_t* src, int32_t srcLen,char16_t* dest, int32_t dstLen, int32_t opti… in ICUNormFCD()
280 int32_t ICUQuickCheck(const char16_t* src,int32_t srcLen, UNormalizationMode mode, int32_t options,… in ICUQuickCheck()
287 int32_t ICUIsNormalized(const char16_t* src,int32_t srcLen, UNormalizationMode mode, int32_t option… in ICUIsNormalized()
294 int32_t ICUNormNFD(const char16_t* src, int32_t srcLen,char16_t* dest, int32_t dstLen, int32_t opti… in ICUNormNFD()
[all …]
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/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h44 int32_t srcLen; variable
115 int32_t srcLen; variable
261 int32_t ICUNormNFD(const char16_t* src, int32_t srcLen,char16_t* dest, int32_t dstLen, int32_t opti… in ICUNormNFD()
265 int32_t ICUNormNFC(const char16_t* src, int32_t srcLen,char16_t* dest, int32_t dstLen, int32_t opti… in ICUNormNFC()
269 int32_t ICUNormNFKD(const char16_t* src, int32_t srcLen,char16_t* dest, int32_t dstLen, int32_t opt… in ICUNormNFKD()
272 int32_t ICUNormNFKC(const char16_t* src, int32_t srcLen,char16_t* dest, int32_t dstLen, int32_t opt… in ICUNormNFKC()
276 int32_t ICUNormFCD(const char16_t* src, int32_t srcLen,char16_t* dest, int32_t dstLen, int32_t opti… in ICUNormFCD()
280 int32_t ICUQuickCheck(const char16_t* src,int32_t srcLen, UNormalizationMode mode, int32_t options,… in ICUQuickCheck()
287 int32_t ICUIsNormalized(const char16_t* src,int32_t srcLen, UNormalizationMode mode, int32_t option… in ICUIsNormalized()
294 int32_t ICUNormNFD(const char16_t* src, int32_t srcLen,char16_t* dest, int32_t dstLen, int32_t opti… in ICUNormNFD()
[all …]
/aosp_15_r20/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(char16_t *source, int32_t srcLen, in removeText()
71 trim(char16_t *src, int32_t srcLen, UErrorCode *status){ in trim()
79 removeCmtText(char16_t* source, int32_t srcLen, UErrorCode* status){ in removeCmtText()
87 getText(const char16_t* source, int32_t srcLen, in getText()
124 getDescription( const char16_t* source, int32_t srcLen, in getDescription()
148 getCount(const char16_t* source, int32_t srcLen, in getCount()
185 getAt(const char16_t* source, int32_t srcLen, in getAt()
227 getTranslate( const char16_t* source, int32_t srcLen, in getTranslate()
237 getNote(const char16_t* source, int32_t srcLen, in getNote()
H A Drle.c149 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* … in usArrayToRLEString()
195 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode… in byteArrayToRLEString()
240 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* … in rleStringToUCharArray()
296 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* st… in rleStringToByteArray()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(char16_t *source, int32_t srcLen, in removeText()
71 trim(char16_t *src, int32_t srcLen, UErrorCode *status){ in trim()
79 removeCmtText(char16_t* source, int32_t srcLen, UErrorCode* status){ in removeCmtText()
87 getText(const char16_t* source, int32_t srcLen, in getText()
124 getDescription( const char16_t* source, int32_t srcLen, in getDescription()
148 getCount(const char16_t* source, int32_t srcLen, in getCount()
185 getAt(const char16_t* source, int32_t srcLen, in getAt()
227 getTranslate( const char16_t* source, int32_t srcLen, in getTranslate()
237 getNote(const char16_t* source, int32_t srcLen, in getNote()
H A Drle.c151 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* … in usArrayToRLEString()
197 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode… in byteArrayToRLEString()
242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* … in rleStringToUCharArray()
298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* st… in rleStringToByteArray()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dspreptst.c296 unescapeData(const char* src, int32_t srcLen, in unescapeData()
447 int32_t srcLen; in Test_nfs4_mixed_prep() local
480 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_mixed_prep() local
507 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
530 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
553 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
578 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
H A Dcbiditst.c1424 int32_t srcLen, destLen, runCount, i; in doMisc() local
1711 int32_t srcLen; in testFailureRecovery() local
1858 int32_t srcLen, destLen; in testMultipleParagraphs() local
4196 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; in testReorderRunsOnly() local
4280 int32_t srcLen, destLen, idx; in testReorderingMode() local
4384 static const char* inverseBasic(UBiDi *pBiDi, const char *srcChars, int32_t srcLen, in inverseBasic()
4448 int32_t srcLen, processedLen, chunk, len, nPortions; in testStreaming() local
4577 int32_t srcLen, destLen, textSrcSize = (int32_t)uprv_strlen(textSrc); in testClassOverride() local
4663 int32_t i, srcLen, resLen, idx; in checkMaps() local
4847 int32_t proLength, epiLength, srcLen, destLen, tc; in testContext() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dspreptst.c296 unescapeData(const char* src, int32_t srcLen, in unescapeData()
447 int32_t srcLen; in Test_nfs4_mixed_prep() local
480 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_mixed_prep() local
507 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
530 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
553 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
578 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
H A Dcbiditst.c1424 int32_t srcLen, destLen, runCount, i; in doMisc() local
1711 int32_t srcLen; in testFailureRecovery() local
1858 int32_t srcLen, destLen; in testMultipleParagraphs() local
4196 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; in testReorderRunsOnly() local
4280 int32_t srcLen, destLen, idx; in testReorderingMode() local
4384 static const char* inverseBasic(UBiDi *pBiDi, const char *srcChars, int32_t srcLen, in inverseBasic()
4448 int32_t srcLen, processedLen, chunk, len, nPortions; in testStreaming() local
4576 int32_t srcLen, destLen, textSrcSize = (int32_t)uprv_strlen(textSrc); in testClassOverride() local
4662 int32_t i, srcLen, resLen, idx; in checkMaps() local
4846 int32_t proLength, epiLength, srcLen, destLen, tc; in testContext() local
/aosp_15_r20/external/icu/icu4c/source/test/perf/convperf/
H A Dconvperf.h32 int32_t srcLen; variable
77 int32_t srcLen; variable
157 UINT srcLen; variable
209 UINT srcLen; variable
278 UINT srcLen; variable
334 UINT srcLen; variable
390 UINT srcLen; variable
443 UINT srcLen; variable
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/convperf/
H A Dconvperf.h32 int32_t srcLen; variable
77 int32_t srcLen; variable
157 UINT srcLen; variable
209 UINT srcLen; variable
278 UINT srcLen; variable
334 UINT srcLen; variable
390 UINT srcLen; variable
443 UINT srcLen; variable
/aosp_15_r20/external/armnn/samples/common/src/Audio/
H A DMathUtils.cpp45 const int srcLen) in DotProductF32()
57 int srcLen, in ComplexMagnitudeSquaredF32()
86 float MathUtils::MeanF32(const float* ptrSrc, const uint32_t srcLen) in MeanF32()
97 float MathUtils::StdDevF32(const float* ptrSrc, uint32_t srcLen, float mean) in StdDevF32()
/aosp_15_r20/external/lzma/C/
H A DLzma2Dec.c179 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) in Lzma2Dec_DecodeToDic()
311 const Byte *src, SizeT *srcLen, in Lzma2Dec_Parse()
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 DLzma86Dec.c12 SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackSize) in Lzma86_GetUnpackSize()
23 SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen) in Lzma86_Decode()
H A DLzmaLib.c11 …_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, in LzmaCompress()
37 …DAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, in LzmaUncompress()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp815 int32_t srcLen = u_strlen(src); //subtract null in testCompare() local
1008 int32_t srcLen = u_strlen(src); in testChaining() local
1214 int32_t srcLen = u_strlen(src); //subtract null in testRootLabelSeparator() local
1436 void TestIDNA::testCompareReferenceImpl(const char16_t* src, int32_t srcLen){ in testCompareReferenceImpl()
1541 int32_t srcLen = 0; in TestCompareReferenceImpl() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtestidna.cpp815 int32_t srcLen = u_strlen(src); //subtract null in testCompare() local
1008 int32_t srcLen = u_strlen(src); in testChaining() local
1214 int32_t srcLen = u_strlen(src); //subtract null in testRootLabelSeparator() local
1436 void TestIDNA::testCompareReferenceImpl(const char16_t* src, int32_t srcLen){ in testCompareReferenceImpl()
1541 int32_t srcLen = 0; in TestCompareReferenceImpl() local
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DCharsetUtils.java83 private static native int toModifiedUtf8Bytes(@NonNull String src, int srcLen, in toModifiedUtf8Bytes()
102 long src, int srcOff, int srcLen); in fromModifiedUtf8Bytes()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_util_CharsetUtils.cpp23 jstring src, jint srcLen, jlong dest, jint destOff, jint destLen) { in android_util_CharsetUtils_toModifiedUtf8Bytes()
46 jlong src, jint srcOff, jint srcLen) { in android_util_CharsetUtils_fromModifiedUtf8Bytes()
/aosp_15_r20/external/zstd/build/single_file_libs/examples/
H A Droundtrip.c42 size_t ZSTD_compress(void* dst, size_t dstLen, const void* src, size_t srcLen, int level) { in ZSTD_compress()
48 size_t ZSTD_decompress(void* dst, size_t dstLen, const void* src, size_t srcLen) { in ZSTD_decompress()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructRtMsg.java47 public final short srcLen; // Length of source. field in StructRtMsg
62 public StructRtMsg(short family, short dstLen, short srcLen, short tos, short table, in StructRtMsg()

12345678910