Home
last modified time | relevance | path

Searched refs:srcLen (Results 1 – 25 of 1928) sorted by relevance

12345678910>>...78

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dstrconv.cpp967 if ( (srcLen == wxNO_LEN ? !*p : !srcLen) ) in ToWChar()
1465 for ( srcLen = 1; *inBuff++; srcLen++ ) in GetLength()
1493 srcLen = GetLength(src, srcLen); in ToWChar()
1537 srcLen = GetLength(src, srcLen); in ToWChar()
1592 srcLen = GetLength(src, srcLen); in ToWChar()
1662 srcLen = GetLength(src, srcLen); in ToWChar()
1767 for ( srcLen = 1; *inBuff++; srcLen++ ) in GetLength()
1793 srcLen = GetLength(src, srcLen); in ToWChar()
1862 srcLen = GetLength(src, srcLen); in ToWChar()
1934 srcLen = GetLength(src, srcLen); in ToWChar()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dstrconv.cpp991 if ( (srcLen == wxNO_LEN ? !*p : !srcLen) ) in ToWChar()
1489 for ( srcLen = 1; *inBuff++; srcLen++ ) in GetLength()
1517 srcLen = GetLength(src, srcLen); in ToWChar()
1561 srcLen = GetLength(src, srcLen); in ToWChar()
1616 srcLen = GetLength(src, srcLen); in ToWChar()
1686 srcLen = GetLength(src, srcLen); in ToWChar()
1791 for ( srcLen = 1; *inBuff++; srcLen++ ) in GetLength()
1817 srcLen = GetLength(src, srcLen); in ToWChar()
1895 srcLen = GetLength(src, srcLen); in ToWChar()
1976 srcLen = GetLength(src, srcLen); in ToWChar()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dstrconv.cpp991 if ( (srcLen == wxNO_LEN ? !*p : !srcLen) ) in ToWChar()
1489 for ( srcLen = 1; *inBuff++; srcLen++ ) in GetLength()
1517 srcLen = GetLength(src, srcLen); in ToWChar()
1561 srcLen = GetLength(src, srcLen); in ToWChar()
1616 srcLen = GetLength(src, srcLen); in ToWChar()
1686 srcLen = GetLength(src, srcLen); in ToWChar()
1791 for ( srcLen = 1; *inBuff++; srcLen++ ) in GetLength()
1817 srcLen = GetLength(src, srcLen); in ToWChar()
1895 srcLen = GetLength(src, srcLen); in ToWChar()
1976 srcLen = GetLength(src, srcLen); in ToWChar()
[all …]
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_unicode.c29 if (srcLen <= 0) in cp437ToUtf8()
49 srcLen = (int32_t)wcslen(w); in cp437ToUtf8()
50 if (srcLen <= 0) in cp437ToUtf8()
87 if (srcLen <= 0) in cp437ToUnichar()
116 if (srcLen <= 0) in utf8ToCp437()
137 if (srcLen <= 0) in utf8ToCp437()
191 if (srcLen <= 0) in unicharToCp437()
237 if (srcLen <= 0) in cp437ToUtf8()
251 size_t inLen = srcLen; in cp437ToUtf8()
279 if (srcLen <= 0) in utf8ToCp437()
[all …]
/dports/devel/icu/icu/source/test/perf/normperf/
H A Dnormperf.h44 int32_t srcLen; variable
78 return srcLen; in getOperationsPerIteration()
88 srcLen = 0; in QuickCheckPerfFunction()
98 srcLen = sourceLen; in QuickCheckPerfFunction()
115 int32_t srcLen; variable
147 return srcLen; in getOperationsPerIteration()
158 srcLen = 0; in NormPerfFunction()
169 srcLen = sourceLen; in NormPerfFunction()
284 return unorm_quickCheck(src,srcLen,mode,status); in ICUQuickCheck()
288 return unorm_isNormalized(src,srcLen,mode,status); in ICUIsNormalized()
[all …]
/dports/devel/icu-lx/icu/source/test/perf/normperf/
H A Dnormperf.h44 int32_t srcLen; variable
78 return srcLen; in getOperationsPerIteration()
88 srcLen = 0; in QuickCheckPerfFunction()
98 srcLen = sourceLen; in QuickCheckPerfFunction()
115 int32_t srcLen; variable
147 return srcLen; in getOperationsPerIteration()
158 srcLen = 0; in NormPerfFunction()
169 srcLen = sourceLen; in NormPerfFunction()
284 return unorm_quickCheck(src,srcLen,mode,status); in ICUQuickCheck()
288 return unorm_isNormalized(src,srcLen,mode,status); in ICUIsNormalized()
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/sodium_compat/src/Core/Base64/
H A DCommon.php68 if ($i < $srcLen) {
72 if ($i + 1 < $srcLen) {
109 if ($srcLen === 0) {
114 if (($srcLen & 3) === 0) {
116 $srcLen--;
118 $srcLen--;
122 if (($srcLen & 3) === 1) {
127 if ($src[$srcLen - 1] === '=') {
157 if ($i < $srcLen) {
162 if ($i + 2 < $srcLen) {
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/sodium_compat/src/Core/Base64/
H A DCommon.php68 if ($i < $srcLen) {
72 if ($i + 1 < $srcLen) {
109 if ($srcLen === 0) {
114 if (($srcLen & 3) === 0) {
116 $srcLen--;
118 $srcLen--;
122 if (($srcLen & 3) === 1) {
127 if ($src[$srcLen - 1] === '=') {
157 if ($i < $srcLen) {
162 if ($i + 2 < $srcLen) {
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/paragonie/constant_time_encoding/src/
H A DBase64.php73 $srcLen = Binary::safeStrlen($src);
89 if ($i < $srcLen) {
93 if ($i + 1 < $srcLen) {
130 if ($srcLen === 0) {
135 if (($srcLen & 3) === 0) {
137 $srcLen--;
139 $srcLen--;
143 if (($srcLen & 3) === 1) {
178 if ($i < $srcLen) {
183 if ($i + 2 < $srcLen) {
[all …]
/dports/deskutils/egroupware/egroupware/vendor/paragonie/constant_time_encoding/src/
H A DBase64.php73 $srcLen = Binary::safeStrlen($src);
89 if ($i < $srcLen) {
93 if ($i + 1 < $srcLen) {
130 if ($srcLen === 0) {
135 if (($srcLen & 3) === 0) {
137 $srcLen--;
139 $srcLen--;
143 if (($srcLen & 3) === 1) {
178 if ($i < $srcLen) {
183 if ($i + 2 < $srcLen) {
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/paragonie/constant_time_encoding/src/
H A DBase64.php73 $srcLen = Binary::safeStrlen($src);
89 if ($i < $srcLen) {
93 if ($i + 1 < $srcLen) {
130 if ($srcLen === 0) {
135 if (($srcLen & 3) === 0) {
137 $srcLen--;
139 $srcLen--;
143 if (($srcLen & 3) === 1) {
178 if ($i < $srcLen) {
183 if ($i + 2 < $srcLen) {
[all …]
/dports/www/owncloud/owncloud/lib/composer/paragonie/constant_time_encoding/src/
H A DBase64.php73 $srcLen = Binary::safeStrlen($src);
89 if ($i < $srcLen) {
93 if ($i + 1 < $srcLen) {
130 if ($srcLen === 0) {
135 if (($srcLen & 3) === 0) {
137 $srcLen--;
139 $srcLen--;
143 if (($srcLen & 3) === 1) {
178 if ($i < $srcLen) {
183 if ($i + 2 < $srcLen) {
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/paragonie/constant_time_encoding/src/
H A DBase64.php73 $srcLen = Binary::safeStrlen($src);
89 if ($i < $srcLen) {
93 if ($i + 1 < $srcLen) {
130 if ($srcLen === 0) {
135 if (($srcLen & 3) === 0) {
137 $srcLen--;
139 $srcLen--;
143 if (($srcLen & 3) === 1) {
178 if ($i < $srcLen) {
183 if ($i + 2 < $srcLen) {
[all …]
/dports/devel/icu-lx/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
55 UnicodeString src(source, srcLen); in removeText()
73srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove le… in trim()
74srcLen = removeText(src, srcLen, UnicodeString("\\s+$"), 0, UnicodeString(), status); // remove tr… in trim()
75 return srcLen; in trim()
80 srcLen = trim(source, srcLen, status); in removeCmtText()
82 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, UnicodeString(), status); in removeCmtText()
98 UnicodeString src (source,srcLen); in getText()
133 UnicodeString src(source, srcLen); in getDescription()
157 UnicodeString src (source, srcLen); in getCount()
[all …]
/dports/devel/icu/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
55 UnicodeString src(source, srcLen); in removeText()
73srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove le… in trim()
74srcLen = removeText(src, srcLen, UnicodeString("\\s+$"), 0, UnicodeString(), status); // remove tr… in trim()
75 return srcLen; in trim()
80 srcLen = trim(source, srcLen, status); in removeCmtText()
82 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, UnicodeString(), status); in removeCmtText()
98 UnicodeString src (source,srcLen); in getText()
133 UnicodeString src(source, srcLen); in getDescription()
157 UnicodeString src (source, srcLen); in getCount()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
55 UnicodeString src(source, srcLen); in removeText()
73srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove le… in trim()
74srcLen = removeText(src, srcLen, UnicodeString("\\s+$"), 0, UnicodeString(), status); // remvoe tr… in trim()
75 return srcLen; in trim()
80 srcLen = trim(source, srcLen, status); in removeCmtText()
82 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, UnicodeString(), status); in removeCmtText()
98 UnicodeString src (source,srcLen); in getText()
133 UnicodeString src(source, srcLen); in getDescription()
157 UnicodeString src (source, srcLen); in getCount()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
55 UnicodeString src(source, srcLen); in removeText()
73srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove le… in trim()
74srcLen = removeText(src, srcLen, UnicodeString("\\s+$"), 0, UnicodeString(), status); // remvoe tr… in trim()
75 return srcLen; in trim()
80 srcLen = trim(source, srcLen, status); in removeCmtText()
82 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, UnicodeString(), status); in removeCmtText()
98 UnicodeString src (source,srcLen); in getText()
133 UnicodeString src(source, srcLen); in getDescription()
157 UnicodeString src (source, srcLen); in getCount()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
55 UnicodeString src(source, srcLen); in removeText()
73srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove le… in trim()
74srcLen = removeText(src, srcLen, UnicodeString("\\s+$"), 0, UnicodeString(), status); // remvoe tr… in trim()
75 return srcLen; in trim()
80 srcLen = trim(source, srcLen, status); in removeCmtText()
82 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, UnicodeString(), status); in removeCmtText()
98 UnicodeString src (source,srcLen); in getText()
133 UnicodeString src(source, srcLen); in getDescription()
157 UnicodeString src (source, srcLen); in getCount()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
55 UnicodeString src(source, srcLen); in removeText()
73srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove le… in trim()
74srcLen = removeText(src, srcLen, UnicodeString("\\s+$"), 0, UnicodeString(), status); // remove tr… in trim()
75 return srcLen; in trim()
80 srcLen = trim(source, srcLen, status); in removeCmtText()
82 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, UnicodeString(), status); in removeCmtText()
98 UnicodeString src (source,srcLen); in getText()
133 UnicodeString src(source, srcLen); in getDescription()
157 UnicodeString src (source, srcLen); in getCount()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
55 UnicodeString src(source, srcLen); in removeText()
73srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove le… in trim()
74srcLen = removeText(src, srcLen, UnicodeString("\\s+$"), 0, UnicodeString(), status); // remvoe tr… in trim()
75 return srcLen; in trim()
80 srcLen = trim(source, srcLen, status); in removeCmtText()
82 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, UnicodeString(), status); in removeCmtText()
98 UnicodeString src (source,srcLen); in getText()
133 UnicodeString src(source, srcLen); in getDescription()
157 UnicodeString src (source, srcLen); in getCount()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
55 UnicodeString src(source, srcLen); in removeText()
73srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove le… in trim()
74srcLen = removeText(src, srcLen, UnicodeString("\\s+$"), 0, UnicodeString(), status); // remvoe tr… in trim()
75 return srcLen; in trim()
80 srcLen = trim(source, srcLen, status); in removeCmtText()
82 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, UnicodeString(), status); in removeCmtText()
98 UnicodeString src (source,srcLen); in getText()
133 UnicodeString src(source, srcLen); in getDescription()
157 UnicodeString src (source, srcLen); in getCount()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
55 UnicodeString src(source, srcLen); in removeText()
73srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove le… in trim()
74srcLen = removeText(src, srcLen, UnicodeString("\\s+$"), 0, UnicodeString(), status); // remvoe tr… in trim()
75 return srcLen; in trim()
80 srcLen = trim(source, srcLen, status); in removeCmtText()
82 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, UnicodeString(), status); in removeCmtText()
98 UnicodeString src (source,srcLen); in getText()
133 UnicodeString src(source, srcLen); in getDescription()
157 UnicodeString src (source, srcLen); in getCount()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
55 UnicodeString src(source, srcLen); in removeText()
73srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove le… in trim()
74srcLen = removeText(src, srcLen, UnicodeString("\\s+$"), 0, UnicodeString(), status); // remvoe tr… in trim()
75 return srcLen; in trim()
80 srcLen = trim(source, srcLen, status); in removeCmtText()
82 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, UnicodeString(), status); in removeCmtText()
98 UnicodeString src (source,srcLen); in getText()
133 UnicodeString src(source, srcLen); in getDescription()
157 UnicodeString src (source, srcLen); in getCount()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
55 UnicodeString src(source, srcLen); in removeText()
73srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove le… in trim()
74srcLen = removeText(src, srcLen, UnicodeString("\\s+$"), 0, UnicodeString(), status); // remvoe tr… in trim()
75 return srcLen; in trim()
80 srcLen = trim(source, srcLen, status); in removeCmtText()
82 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, UnicodeString(), status); in removeCmtText()
98 UnicodeString src (source,srcLen); in getText()
133 UnicodeString src(source, srcLen); in getDescription()
157 UnicodeString src (source, srcLen); in getCount()
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
55 UnicodeString src(source, srcLen); in removeText()
73srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remove le… in trim()
74srcLen = removeText(src, srcLen, UnicodeString("\\s+$"), 0, UnicodeString(), status); // remvoe tr… in trim()
75 return srcLen; in trim()
80 srcLen = trim(source, srcLen, status); in removeCmtText()
82 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, UnicodeString(), status); in removeCmtText()
98 UnicodeString src (source,srcLen); in getText()
133 UnicodeString src(source, srcLen); in getDescription()
157 UnicodeString src (source, srcLen); in getCount()
[all …]

12345678910>>...78