Home
last modified time | relevance | path

Searched refs:separatorLength (Results 1 – 25 of 76) sorted by relevance

1234

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/sheenbidi/Source/
H A DSBAlgorithm.c101 SBUInteger separatorLength; in SBAlgorithmGetSeparatorLength() local
104 separatorLength = stringIndex - separatorIndex; in SBAlgorithmGetSeparatorLength()
112 separatorLength = stringIndex - separatorIndex; in SBAlgorithmGetSeparatorLength()
117 return separatorLength; in SBAlgorithmGetSeparatorLength()
122 SBUInteger *acutalLength, SBUInteger *separatorLength) in SBAlgorithmGetParagraphBoundary() argument
136 if (separatorLength) { in SBAlgorithmGetParagraphBoundary()
137 *separatorLength = SBAlgorithmGetSeparatorLength(algorithm, startIndex); in SBAlgorithmGetParagraphBoundary()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/
H A DStreamKeyValUtil.java67 int separatorLength) throws IOException { in splitKeyVal() argument
72 int valLen = (start+length)-splitPos-separatorLength; in splitKeyVal()
74 val.set(utf, splitPos+separatorLength, valLen); in splitKeyVal()
105 int separatorLength) in splitKeyVal() argument
107 splitKeyVal(utf, 0, utf.length, key, val, splitPos, separatorLength); in splitKeyVal()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/streaming/src/java/org/apache/hadoop/streaming/
H A DStreamKeyValUtil.java67 int separatorLength) throws IOException { in splitKeyVal() argument
74 int valLen = (start+length)-splitPos-separatorLength; in splitKeyVal()
76 System.arraycopy(utf, splitPos+separatorLength, valBytes, 0, valLen); in splitKeyVal()
109 int separatorLength) in splitKeyVal() argument
111 splitKeyVal(utf, 0, utf.length, key, val, splitPos, separatorLength); in splitKeyVal()
H A DUTF8ByteArrayUtils.java140 int separatorLength) throws IOException { in splitKeyVal() argument
142 length, key, val, splitPos, separatorLength); in splitKeyVal()
179 int separatorLength) in splitKeyVal() argument
181 StreamKeyValUtil.splitKeyVal(utf, key, val, splitPos, separatorLength); in splitKeyVal()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/test/loadgen/
H A DQpsMonitor.cpp106 uint32_t separatorLength = numEnabled * 18; in printHeader() local
108 separatorLength += 10; in printHeader()
110 char sep[separatorLength + 1]; in printHeader()
111 memset(sep, '-', separatorLength); in printHeader()
112 sep[separatorLength] = '\0'; in printHeader()
/dports/deskutils/latte-dock/latte-dock-0.10.6/declarativeimports/core/
H A Denvironment.h21 Q_PROPERTY(int separatorLength READ separatorLength CONSTANT)
34 int separatorLength() const;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Headers/
H A DContentRangeHeaderValue.cs223 int separatorLength = HttpRuleParser.GetWhitespaceLength(input, current); in GetContentRangeLength()
225 if (separatorLength == 0) in GetContentRangeLength()
230 current = current + separatorLength; in GetContentRangeLength()
/dports/audio/praat/praat-6.2.03/melder/
H A DSTRVEC.cpp206 const integer separatorLength = str32len (separator); in splitBy_STRVEC() local
223 p = locationOfSeparator + separatorLength; in splitBy_STRVEC()
236 p = locationOfSeparator + separatorLength; in splitBy_STRVEC()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DString.Manipulation.cs617 private static unsafe string JoinCore(char* separator, int separatorLength, object[] values) in JoinCore() argument
641 result.Append(separator, separatorLength); in JoinCore()
652 …private static unsafe string JoinCore<T>(char* separator, int separatorLength, IEnumerable<T> valu… in JoinCore() argument
692 result.Append(separator, separatorLength); in JoinCore()
704 …private static unsafe string JoinCore(char* separator, int separatorLength, string[] value, int st… in JoinCore() argument
709 Debug.Assert(separatorLength >= 0); in JoinCore()
735 long totalSeparatorsLength = (long)(count - 1) * separatorLength; in JoinCore()
791 if (separatorLength == 1) in JoinCore()
797 wstrcpy(pResult + copiedLength, separator, separatorLength); in JoinCore()
800 copiedLength += separatorLength; in JoinCore()
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/ptr-0.16.8.1/library/Ptr/
H A DPoking.hs195 intercalateVector element (Poking separatorLength separatorIo) vectorValue = Poking length io where
196 …Vector.foldl' step 0 vectorValue + ((GenericVector.length vectorValue - 1) * separatorLength) where
208 in elementIo ptr *> separatorIo ptrAfterElement $> plusPtr ptrAfterElement separatorLength
/dports/deskutils/latte-dock/latte-dock-0.10.6/declarativeimports/abilities/items/basicitem/
H A DSeparatorItem.qml30 …(isSeparatorInRealLength ? LatteCore.Environment.separatorLength+abilityItem.abilities.metrics.tot…
33 …(isSeparatorInRealLength ? LatteCore.Environment.separatorLength+abilityItem.abilities.metrics.to…
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/sheenbidi/Headers/
H A DSBAlgorithm.h74 SBUInteger *acutalLength, SBUInteger *separatorLength);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Darray-join.tq151 str: String, nofSeparators: intptr, separatorLength: intptr) {
154 this.AddSeparators(nofSeparators, separatorLength, writeSeparators);
165 nofSeparators: intptr, separatorLength: intptr, write: bool) {
166 if (nofSeparators == 0 || separatorLength == 0) return;
169 const sepsLen: intptr = separatorLength * nofSeparatorsInt;
172 if (sepsLen / separatorLength != nofSeparatorsInt) deferred {
263 const separatorLength: intptr = sep.length_intptr;
310 buffer.Add(next, nofSeparators, separatorLength);
315 buffer.AddSeparators(nofSeparators, separatorLength, true);
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Darray-join.tq150 str: String, nofSeparators: intptr, separatorLength: intptr): void {
153 this.AddSeparators(nofSeparators, separatorLength, writeSeparators);
164 nofSeparators: intptr, separatorLength: intptr, write: bool): void {
165 if (nofSeparators == 0 || separatorLength == 0) return;
168 const sepsLen: intptr = separatorLength * nofSeparatorsInt;
171 if (sepsLen / separatorLength != nofSeparatorsInt) deferred {
262 const separatorLength: intptr = sep.length_intptr;
309 buffer.Add(next, nofSeparators, separatorLength);
314 buffer.AddSeparators(nofSeparators, separatorLength, true);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Darray-join.tq146 str: String, nofSeparators: intptr, separatorLength: intptr) {
149 this.AddSeparators(nofSeparators, separatorLength, writeSeparators);
160 nofSeparators: intptr, separatorLength: intptr, write: bool) {
161 if (nofSeparators == 0 || separatorLength == 0) return;
164 const sepsLen: intptr = separatorLength * nofSeparatorsInt;
167 if (sepsLen / separatorLength != nofSeparatorsInt) deferred {
258 const separatorLength: intptr = sep.length_intptr;
305 buffer.Add(next, nofSeparators, separatorLength);
310 buffer.AddSeparators(nofSeparators, separatorLength, true);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Claims/
H A DX509CertificateClaimSet.cs427 int separatorLength = 1; in X509SubjectAlternativeNameConstants()
437 separatorLength++; in X509SubjectAlternativeNameConstants()
440 … Separator = x509ExtensionFormattedString.Substring(separatorFirstChar, separatorLength); in X509SubjectAlternativeNameConstants()
/dports/games/passage/Passage_v4_UnixSource/minorGems/util/
H A DstringUtils.cpp132 unsigned int separatorLength = strlen( inSeparator ); in split() local
142 workingString = &( foundSeparator[ separatorLength ] ); in split()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/util/
H A DstringUtils.cpp124 int separatorLength = strlen( inSeparator ); in split() local
134 workingString = &( foundSeparator[ separatorLength ] ); in split()
/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Ddropjob.cpp265 const int separatorLength = QCoreApplication::translate("QShortcut", "+").size(); in fillPopupMenu() local
267 seq.chop(separatorLength); // chop superfluous '+' in fillPopupMenu()
272 seq.chop(separatorLength); in fillPopupMenu()
277 seq.chop(separatorLength); in fillPopupMenu()
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DExpressionShredder.cs137 int separatorLength = -1; in GetReferencedItemExpressions()
242 separatorLength = closingQuote - i; in GetReferencedItemExpressions()
243 separator = expression.Substring(i, separatorLength); in GetReferencedItemExpressions()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/MobileLibrary/iOS/SampleApps/TunneledWebView/External/JiveAuthenticatingHTTPProtocol/
H A DJAHPCanonicalRequest.m84 NSUInteger separatorLength;
99 separatorLength = 0;
103 separatorLength += 1;
106 separatorLength += 1;
109 separatorLength += 1;
116 if (separatorLength != expectedSeparatorLength) {
117 …e.location + (NSUInteger) bytesInserted + (NSUInteger) range.length, separatorLength) withBytes:":…
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/MobileLibrary/iOS/SampleApps/TunneledWebView/External/JiveAuthenticatingHTTPProtocol/
H A DJAHPCanonicalRequest.m84 NSUInteger separatorLength;
99 separatorLength = 0;
103 separatorLength += 1;
106 separatorLength += 1;
109 separatorLength += 1;
116 if (separatorLength != expectedSeparatorLength) {
117 …e.location + (NSUInteger) bytesInserted + (NSUInteger) range.length, separatorLength) withBytes:":…
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.h60 …EXPORT QByteArrayList_join(const QByteArrayList *that, const char *separator, int separatorLength);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.h60 …EXPORT QByteArrayList_join(const QByteArrayList *that, const char *separator, int separatorLength);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqbytearraylist.h60 …EXPORT QByteArrayList_join(const QByteArrayList *that, const char *separator, int separatorLength);

1234