Home
last modified time | relevance | path

Searched refs:dstLen (Results 1 - 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h32 typedef int32_t (*NormFn)(const UChar* src,int32_t srcLen, UChar* dest,int32_t dstLen, int32_t options, UErrorCode* status);
261 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) { 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, UErrorCode* status) { 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, UErrorCode* status) { 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, UErrorCode* status) { 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_ argument
294 ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFD() argument
298 ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFC() argument
302 ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFKD() argument
305 ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFKC() argument
309 ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormFCD() argument
324 WinNormNFD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFD() argument
328 WinNormNFC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFC() argument
332 WinNormNFKD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFKD() argument
335 WinNormNFKC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFKC() argument
339 WinNormNFD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFD() argument
343 WinNormNFC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFC() argument
347 WinNormNFKD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFKD() argument
350 WinNormNFKC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFKC() argument
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DCommon.cpp104 size_t dstLen = (size_t)::_vscprintf(format, argList); in PrintMessageV() local
105 if(dstLen) in PrintMessageV()
107 bool useSmallBuf = dstLen < CONSOLE_SMALL_BUF_SIZE; in PrintMessageV()
109 std::vector<char> bigBuf(useSmallBuf ? 0 : dstLen + 1); in PrintMessageV()
111 ::vsprintf_s(bufPtr, dstLen + 1, format, argList); in PrintMessageV()
118 size_t dstLen = (size_t)::_vcwprintf(format, argList);
119 if(dstLen)
121 bool useSmallBuf = dstLen < CONSOLE_SMALL_BUF_SIZE;
123 std::vector<wchar_t> bigBuf(useSmallBuf ? 0 : dstLen + 1);
125 ::vswprintf_s(bufPtr, dstLen
[all...]
/third_party/icu/icu4c/source/test/perf/convperf/
H A Dconvperf.h159 UINT dstLen; member in WinANSIToUnicodePerfFunction
166 dstLen = UPRV_LENGTHOF(dest); in WinANSIToUnicodePerfFunction()
197 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen); in call()
211 UINT dstLen; member in WinANSIFromUnicodePerfFunction
220 dstLen = UPRV_LENGTHOF(dest); in WinANSIFromUnicodePerfFunction()
252 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar); in call()
280 UINT dstLen; member in WinIMultiLanguageToUnicodePerfFunction
315 dstLen = UPRV_LENGTHOF(dst); in WinIMultiLanguageToUnicodePerfFunction()
320 HRESULT err= pConvToUni->DoConversionToUnicode(src,&srcLen,dst, &dstLen); in call()
336 UINT dstLen; member in WinIMultiLanguageFromUnicodePerfFunction
392 UINT dstLen; global() member in WinIMultiLanguage2ToUnicodePerfFunction
445 UINT dstLen; global() member in WinIMultiLanguage2FromUnicodePerfFunction
[all...]
/third_party/skia/modules/skunicode/src/
H A DSkUnicode.cpp47 SkDEBUGCODE(int dstLen =) SkUTF::UTF16ToUTF8(utf8.data(), utf8Units, (uint16_t*)utf16, utf16Units); in convertUtf16ToUtf8()
48 SkASSERT(dstLen == utf8Units); in convertUtf16ToUtf8()
66 SkDEBUGCODE(int dstLen =) SkUTF::UTF8ToUTF16(utf16.data(), utf16Units, utf8, utf8Units); in convertUtf8ToUtf16()
67 SkASSERT(dstLen == utf16Units); in convertUtf8ToUtf16()
H A DSkUnicode_icu_bidi.cpp73 SkDEBUGCODE(int dstLen =) SkUTF::UTF8ToUTF16(utf16.get(), utf16Units, utf8, utf8Units); in makeBidiIterator()
74 SkASSERT(dstLen == utf16Units); in makeBidiIterator()
/third_party/skia/src/core/
H A DSkLatticeIter.cpp82 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()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_read_image.cpp2329 uLongf dstLen = uncompressedSize; in ReadTile() local
2332 &dstLen, in ReadTile()
2359 if (dstLen != uncompressedSize) in ReadTile()
/third_party/astc-encoder/Source/
H A Dtinyexr.h9856 unsigned long dstLen = static_cast<unsigned long>(outBuf.size()); in DecodePixelData() local
9857 TEXR_ASSERT(dstLen > 0); in DecodePixelData()
9859 reinterpret_cast<unsigned char *>(&outBuf.at(0)), &dstLen, data_ptr, in DecodePixelData()
9990 unsigned long dstLen = static_cast<unsigned long>(outBuf.size()); in DecodePixelData() local
9991 if (dstLen == 0) { in DecodePixelData()
9996 reinterpret_cast<unsigned char *>(&outBuf.at(0)), dstLen, data_ptr, in DecodePixelData()
10132 unsigned long dstLen = outBuf.size(); in DecodePixelData() local
10133 TEXR_ASSERT(dstLen > 0); in DecodePixelData()
12832 unsigned long dstLen =
12836 &dstLen, data_pt
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c3474 unescape(UChar* dst, int32_t dstLen,const char* src,int32_t srcLen,UErrorCode *status){ in unescape() argument
3480 if((dst==NULL && dstLen>0) || (src==NULL ) || dstLen < -1 || srcLen <-1 ){ in unescape()
3497 if(dstIndex < dstLen){ in unescape()
3500 if(dstIndex<dstLen){ in unescape()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp299 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcImage, vk::VkImageViewType viewType, std::vector<vk::VkBufferImageCopy>* copySlices) in writeTextureLevelPyramidData() argument
357 DE_ASSERT(dstLen == levelOffset); in writeTextureLevelPyramidData()
358 DE_UNREF(dstLen); in writeTextureLevelPyramidData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp299 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcImage, vk::VkImageViewType viewType, std::vector<vk::VkBufferImageCopy>* copySlices) in writeTextureLevelPyramidData() argument
357 DE_ASSERT(dstLen == levelOffset); in writeTextureLevelPyramidData()
358 DE_UNREF(dstLen); in writeTextureLevelPyramidData()

Completed in 54 milliseconds