/external/icu/icu4c/source/test/perf/normperf/ |
D | normperf.h | 32 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/ |
D | convperf.h | 159 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/ |
D | SkLatticeIter.cpp | 83 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/ |
D | dng_read_image.cpp | 2329 uLongf dstLen = uncompressedSize; in ReadTile() local 2332 &dstLen, in ReadTile() 2359 if (dstLen != uncompressedSize) in ReadTile()
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 3462 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/ |
D | vktBindingShaderAccessTests.cpp | 296 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()
|