Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h257 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD()
261 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFC()
265 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKD()
268 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKC()
272 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormFCD()
290 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD()
294 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFC()
298 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKD()
301 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKC()
305 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.h155 UINT dstLen; variable
207 UINT dstLen; variable
276 UINT dstLen; variable
332 UINT dstLen; variable
388 UINT dstLen; variable
441 UINT dstLen; variable
/external/dng_sdk/source/
Ddng_read_image.cpp2329 uLongf dstLen = uncompressedSize; in ReadTile() local
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c3460 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.cpp208 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcI… in writeTextureLevelPyramidData()