Home
last modified time | relevance | path

Searched defs:dstLen (Results 1 – 9 of 9) 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/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/epid-sdk/ext/ipp/sources/ippcp/
Dpcpbnumisc.h77 #define ZEXPAND_BNU(srcdst,srcLen, dstLen) \ argument
84 #define ZEXPAND_COPY_BNU(dst,dstLen, src,srcLen) \ argument
/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp31 size_t dstLen) { in UTF8Decode()
/external/skqp/src/core/
DSkLatticeIter.cpp82 float dstLen = dstEnd - dstStart; in set_points() local
/external/skia/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.c3472 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()