Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h32 typedef int32_t (*NormFn)(const UChar* src,int32_t srcLen, UChar* dest,int32_t dstLen, int32_t opti…
261 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD() argument
262 return unorm_normalize(src,srcLen,UNORM_NFD, options,dest,dstLen,status); in ICUNormNFD()
265 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFC() argument
266 return unorm_normalize(src,srcLen,UNORM_NFC, options,dest,dstLen,status); in ICUNormNFC()
269 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKD() argument
270 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status); in ICUNormNFKD()
272 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKC() argument
273 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status); in ICUNormNFKC()
276 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.h159 UINT dstLen; variable
166 dstLen = UPRV_LENGTHOF(dest); in WinANSIToUnicodePerfFunction()
197 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen); in call()
211 UINT dstLen; variable
220 dstLen = UPRV_LENGTHOF(dest); in WinANSIFromUnicodePerfFunction()
252 …int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDe… in call()
280 UINT dstLen; variable
315 dstLen = UPRV_LENGTHOF(dst); in WinIMultiLanguageToUnicodePerfFunction()
320 HRESULT err= pConvToUni->DoConversionToUnicode(src,&srcLen,dst, &dstLen); in call()
336 UINT dstLen; variable
[all …]
/external/skia/src/core/
DSkLatticeIter.cpp83 float dstLen = dstEnd - dstStart; in set_points() local
85 if (srcFixed <= dstLen) { in set_points()
88 scale = (dstLen - ((float) srcFixed)) / ((float) srcScalable); in set_points()
91 scale = dstLen / ((float) srcFixed); in set_points()
100 if (srcFixed <= dstLen) { in set_points()
/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.c3462 unescape(UChar* dst, int32_t dstLen,const char* src,int32_t srcLen,UErrorCode *status){ in unescape() argument
3468 if((dst==NULL && dstLen>0) || (src==NULL ) || dstLen < -1 || srcLen <-1 ){ in unescape()
3485 if(dstIndex < dstLen){ in unescape()
3488 if(dstIndex<dstLen){ in unescape()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp296 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcI… in writeTextureLevelPyramidData() argument
354 DE_ASSERT(dstLen == levelOffset); in writeTextureLevelPyramidData()
355 DE_UNREF(dstLen); in writeTextureLevelPyramidData()