Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h28 typedef int32_t (*NormFn)(const UChar* src,int32_t srcLen, UChar* dest,int32_t dstLen, int32_t opti…
257 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD() argument
258 return unorm_normalize(src,srcLen,UNORM_NFD, options,dest,dstLen,status); in ICUNormNFD()
261 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFC() argument
262 return unorm_normalize(src,srcLen,UNORM_NFC, options,dest,dstLen,status); in ICUNormNFC()
265 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKD() argument
266 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status); in ICUNormNFKD()
268 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKC() argument
269 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status); in ICUNormNFKC()
272 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormFCD() argument
[all …]
/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.h155 UINT dstLen; variable
162 dstLen = UPRV_LENGTHOF(dest); in WinANSIToUnicodePerfFunction()
193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen); in call()
207 UINT dstLen; variable
216 dstLen = UPRV_LENGTHOF(dest); in WinANSIFromUnicodePerfFunction()
248 …int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDe… in call()
276 UINT dstLen; variable
311 dstLen = UPRV_LENGTHOF(dst); in WinIMultiLanguageToUnicodePerfFunction()
316 HRESULT err= pConvToUni->DoConversionToUnicode(src,&srcLen,dst, &dstLen); in call()
332 UINT dstLen; variable
[all …]
/external/dng_sdk/source/
Ddng_read_image.cpp2329 uLongf dstLen = uncompressedSize; in ReadTile() local
2332 &dstLen, in ReadTile()
2359 if (dstLen != uncompressedSize) in ReadTile()
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c3460 unescape(UChar* dst, int32_t dstLen,const char* src,int32_t srcLen,UErrorCode *status){ in unescape() argument
3466 if((dst==NULL && dstLen>0) || (src==NULL ) || dstLen < -1 || srcLen <-1 ){ in unescape()
3483 if(dstIndex < dstLen){ in unescape()
3486 if(dstIndex<dstLen){ in unescape()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp208 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcI… in writeTextureLevelPyramidData() argument
266 DE_ASSERT(dstLen == levelOffset); in writeTextureLevelPyramidData()
267 DE_UNREF(dstLen); in writeTextureLevelPyramidData()