Home
last modified time | relevance | path

Searched refs:sepLength (Results 1 – 25 of 33) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/pack200/pack200-verifier/src/xmlkit/
H A DTokenList.java252 int sepLength = separator.length(); in getLengths() local
260 end += sepLength; // count leading separator in getLengths()
302 int sepLength = separator.length(); in charAt() local
303 if (j < sepLength) { in charAt()
306 return getCS(wh).charAt(j - sepLength); in charAt()
328 int sepLength = separator.length(); in subSequence() local
330 if ((beg - begBase) < sepLength) { in subSequence()
331 begFrag = sepLength - (beg - begBase); in subSequence()
335 if ((end - endBase) < sepLength) { in subSequence()
357 end - endBase - sepLength); in subSequence()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/tools/pack200/pack200-verifier/src/xmlkit/
H A DTokenList.java250 int sepLength = separator.length(); in getLengths() local
258 end += sepLength; // count leading separator in getLengths()
300 int sepLength = separator.length(); in charAt() local
301 if (j < sepLength) { in charAt()
304 return getCS(wh).charAt(j - sepLength); in charAt()
326 int sepLength = separator.length(); in subSequence() local
328 if ((beg - begBase) < sepLength) { in subSequence()
329 begFrag = sepLength - (beg - begBase); in subSequence()
333 if ((end - endBase) < sepLength) { in subSequence()
355 end - endBase - sepLength); in subSequence()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/pack200/pack200-verifier/src/xmlkit/
H A DTokenList.java252 int sepLength = separator.length(); in getLengths() local
260 end += sepLength; // count leading separator in getLengths()
302 int sepLength = separator.length(); in charAt() local
303 if (j < sepLength) { in charAt()
306 return getCS(wh).charAt(j - sepLength); in charAt()
328 int sepLength = separator.length(); in subSequence() local
330 if ((beg - begBase) < sepLength) { in subSequence()
331 begFrag = sepLength - (beg - begBase); in subSequence()
335 if ((end - endBase) < sepLength) { in subSequence()
357 end - endBase - sepLength); in subSequence()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/tools/pack200/pack200-verifier/src/xmlkit/
H A DTokenList.java250 int sepLength = separator.length(); in getLengths() local
258 end += sepLength; // count leading separator in getLengths()
300 int sepLength = separator.length(); in charAt() local
301 if (j < sepLength) { in charAt()
304 return getCS(wh).charAt(j - sepLength); in charAt()
326 int sepLength = separator.length(); in subSequence() local
328 if ((beg - begBase) < sepLength) { in subSequence()
329 begFrag = sepLength - (beg - begBase); in subSequence()
333 if ((end - endBase) < sepLength) { in subSequence()
355 end - endBase - sepLength); in subSequence()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DTokenList.java252 int sepLength = separator.length(); in getLengths() local
260 end += sepLength; // count leading separator in getLengths()
302 int sepLength = separator.length(); in charAt() local
303 if (j < sepLength) { in charAt()
306 return getCS(wh).charAt(j - sepLength); in charAt()
328 int sepLength = separator.length(); in subSequence() local
330 if ((beg - begBase) < sepLength) { in subSequence()
331 begFrag = sepLength - (beg - begBase); in subSequence()
335 if ((end - endBase) < sepLength) { in subSequence()
357 end - endBase - sepLength); in subSequence()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DTokenList.java252 int sepLength = separator.length(); in getLengths() local
260 end += sepLength; // count leading separator in getLengths()
302 int sepLength = separator.length(); in charAt() local
303 if (j < sepLength) { in charAt()
306 return getCS(wh).charAt(j - sepLength); in charAt()
328 int sepLength = separator.length(); in subSequence() local
330 if ((beg - begBase) < sepLength) { in subSequence()
331 begFrag = sepLength - (beg - begBase); in subSequence()
335 if ((end - endBase) < sepLength) { in subSequence()
357 end - endBase - sepLength); in subSequence()
[all …]
/dports/devel/sope2/SOPE/sope-mime/NGMail/
H A DNGMBoxReader.m97 int sepLength = [self->separator length];
114 while (bufCnt < sepLength) { // parse form
118 if (strncmp(buf, sepStrbuf, sepLength) != 0) {
162 bufCnt < sepLength) { // read oly until seperator length
169 } while (strncmp(buf, sepStrbuf, sepLength) != 0);
/dports/devel/sope/SOPE/sope-mime/NGMail/
H A DNGMBoxReader.m97 int sepLength = [self->separator length];
114 while (bufCnt < sepLength) { // parse form
118 if (strncmp(buf, sepStrbuf, sepLength) != 0) {
162 bufCnt < sepLength) { // read oly until seperator length
169 } while (strncmp(buf, sepStrbuf, sepLength) != 0);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/
H A DFileTransfer.java145 int sepLength = gnomeList ? 1 : 2; in nativeToJava() local
163 offset = i + sepLength; in nativeToJava()
166 if (offset < temp.length - sepLength) { in nativeToJava()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/dnd/
H A DFileTransfer.java145 int sepLength = gnomeList ? 1 : 2; in nativeToJava() local
163 offset = i + sepLength; in nativeToJava()
166 if (offset < temp.length - sepLength) { in nativeToJava()
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/src/lib/text/
H A Dkstringhandler.cpp83 const int sepLength = sep.size(); in perlSplit() local
95 searchStart = sepIndex + sepLength; in perlSplit()
/dports/multimedia/naludump/naludump-0.1.1/libsi/
H A Ddescriptor.c181 int sepLength=strlen(separation1)+strlen(separation2); in getMaximumTextItemizedLength() local
187 ret+=d->itemLoop.getLength()+sepLength; in getMaximumTextItemizedLength()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DString.cpp3252 size_t sepLength = sep->length(); in SplitHelper() local
3253 MOZ_ASSERT(sepLength != 0); in SplitHelper()
3301 size_t endIndex = match + sepLength; in SplitHelper()
3311 MOZ_ASSERT(sepLength <= strLength); in SplitHelper()
3312 MOZ_ASSERT(lastEndIndex + sepLength <= endIndex); in SplitHelper()
3315 size_t subLength = size_t(endIndex - sepLength - lastEndIndex); in SplitHelper()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DString.cpp2785 size_t sepLength = sep->length(); in SplitHelper() local
2786 MOZ_ASSERT(sepLength != 0); in SplitHelper()
2830 size_t endIndex = match + sepLength; in SplitHelper()
2840 MOZ_ASSERT(sepLength <= strLength); in SplitHelper()
2841 MOZ_ASSERT(lastEndIndex + sepLength <= endIndex); in SplitHelper()
2844 size_t subLength = size_t(endIndex - sepLength - lastEndIndex); in SplitHelper()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeString.java870 final int sepLength = separator.length();
881 pos = found + sepLength;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeString.java870 final int sepLength = separator.length();
881 pos = found + sepLength;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeString.java870 final int sepLength = separator.length();
881 pos = found + sepLength;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeString.java870 final int sepLength = separator.length();
881 pos = found + sepLength;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeString.java870 final int sepLength = separator.length();
881 pos = found + sepLength;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DNativeString.java889 final int sepLength = separator.length();
900 pos = found + sepLength;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DNativeString.java889 final int sepLength = separator.length();
900 pos = found + sepLength;
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DString.cpp3316 size_t sepLength = sep->length(); in SplitHelper() local
3317 MOZ_ASSERT(sepLength != 0); in SplitHelper()
3365 size_t endIndex = match + sepLength; in SplitHelper()
3375 MOZ_ASSERT(sepLength <= strLength); in SplitHelper()
3376 MOZ_ASSERT(lastEndIndex + sepLength <= endIndex); in SplitHelper()
3379 size_t subLength = size_t(endIndex - sepLength - lastEndIndex); in SplitHelper()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DString.cpp3329 size_t sepLength = sep->length(); in SplitHelper() local
3330 MOZ_ASSERT(sepLength != 0); in SplitHelper()
3378 size_t endIndex = match + sepLength; in SplitHelper()
3388 MOZ_ASSERT(sepLength <= strLength); in SplitHelper()
3389 MOZ_ASSERT(lastEndIndex + sepLength <= endIndex); in SplitHelper()
3392 size_t subLength = size_t(endIndex - sepLength - lastEndIndex); in SplitHelper()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsstr.cpp2405 size_t sepLength = sep->length(); in SplitHelper() local
2406 MOZ_ASSERT(sepLength != 0); in SplitHelper()
2453 size_t endIndex = match + sepLength; in SplitHelper()
2463 MOZ_ASSERT(sepLength <= strLength); in SplitHelper()
2464 MOZ_ASSERT(lastEndIndex + sepLength <= endIndex); in SplitHelper()
2467 size_t subLength = size_t(endIndex - sepLength - lastEndIndex); in SplitHelper()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DString.cpp3316 size_t sepLength = sep->length(); in SplitHelper() local
3317 MOZ_ASSERT(sepLength != 0); in SplitHelper()
3365 size_t endIndex = match + sepLength; in SplitHelper()
3375 MOZ_ASSERT(sepLength <= strLength); in SplitHelper()
3376 MOZ_ASSERT(lastEndIndex + sepLength <= endIndex); in SplitHelper()
3379 size_t subLength = size_t(endIndex - sepLength - lastEndIndex); in SplitHelper()

12