Lines Matching refs:cwcDst
3406 * @param cwcDst The size of the destination buffer in RTUTF16s.
3409 RTDECL(int) RTUtf16Copy(PRTUTF16 pwszDst, size_t cwcDst, PCRTUTF16 pwszSrc);
3420 * @param cwcDst The size of the destination buffer in RTUTF16s.
3423 RTDECL(int) RTUtf16CopyAscii(PRTUTF16 pwszDst, size_t cwcDst, const char *pszSrc);
3434 * @param cwcDst The size of the destination buffer in RTUTF16s.
3440 RTDECL(int) RTUtf16CopyEx(PRTUTF16 pwszDst, size_t cwcDst, PCRTUTF16 pwszSrc, size_t cwcSrcMax);
3451 * @param cwcDst The size of the destination buffer in RTUTF16s.
3454 RTDECL(int) RTUtf16Cat(PRTUTF16 pwszDst, size_t cwcDst, PCRTUTF16 pwszSrc);
3465 * @param cwcDst The size of the destination buffer in RTUTF16s.
3468 RTDECL(int) RTUtf16CatAscii(PRTUTF16 pwszDst, size_t cwcDst, const char *pwszSrc);
3479 * @param cwcDst The size of the destination buffer in RTUTF16s.
3485 RTDECL(int) RTUtf16CatEx(PRTUTF16 pwszDst, size_t cwcDst, PCRTUTF16 pwszSrc, size_t cwcSrcMax);