Home
last modified time | relevance | path

Searched defs:sourceLen (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/external/icu/icu4c/source/test/perf/convperf/
H A Dconvperf.h37 …ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& sta… in ICUToUnicodePerfFunction()
83 …ICUFromUnicodePerfFunction(const char* name, const char16_t* source, int32_t sourceLen, UErrorCod… in ICUFromUnicodePerfFunction()
284 …WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& … in WinIMultiLanguageToUnicodePerfFunction()
340 …WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCod… in WinIMultiLanguageFromUnicodePerfFunction()
396 …WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode&… in WinIMultiLanguage2ToUnicodePerfFunction()
450 …WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCo… in WinIMultiLanguage2FromUnicodePerfFunction()
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/convperf/
H A Dconvperf.h37 …ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& sta… in ICUToUnicodePerfFunction()
83 …ICUFromUnicodePerfFunction(const char* name, const char16_t* source, int32_t sourceLen, UErrorCod… in ICUFromUnicodePerfFunction()
284 …WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& … in WinIMultiLanguageToUnicodePerfFunction()
340 …WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCod… in WinIMultiLanguageFromUnicodePerfFunction()
396 …WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode&… in WinIMultiLanguage2ToUnicodePerfFunction()
450 …WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCo… in WinIMultiLanguage2FromUnicodePerfFunction()
/aosp_15_r20/external/libwebsockets/win32port/zlib/
H A Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
75 uLong ZEXPORT compressBound (sourceLen) in compressBound() argument
H A Duncompr.c24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
81 uLong ZEXPORT compressBound (sourceLen) in compressBound() argument
Duncompr.c27 int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) in uncompress2() argument
86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
81 uLong ZEXPORT compressBound (sourceLen) in compressBound() argument
Duncompr.c27 int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) in uncompress2() argument
86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
/aosp_15_r20/external/zlib/
H A Dcompress.c23 uLong sourceLen, int level) { in compress2()
64 uLong sourceLen) { in compress()
72 uLong ZEXPORT compressBound(uLong sourceLen) { in compressBound()
H A Duncompr.c28 uLong *sourceLen) { in uncompress2()
83 uLong sourceLen) { in uncompress()
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/strsrchperf/
H A Dstrsrchperf.h39 …ction(StrSrchFn func, UStringSearch* search, const char16_t* source,int32_t sourceLen, const char1… in StringSearchPerfFunction()
66 void ICUForwardSearch(UStringSearch *srch, const char16_t* source, int32_t sourceLen, const char16_… in ICUForwardSearch()
75 void ICUBackwardSearch(UStringSearch *srch, const char16_t* source, int32_t sourceLen, const char16… in ICUBackwardSearch()
/aosp_15_r20/external/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h39 …ction(StrSrchFn func, UStringSearch* search, const char16_t* source,int32_t sourceLen, const char1… in StringSearchPerfFunction()
66 void ICUForwardSearch(UStringSearch *srch, const char16_t* source, int32_t sourceLen, const char16_… in ICUForwardSearch()
75 void ICUBackwardSearch(UStringSearch *srch, const char16_t* source, int32_t sourceLen, const char16… in ICUBackwardSearch()
/aosp_15_r20/external/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c487 uLong sourceLen)) in z_deflateBound()
1102 const Bytef *source, uLong sourceLen)) in z_compress()
1121 const Bytef *source, uLong sourceLen, in z_compress2()
1136 ZEXTERN uLong ZEXPORT z_compressBound _Z_OF((uLong sourceLen)) in z_compressBound()
1146 const Bytef *source, uLong sourceLen)) in z_uncompress()
/aosp_15_r20/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DLevenshteinSuggestionFormatter.kt49 var sourceLen = 0 in formatSuggestion() variable
/aosp_15_r20/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DLevenshteinDistance.kt41 val sourceLen = src!!.size in calculate() constant
/aosp_15_r20/external/icu/icu4c/source/tools/genrb/
H A Dwrtjava.cpp107 uCharsToChars(char *target, int32_t targetLen, const char16_t *source, int32_t sourceLen, UErrorCod… in uCharsToChars()
207 strrch(const char* source,uint32_t sourceLen,char find){ in strrch()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/genrb/
H A Dwrtjava.cpp107 uCharsToChars(char *target, int32_t targetLen, const char16_t *source, int32_t sourceLen, UErrorCod… in uCharsToChars()
207 strrch(const char* source,uint32_t sourceLen,char find){ in strrch()
/aosp_15_r20/external/icu/icu4j/main/charset/src/test/java/com/ibm/icu/dev/test/charset/
H A DTestConversion.java400 int sourceLen = cc.unicode.length(); in stepFromUnicode() local
717 int sourceLen; in stepToUnicode() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dusrchtst.c2832 …tPCEBuffer_with(const UChar *search, uint32_t searchLen, const UChar *source, uint32_t sourceLen) { in TestPCEBuffer_with()
2952 uint32_t sourceLen = UPRV_LENGTHOF(source); in TestPCEBuffer_100df() local
2963 uint32_t sourceLen = UPRV_LENGTHOF(source); in TestPCEBuffer_2surr() local
2972 int32_t sourceLen; in TestMatchFollowedByIgnorables() local
H A Dncnvtst.c996 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLe… in convertFromU()
1085 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, in convertToU()
1182 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe… in testConvertFromU()
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dusrchtst.c2832 …tPCEBuffer_with(const UChar *search, uint32_t searchLen, const UChar *source, uint32_t sourceLen) { in TestPCEBuffer_with()
2952 uint32_t sourceLen = UPRV_LENGTHOF(source); in TestPCEBuffer_100df() local
2963 uint32_t sourceLen = UPRV_LENGTHOF(source); in TestPCEBuffer_2surr() local
2972 int32_t sourceLen; in TestMatchFollowedByIgnorables() local
H A Dncnvtst.c1008 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLe… in convertFromU()
1097 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, in convertToU()
1194 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe… in testConvertFromU()
/aosp_15_r20/external/cronet/third_party/icu/source/samples/date/
H A Duprint.c37 int32_t sourceLen; in uprint() local
/aosp_15_r20/external/cronet/third_party/icu/source/samples/cal/
H A Duprint.c36 int32_t sourceLen; in uprint() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/ustrperf/
H A Dstringperf.h186 StringPerfFunction(ICUStringPerfFn func, char16_t* source, int32_t sourceLen, UBool uselen) in StringPerfFunction()
208 StringPerfFunction(StdStringPerfFn func, char16_t* source, int32_t sourceLen, UBool uselen) in StringPerfFunction()

123