Home
last modified time | relevance | path

Searched defs:srcLen (Results 1 - 25 of 59) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/string/string_gtest/
H A Dstring_strnlen_test.cpp21 int srcLen = sizeof(srcChar) / sizeof(srcChar[0]) - 1; in HWTEST_F() local
H A Dstring_strlen_test.cpp22 int srcLen = sizeof(srcChar) / sizeof(srcChar[0]) - 1; in HWTEST_F() local
/third_party/bounds_checking_function/src/
H A Dstrncat_s.c23 size_t srcLen; in SecDoCatLimit() local
H A Dstrcat_s.c23 size_t srcLen; in SecDoCat() local
H A Dwcsncat_s.c24 size_t srcLen; in SecDoCatLimitW() local
H A Dwcscat_s.c23 size_t srcLen; in SecDoCatW() local
/third_party/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
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dstrlen.c30 int srcLen = sizeof(src) / sizeof(src[0]) - 1; in strlen_0100() local
43 int srcLen = sizeof(src) / sizeof(src[0]) - 1; in strlen_0200() local
56 int srcLen = INIT_LEN; in strlen_0300() local
/third_party/lzma/C/
H A DLzma86Dec.c12 SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackSize) in Lzma86_GetUnpackSize() argument
23 SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen) in Lzma86_Decode() argument
H A DLzmaLib.c11 Z7_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, in LzmaCompress() argument
37 Z7_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, in LzmaUncompress() argument
H A DLzma86Enc.c14 int Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t srcLen, in Lzma86_Encode() argument
/third_party/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h25 int32_t srcLen; member in StringSearchPerfFunction
52 int32_t srcLen; member in StringSearchPerformanceTest
/third_party/musl/libc-test/src/functional/
H A Diconv_test.c85 void CompareIconvResult(char *to, char *from, char *src, size_t srcLen) in CompareIconvResult() argument
/third_party/skia/src/xml/
H A DSkDOMParser.cpp10 char* SkDOMParser::dupstr(SkArenaAlloc* chunk, const char src[], size_t srcLen) { in dupstr() argument
/third_party/icu/icu4c/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
71 trim(UChar *src, int32_t srcLen, UErrorCode *status){ in trim() argument
79 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status) removeCmtText() argument
87 getText(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UnicodeString patternString, UErrorCode* status) getText() argument
124 getDescription( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) getDescription() argument
148 getCount(const UChar* source, int32_t srcLen, UParseCommentsOption option, UErrorCode *status) getCount() argument
185 getAt(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) getAt() argument
227 getTranslate( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) getTranslate() argument
237 getNote(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) getNote() argument
[all...]
H A Drle.c151 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* status) { in usArrayToRLEString() argument
197 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode* status) { in byteArrayToRLEString() argument
242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) { in rleStringToUCharArray() argument
298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) rleStringToByteArray() argument
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(char16_t *source, int32_t srcLen, in removeText() argument
71 trim(char16_t *src, int32_t srcLen, UErrorCode *status){ in trim() argument
79 removeCmtText(char16_t* source, int32_t srcLen, UErrorCode* status) removeCmtText() argument
87 getText(const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, UnicodeString patternString, UErrorCode* status) getText() argument
124 getDescription( const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, UErrorCode* status) getDescription() argument
148 getCount(const char16_t* source, int32_t srcLen, UParseCommentsOption option, UErrorCode *status) getCount() argument
185 getAt(const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) getAt() argument
227 getTranslate( const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, UErrorCode* status) getTranslate() argument
237 getNote(const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, UErrorCode* status) getNote() argument
[all...]
H A Drle.c151 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* status) { in usArrayToRLEString() argument
197 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode* status) { in byteArrayToRLEString() argument
242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) { in rleStringToUCharArray() argument
298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) rleStringToByteArray() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
71 trim(UChar *src, int32_t srcLen, UErrorCode *status){ in trim() argument
79 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status) removeCmtText() argument
87 getText(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UnicodeString patternString, UErrorCode* status) getText() argument
124 getDescription( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) getDescription() argument
148 getCount(const UChar* source, int32_t srcLen, UParseCommentsOption option, UErrorCode *status) getCount() argument
185 getAt(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) getAt() argument
227 getTranslate( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) getTranslate() argument
237 getNote(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) getNote() argument
[all...]
H A Drle.c151 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* status) { in usArrayToRLEString() argument
197 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode* status) { in byteArrayToRLEString() argument
242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) { in rleStringToUCharArray() argument
298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) rleStringToByteArray() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditransformtst.c175 uint32_t srcLen; in testAutoDirection() local
/third_party/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h44 int32_t srcLen; member in QuickCheckPerfFunction
115 int32_t srcLen; member in NormPerfFunction
261 ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFD() argument
265 ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFC() argument
269 ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFKD() argument
272 ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFKC() argument
276 ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormFCD() argument
280 ICUQuickCheck(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status) ICUQuickCheck() argument
287 ICUIsNormalized(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status) ICUIsNormalized() argument
294 ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFD() argument
298 ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFC() argument
302 ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFKD() argument
305 ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFKC() argument
309 ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormFCD() argument
313 ICUQuickCheck(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status) ICUQuickCheck() argument
317 ICUIsNormalized(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status) ICUIsNormalized() argument
324 WinNormNFD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFD() argument
328 WinNormNFC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFC() argument
332 WinNormNFKD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFKD() argument
335 WinNormNFKC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFKC() argument
339 WinNormNFD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFD() argument
343 WinNormNFC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFC() argument
347 WinNormNFKD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFKD() argument
350 WinNormNFKC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFKC() argument
[all...]
H A Dnormperf.cpp77 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ in normalizeInput() argument
94 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ in normalizeInput() argument
158 int32_t srcLen = 0; in NormalizerPerformanceTest() local
[all...]
/third_party/icu/icu4c/source/test/perf/convperf/
H A Dconvperf.h32 int32_t srcLen; member in ICUToUnicodePerfFunction
77 int32_t srcLen; member in ICUFromUnicodePerfFunction
157 UINT srcLen; global() member in WinANSIToUnicodePerfFunction
209 UINT srcLen; global() member in WinANSIFromUnicodePerfFunction
278 UINT srcLen; global() member in WinIMultiLanguageToUnicodePerfFunction
334 UINT srcLen; global() member in WinIMultiLanguageFromUnicodePerfFunction
390 UINT srcLen; global() member in WinIMultiLanguage2ToUnicodePerfFunction
443 UINT srcLen; global() member in WinIMultiLanguage2FromUnicodePerfFunction
[all...]

Completed in 10 milliseconds

123