/external/icu/icu4c/source/test/perf/normperf/ |
D | normperf.h | 261 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/ |
D | roundtrip.c | 42 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()
|
D | simple.c | 51 size_t ZSTD_decompress(void* dst, size_t dstLen, const void* src, size_t srcLen) { in ZSTD_decompress()
|
D | emscripten.c | 56 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/ |
D | convperf.h | 159 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/ |
D | Common.cpp | 93 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/ |
D | sbuf.h | 157 static __inline void sbuf_read(struct sbuf* buf, void *pdst, int dstLen) { in sbuf_read()
|
/external/pdfium/core/fxcrt/ |
D | cfx_seekablestreamproxy.cpp | 33 size_t dstLen) { in UTF8Decode()
|
/external/skia/src/core/ |
D | SkLatticeIter.cpp | 82 float dstLen = dstEnd - dstStart; in set_points() local
|
/external/skqp/src/core/ |
D | SkLatticeIter.cpp | 82 float dstLen = dstEnd - dstStart; in set_points() local
|
/external/dng_sdk/source/ |
D | dng_read_image.cpp | 2329 uLongf dstLen = uncompressedSize; in ReadTile() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 3478 unescape(UChar* dst, int32_t dstLen,const char* src,int32_t srcLen,UErrorCode *status){ in unescape()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 304 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcI… in writeTextureLevelPyramidData()
|