Home
last modified time | relevance | path

Searched defs:dstLen (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h261 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD()
265 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFC()
269 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKD()
272 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKC()
276 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormFCD()
294 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD()
298 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFC()
302 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKD()
305 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKC()
309 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormFCD()
[all …]
/external/zstd/contrib/single_file_libs/examples/
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()
Dsimple.c51 size_t ZSTD_decompress(void* dst, size_t dstLen, const void* src, size_t srcLen) { in ZSTD_decompress()
Demscripten.c56 size_t ZSTD_decompress(void* dst, size_t dstLen, const void* src, size_t srcLen) { in ZSTD_decompress()
/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.h159 UINT dstLen; variable
211 UINT dstLen; variable
280 UINT dstLen; variable
336 UINT dstLen; variable
392 UINT dstLen; variable
445 UINT dstLen; variable
/external/angle/third_party/vulkan_memory_allocator/src/
DCommon.cpp93 size_t dstLen = (size_t)::_vscprintf(format, argList); in PrintMessageV() local
107 size_t dstLen = (size_t)::_vcwprintf(format, argList); in PrintMessageV() local
/external/fastrpc/inc/
Dsbuf.h157 static __inline void sbuf_read(struct sbuf* buf, void *pdst, int dstLen) { in sbuf_read()
/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp33 size_t dstLen) { in UTF8Decode()
/external/skia/src/core/
DSkLatticeIter.cpp82 float dstLen = dstEnd - dstStart; in set_points() local
/external/skqp/src/core/
DSkLatticeIter.cpp82 float dstLen = dstEnd - dstStart; in set_points() local
/external/dng_sdk/source/
Ddng_read_image.cpp2329 uLongf dstLen = uncompressedSize; in ReadTile() local
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c3478 unescape(UChar* dst, int32_t dstLen,const char* src,int32_t srcLen,UErrorCode *status){ in unescape()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp304 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcI… in writeTextureLevelPyramidData()