Home
last modified time | relevance | path

Searched refs:destChars (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/textenc/
H A Dconvertsinglebytetobmpunicode.cxx36 sal_Size srcBytes, sal_Unicode * destBuf, sal_Size destChars, in rtl_textenc_convertSingleByteToBmpUnicode() argument
45 sal_Unicode * destBufEnd = destBuf + destChars; in rtl_textenc_convertSingleByteToBmpUnicode()
H A Dconvertsinglebytetobmpunicode.hxx105 sal_Size srcBytes, sal_Unicode * destBuf, sal_Size destChars,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/textenc/
H A Dconvertsinglebytetobmpunicode.cxx36 sal_Size srcBytes, sal_Unicode * destBuf, sal_Size destChars, in rtl_textenc_convertSingleByteToBmpUnicode() argument
45 sal_Unicode * destBufEnd = destBuf + destChars; in rtl_textenc_convertSingleByteToBmpUnicode()
H A Dconvertsinglebytetobmpunicode.hxx105 sal_Size srcBytes, sal_Unicode * destBuf, sal_Size destChars,
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dcbiditst.c107 const char *destChars,
4132 actualLen = (int32_t)strlen(destChars); in checkResultLength()
4223 u16ToPseudo(destLen, dest, destChars); in testReorderRunsOnly()
4273 char destChars[MAXLEN]; in testReorderingMode() local
4577 char* destChars = NULL; in testClassOverride() local
4614 destChars = aescstrdup(dest, destLen); in testClassOverride()
4615 if (uprv_strcmp(textResult, destChars)) { in testClassOverride()
4834 char destChars[MAXLEN]; in testContext() local
4887 u16ToPseudo(destLen, dest, destChars); in testContext()
4888 if (uprv_strcmp(cc.expected, destChars)) { in testContext()
[all …]
/dports/devel/icu/icu/source/test/cintltst/
H A Dcbiditst.c107 const char *destChars,
4132 actualLen = (int32_t)strlen(destChars); in checkResultLength()
4223 u16ToPseudo(destLen, dest, destChars); in testReorderRunsOnly()
4273 char destChars[MAXLEN]; in testReorderingMode() local
4577 char* destChars = NULL; in testClassOverride() local
4614 destChars = aescstrdup(dest, destLen); in testClassOverride()
4615 if (uprv_strcmp(textResult, destChars)) { in testClassOverride()
4834 char destChars[MAXLEN]; in testContext() local
4887 u16ToPseudo(destLen, dest, destChars); in testContext()
4888 if (uprv_strcmp(cc.expected, destChars)) { in testContext()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.IO/
H A DMonoIO.cs220 fixed (char* pathChars = path, destChars = dest) { in MoveFile()
221 return MoveFile (pathChars, destChars, out error); in MoveFile()
236 fixed (char* pathChars = path, destChars = dest) { in CopyFile()
237 return CopyFile (pathChars, destChars, overwrite, out error); in CopyFile()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/runtime/
H A Dtime-intrinsic.cpp288 [&](char *dest, std::size_t destChars, std::size_t len) { in GetDateAndTime()
289 auto copyLen{std::min(len, destChars)}; in GetDateAndTime()
291 for (auto i{copyLen}; i < destChars; ++i) { in GetDateAndTime()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DString.cpp766 destChars[j++] = c; in ToLowerCaseImpl()
767 destChars[j++] = trail; in ToLowerCaseImpl()
779 destChars[j++] = CharT('i'); in ToLowerCaseImpl()
780 destChars[j++] = CharT(unicode::COMBINING_DOT_ABOVE); in ToLowerCaseImpl()
787 destChars[j++] = Final_Sigma(srcChars, srcLength, i); in ToLowerCaseImpl()
795 destChars[j++] = c; in ToLowerCaseImpl()
1083 destChars[j++] = c; in ToUpperCaseImpl()
1084 destChars[j++] = trail; in ToUpperCaseImpl()
1096 AppendUpperCaseSpecialCasing(c, destChars, &j); in ToUpperCaseImpl()
1103 destChars[j++] = c; in ToUpperCaseImpl()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCConvert.cpp543 mozilla::Range<char16_t> destChars(*((char16_t**)d), len + 1); in JSData2Native() local
544 if (!JS_CopyStringChars(cx, destChars, str)) return false; in JSData2Native()
545 destChars[len] = 0; in JSData2Native()
1655 mozilla::Range<char16_t> destChars(*((char16_t**)d), len + 1); in JSStringWithSize2Native() local
1656 if (!JS_CopyStringChars(cx, destChars, str)) return false; in JSStringWithSize2Native()
1657 destChars[count] = 0; in JSStringWithSize2Native()
H A DXPCVariant.cpp282 mozilla::Range<char16_t> destChars(mData.u.wstr.mWStringValue, length); in InitializeData() local
283 if (!JS_CopyStringChars(cx, destChars, str)) return false; in InitializeData()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DString.cpp718 destChars[j++] = c; in ToLowerCaseImpl()
719 destChars[j++] = trail; in ToLowerCaseImpl()
733 destChars[j++] = CharT('i'); in ToLowerCaseImpl()
734 destChars[j++] = CharT(unicode::COMBINING_DOT_ABOVE); in ToLowerCaseImpl()
741 destChars[j++] = Final_Sigma(srcChars, srcLength, i); in ToLowerCaseImpl()
747 destChars[j++] = c; in ToLowerCaseImpl()
1081 destChars[j++] = c; in ToUpperCaseImpl()
1082 destChars[j++] = trail; in ToUpperCaseImpl()
1104 destChars[j++] = c; in ToUpperCaseImpl()
1131 destChars[i] = srcChars[i]; in CopyChars()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DString.cpp720 destChars[j++] = c; in ToLowerCaseImpl()
721 destChars[j++] = trail; in ToLowerCaseImpl()
735 destChars[j++] = CharT('i'); in ToLowerCaseImpl()
736 destChars[j++] = CharT(unicode::COMBINING_DOT_ABOVE); in ToLowerCaseImpl()
743 destChars[j++] = Final_Sigma(srcChars, srcLength, i); in ToLowerCaseImpl()
749 destChars[j++] = c; in ToLowerCaseImpl()
1091 destChars[j++] = c; in ToUpperCaseImpl()
1092 destChars[j++] = trail; in ToUpperCaseImpl()
1114 destChars[j++] = c; in ToUpperCaseImpl()
1141 destChars[i] = srcChars[i]; in CopyChars()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DString.cpp719 destChars[j++] = c; in ToLowerCaseImpl()
720 destChars[j++] = trail; in ToLowerCaseImpl()
734 destChars[j++] = CharT('i'); in ToLowerCaseImpl()
735 destChars[j++] = CharT(unicode::COMBINING_DOT_ABOVE); in ToLowerCaseImpl()
742 destChars[j++] = Final_Sigma(srcChars, srcLength, i); in ToLowerCaseImpl()
748 destChars[j++] = c; in ToLowerCaseImpl()
1088 destChars[j++] = c; in ToUpperCaseImpl()
1089 destChars[j++] = trail; in ToUpperCaseImpl()
1111 destChars[j++] = c; in ToUpperCaseImpl()
1138 destChars[i] = srcChars[i]; in CopyChars()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DString.cpp720 destChars[j++] = c; in ToLowerCaseImpl()
721 destChars[j++] = trail; in ToLowerCaseImpl()
735 destChars[j++] = CharT('i'); in ToLowerCaseImpl()
736 destChars[j++] = CharT(unicode::COMBINING_DOT_ABOVE); in ToLowerCaseImpl()
743 destChars[j++] = Final_Sigma(srcChars, srcLength, i); in ToLowerCaseImpl()
749 destChars[j++] = c; in ToLowerCaseImpl()
1091 destChars[j++] = c; in ToUpperCaseImpl()
1092 destChars[j++] = trail; in ToUpperCaseImpl()
1114 destChars[j++] = c; in ToUpperCaseImpl()
1141 destChars[i] = srcChars[i]; in CopyChars()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCConvert.cpp604 mozilla::Range<char16_t> destChars(*((char16_t**)d), len + 1); in JSData2Native() local
605 if (!JS_CopyStringChars(cx, destChars, str)) in JSData2Native()
607 destChars[len] = 0; in JSData2Native()
1788 mozilla::Range<char16_t> destChars(*((char16_t**)d), len + 1); in JSStringWithSize2Native() local
1789 if (!JS_CopyStringChars(cx, destChars, str)) in JSStringWithSize2Native()
1791 destChars[count] = 0; in JSStringWithSize2Native()
H A DXPCVariant.cpp297 mozilla::Range<char16_t> destChars(mData.u.wstr.mWStringValue, length);
298 if (!JS_CopyStringChars(cx, destChars, str))
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCConvert.cpp649 mozilla::Range<char16_t> destChars(*((char16_t**)d), len + 1); in JSData2Native() local
650 if (!JS_CopyStringChars(cx, destChars, str)) { in JSData2Native()
653 destChars[len] = 0; in JSData2Native()
H A DXPCVariant.cpp304 mozilla::Range<char16_t> destChars(mData.u.wstr.mWStringValue, length); in InitializeData() local
305 if (!JS_CopyStringChars(cx, destChars, str)) { in InitializeData()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCConvert.cpp647 mozilla::Range<char16_t> destChars(*((char16_t**)d), len + 1); in JSData2Native() local
648 if (!JS_CopyStringChars(cx, destChars, str)) { in JSData2Native()
651 destChars[len] = 0; in JSData2Native()
H A DXPCVariant.cpp305 mozilla::Range<char16_t> destChars(mData.u.wstr.mWStringValue, length); in InitializeData() local
306 if (!JS_CopyStringChars(cx, destChars, str)) { in InitializeData()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCConvert.cpp649 mozilla::Range<char16_t> destChars(*((char16_t**)d), len + 1); in JSData2Native() local
650 if (!JS_CopyStringChars(cx, destChars, str)) { in JSData2Native()
653 destChars[len] = 0; in JSData2Native()
H A DXPCVariant.cpp304 mozilla::Range<char16_t> destChars(mData.u.wstr.mWStringValue, length); in InitializeData() local
305 if (!JS_CopyStringChars(cx, destChars, str)) { in InitializeData()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCVariant.cpp301 mozilla::Range<char16_t> destChars(mData.u.wstr.mWStringValue, length); in InitializeData() local
302 if (!JS_CopyStringChars(cx, destChars, str)) { in InitializeData()
H A DXPCConvert.cpp645 mozilla::Range<char16_t> destChars(*((char16_t**)d), len + 1); in JSData2Native() local
646 if (!JS_CopyStringChars(cx, destChars, str)) { in JSData2Native()
649 destChars[len] = 0; in JSData2Native()

12