Home
last modified time | relevance | path

Searched refs:rightIndex (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Dsetofrings.h77 int rightIndex = right; in quickSort() local
85 while (leftIndex <= rightIndex) { in quickSort()
94 while ((rightIndex > left) && ((at(rightIndex))->size() > partionElement)) in quickSort()
95 --rightIndex; in quickSort()
97 if (leftIndex <= rightIndex) { in quickSort()
98 swap(leftIndex, rightIndex); in quickSort()
100 --rightIndex; in quickSort()
106 if (left < rightIndex) in quickSort()
107 quickSort(left, rightIndex); in quickSort()
/dports/devel/icu-lx/icu/source/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
H A Dnumber_padding.cpp63 FormattedStringBuilder &string, int32_t leftIndex, int32_t rightIndex, in padAndApply() argument
68 rightIndex == string.length()); // fix the previous line to remove this assertion in padAndApply()
73 length += mod1.apply(string, leftIndex, rightIndex, status); in padAndApply()
74 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
83 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
85 length += mod1.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
86 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
90 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
H A Dnumber_padding.cpp63 FormattedStringBuilder &string, int32_t leftIndex, int32_t rightIndex, in padAndApply() argument
68 rightIndex == string.length()); // fix the previous line to remove this assertion in padAndApply()
73 length += mod1.apply(string, leftIndex, rightIndex, status); in padAndApply()
74 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
83 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
85 length += mod1.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
86 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
90 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
/dports/devel/icu/icu/source/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
H A Dnumber_padding.cpp63 FormattedStringBuilder &string, int32_t leftIndex, int32_t rightIndex, in padAndApply() argument
68 rightIndex == string.length()); // fix the previous line to remove this assertion in padAndApply()
73 length += mod1.apply(string, leftIndex, rightIndex, status); in padAndApply()
74 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
83 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
85 length += mod1.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
86 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
90 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
H A Dnumber_padding.cpp63 FormattedStringBuilder &string, int32_t leftIndex, int32_t rightIndex, in padAndApply() argument
68 rightIndex == string.length()); // fix the previous line to remove this assertion in padAndApply()
73 length += mod1.apply(string, leftIndex, rightIndex, status); in padAndApply()
74 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
83 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
85 length += mod1.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
86 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
90 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
H A Dnumber_padding.cpp63 FormattedStringBuilder &string, int32_t leftIndex, int32_t rightIndex, in padAndApply() argument
68 rightIndex == string.length()); // fix the previous line to remove this assertion in padAndApply()
73 length += mod1.apply(string, leftIndex, rightIndex, status); in padAndApply()
74 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
83 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
85 length += mod1.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
86 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
90 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
525 ++rightIndex; in compareUTF8()
568 leftIndex = rightIndex = 0; in compareUTF8()
644 leftIndex = rightIndex = 0; in compareUTF8()
697 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
H A Dnumber_padding.cpp63 FormattedStringBuilder &string, int32_t leftIndex, int32_t rightIndex, in padAndApply() argument
68 rightIndex == string.length()); // fix the previous line to remove this assertion in padAndApply()
73 length += mod1.apply(string, leftIndex, rightIndex, status); in padAndApply()
74 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
83 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
85 length += mod1.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
86 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
90 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
H A Dnumber_padding.cpp51 NumberStringBuilder &string, int32_t leftIndex, int32_t rightIndex, in padAndApply() argument
56 rightIndex == string.length()); // fix the previous line to remove this assertion in padAndApply()
61 length += mod1.apply(string, leftIndex, rightIndex, status); in padAndApply()
62 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
71 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
73 length += mod1.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
74 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
78 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
345 leftIndex = rightIndex = 0; in compareUTF16()
401 leftIndex = rightIndex = 0; in compareUTF16()
524 ++rightIndex; in compareUTF8()
567 leftIndex = rightIndex = 0; in compareUTF8()
643 leftIndex = rightIndex = 0; in compareUTF8()
696 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dcollationfastlatin.cpp121 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
162 if(rightIndex == rightLength) { in compareUTF16()
214 leftIndex = rightIndex = 0; in compareUTF16()
290 leftIndex = rightIndex = 0; in compareUTF16()
343 leftIndex = rightIndex = 0; in compareUTF16()
399 leftIndex = rightIndex = 0; in compareUTF16()
522 ++rightIndex; in compareUTF8()
565 leftIndex = rightIndex = 0; in compareUTF8()
641 leftIndex = rightIndex = 0; in compareUTF8()
694 leftIndex = rightIndex = 0; in compareUTF8()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/compare/
H A DRangeEqualsVisitor.java331 int rightIndex = range.getRightStart() + i; in compareBaseFixedWidthVectors() local
335 if (isNull != rightVector.isNull(rightIndex)) { in compareBaseFixedWidthVectors()
344 int startIndexRight = typeWidth * rightIndex; in compareBaseFixedWidthVectors()
364 int rightIndex = range.getRightStart() + i; in compareBaseVariableWidthVectors() local
367 if (isNull != rightVector.isNull(rightIndex)) { in compareBaseVariableWidthVectors()
397 int rightIndex = range.getRightStart() + i; in compareBaseLargeVariableWidthVectors() local
400 if (isNull != rightVector.isNull(rightIndex)) { in compareBaseLargeVariableWidthVectors()
434 int rightIndex = range.getRightStart() + i; in compareListVectors() local
437 if (isNull != rightVector.isNull(rightIndex)) { in compareListVectors()
481 int rightIndex = range.getRightStart() + i; in compareFixedSizeListVectors() local
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/compare/
H A DRangeEqualsVisitor.java344 int rightIndex = range.getRightStart() + i; in compareBaseFixedWidthVectors() local
348 if (isNull != rightVector.isNull(rightIndex)) { in compareBaseFixedWidthVectors()
357 int startIndexRight = typeWidth * rightIndex; in compareBaseFixedWidthVectors()
377 int rightIndex = range.getRightStart() + i; in compareBaseVariableWidthVectors() local
380 if (isNull != rightVector.isNull(rightIndex)) { in compareBaseVariableWidthVectors()
410 int rightIndex = range.getRightStart() + i; in compareBaseLargeVariableWidthVectors() local
413 if (isNull != rightVector.isNull(rightIndex)) { in compareBaseLargeVariableWidthVectors()
447 int rightIndex = range.getRightStart() + i; in compareListVectors() local
450 if (isNull != rightVector.isNull(rightIndex)) { in compareListVectors()
494 int rightIndex = range.getRightStart() + i; in compareFixedSizeListVectors() local
[all …]

12345678910>>...19