/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/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpbnumisc.h | 77 #define ZEXPAND_BNU(srcdst,srcLen, dstLen) \ argument 80 for(__idx=(srcLen); __idx<(dstLen); __idx++) (srcdst)[__idx] = 0; \ 84 #define ZEXPAND_COPY_BNU(dst,dstLen, src,srcLen) \ argument 88 for(; __idx<(dstLen); __idx++) (dst)[__idx] = 0; \
|
/external/pdfium/core/fxcrt/ |
D | cfx_seekablestreamproxy.cpp | 31 size_t dstLen) { in UTF8Decode() argument 32 ASSERT(pDst && dstLen > 0); in UTF8Decode() 51 if (iDstNum >= dstLen) in UTF8Decode() 63 if (iDstNum >= dstLen) in UTF8Decode()
|
/external/skqp/src/core/ |
D | SkLatticeIter.cpp | 82 float dstLen = dstEnd - dstStart; in set_points() local 84 if (srcFixed <= dstLen) { in set_points() 87 scale = (dstLen - ((float) srcFixed)) / ((float) srcScalable); in set_points() 90 scale = dstLen / ((float) srcFixed); in set_points() 99 if (srcFixed <= dstLen) { in set_points()
|
/external/skia/src/core/ |
D | SkLatticeIter.cpp | 82 float dstLen = dstEnd - dstStart; in set_points() local 84 if (srcFixed <= dstLen) { in set_points() 87 scale = (dstLen - ((float) srcFixed)) / ((float) srcScalable); in set_points() 90 scale = dstLen / ((float) srcFixed); in set_points() 99 if (srcFixed <= dstLen) { in set_points()
|
/external/tensorflow/tensorflow/go/ |
D | tensor.go | 405 dstLen = C.size_t(uint64(len(e.data)) - e.offset) 407 e.offset += uint64(C.TF_StringEncode(src, srcLen, dst, dstLen, e.status.c)) 444 dstLen C.size_t 449 C.TF_StringDecode(src, srcLen, &dst, &dstLen, d.status.c) 454 *s = C.GoStringN(dst, C.int(dstLen))
|
/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 | 3472 unescape(UChar* dst, int32_t dstLen,const char* src,int32_t srcLen,UErrorCode *status){ in unescape() argument 3478 if((dst==NULL && dstLen>0) || (src==NULL ) || dstLen < -1 || srcLen <-1 ){ in unescape() 3495 if(dstIndex < dstLen){ in unescape() 3498 if(dstIndex<dstLen){ in unescape()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 304 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcI… in writeTextureLevelPyramidData() argument 362 DE_ASSERT(dstLen == levelOffset); in writeTextureLevelPyramidData() 363 DE_UNREF(dstLen); in writeTextureLevelPyramidData()
|