Home
last modified time | relevance | path

Searched refs:rangeCount (Results 1 – 25 of 1168) sorted by relevance

12345678910>>...47

/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxSkipChars.cpp29 const uint32_t rangeCount = mSkipChars->mRanges.Length(); in SetOriginalOffset() local
30 if (rangeCount == 0) { in SetOriginalOffset()
39 rangeCount && mSkipChars->mRanges[0].Start() == 0 ? 0 : -1; in SetOriginalOffset()
46 mozilla::BinarySearchIf(ranges, 0, rangeCount, in SetOriginalOffset()
49 if (idx == rangeCount) { in SetOriginalOffset()
50 mCurrentRangeIndex = rangeCount - 1; in SetOriginalOffset()
88 uint32_t rangeCount = mSkipChars->mRanges.Length(); in SetSkippedOffset() local
89 if (rangeCount == 0) { in SetSkippedOffset()
96 mozilla::BinarySearchIf(ranges, 0, rangeCount, in SetSkippedOffset()
99 if (idx == rangeCount) { in SetSkippedOffset()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxSkipChars.cpp29 const uint32_t rangeCount = mSkipChars->mRanges.Length(); in SetOriginalOffset() local
30 if (rangeCount == 0) { in SetOriginalOffset()
39 rangeCount && mSkipChars->mRanges[0].Start() == 0 ? 0 : -1; in SetOriginalOffset()
46 mozilla::BinarySearchIf(ranges, 0, rangeCount, in SetOriginalOffset()
49 if (idx == rangeCount) { in SetOriginalOffset()
50 mCurrentRangeIndex = rangeCount - 1; in SetOriginalOffset()
88 uint32_t rangeCount = mSkipChars->mRanges.Length(); in SetSkippedOffset() local
89 if (rangeCount == 0) { in SetSkippedOffset()
96 mozilla::BinarySearchIf(ranges, 0, rangeCount, in SetSkippedOffset()
99 if (idx == rangeCount) { in SetSkippedOffset()
[all …]
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxSkipChars.cpp29 const uint32_t rangeCount = mSkipChars->mRanges.Length(); in SetOriginalOffset() local
30 if (rangeCount == 0) { in SetOriginalOffset()
39 rangeCount && mSkipChars->mRanges[0].Start() == 0 ? 0 : -1; in SetOriginalOffset()
46 mozilla::BinarySearchIf(ranges, 0, rangeCount, in SetOriginalOffset()
49 if (idx == rangeCount) { in SetOriginalOffset()
50 mCurrentRangeIndex = rangeCount - 1; in SetOriginalOffset()
88 uint32_t rangeCount = mSkipChars->mRanges.Length(); in SetSkippedOffset() local
89 if (rangeCount == 0) { in SetSkippedOffset()
96 mozilla::BinarySearchIf(ranges, 0, rangeCount, in SetSkippedOffset()
99 if (idx == rangeCount) { in SetSkippedOffset()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxSkipChars.cpp29 const uint32_t rangeCount = mSkipChars->mRanges.Length(); in SetOriginalOffset() local
30 if (rangeCount == 0) { in SetOriginalOffset()
39 rangeCount && mSkipChars->mRanges[0].Start() == 0 ? 0 : -1; in SetOriginalOffset()
46 mozilla::BinarySearchIf(ranges, 0, rangeCount, in SetOriginalOffset()
49 if (idx == rangeCount) { in SetOriginalOffset()
50 mCurrentRangeIndex = rangeCount - 1; in SetOriginalOffset()
88 uint32_t rangeCount = mSkipChars->mRanges.Length(); in SetSkippedOffset() local
89 if (rangeCount == 0) { in SetSkippedOffset()
96 mozilla::BinarySearchIf(ranges, 0, rangeCount, in SetSkippedOffset()
99 if (idx == rangeCount) { in SetSkippedOffset()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxSkipChars.cpp31 const uint32_t rangeCount = mSkipChars->mRanges.Length();
32 if (rangeCount == 0) {
41 rangeCount && mSkipChars->mRanges[0].Start() == 0 ? 0 : -1;
48 mozilla::BinarySearchIf(ranges, 0, rangeCount,
52 if (idx == rangeCount) {
53 mCurrentRangeIndex = rangeCount - 1;
93 uint32_t rangeCount = mSkipChars->mRanges.Length();
94 if (rangeCount == 0) {
101 mozilla::BinarySearchIf(ranges, 0, rangeCount,
105 if (idx == rangeCount) {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxSkipChars.cpp28 const uint32_t rangeCount = mSkipChars->mRanges.Length(); in SetOriginalOffset() local
29 if (rangeCount == 0) { in SetOriginalOffset()
38 rangeCount && mSkipChars->mRanges[0].Start() == 0 ? 0 : -1; in SetOriginalOffset()
45 mozilla::BinarySearchIf(ranges, 0, rangeCount, in SetOriginalOffset()
48 if (idx == rangeCount) { in SetOriginalOffset()
49 mCurrentRangeIndex = rangeCount - 1; in SetOriginalOffset()
87 uint32_t rangeCount = mSkipChars->mRanges.Length(); in SetSkippedOffset() local
88 if (rangeCount == 0) { in SetSkippedOffset()
95 mozilla::BinarySearchIf(ranges, 0, rangeCount, in SetSkippedOffset()
98 if (idx == rangeCount) { in SetSkippedOffset()
[all …]
/dports/devel/icu-lx/icu/source/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/devel/icu/icu/source/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Dcollationweights.cpp372 rangeCount=0; in getWeightRanges()
375 rangeCount=1; in getWeightRanges()
381 ++rangeCount; in getWeightRanges()
385 ++rangeCount; in getWeightRanges()
388 return rangeCount>0; in getWeightRanges()
403 rangeCount = i + 1; in allocWeightsInShortRanges()
408 if(rangeCount>1) { in allocWeightsInShortRanges()
469 rangeCount = 1; in allocWeightsInMinLengthRanges()
486 rangeCount = 2; in allocWeightsInMinLengthRanges()
537 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Dcollationweights.cpp345 rangeCount=0; in getWeightRanges()
348 rangeCount=1; in getWeightRanges()
354 ++rangeCount; in getWeightRanges()
358 ++rangeCount; in getWeightRanges()
361 return rangeCount>0; in getWeightRanges()
376 rangeCount = i + 1; in allocWeightsInShortRanges()
381 if(rangeCount>1) { in allocWeightsInShortRanges()
442 rangeCount = 1; in allocWeightsInMinLengthRanges()
459 rangeCount = 2; in allocWeightsInMinLengthRanges()
510 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dcollationweights.cpp370 rangeCount=0; in getWeightRanges()
373 rangeCount=1; in getWeightRanges()
379 ++rangeCount; in getWeightRanges()
383 ++rangeCount; in getWeightRanges()
386 return rangeCount>0; in getWeightRanges()
401 rangeCount = i + 1; in allocWeightsInShortRanges()
406 if(rangeCount>1) { in allocWeightsInShortRanges()
467 rangeCount = 1; in allocWeightsInMinLengthRanges()
484 rangeCount = 2; in allocWeightsInMinLengthRanges()
535 for(int32_t i=0; i<rangeCount; ++i) { in allocWeights()
[all …]
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DFormulaEditorHighlighter.cpp39 rangeCount = 0; in Private()
46 uint rangeCount; member in FormulaEditorHighlighter::Private
84 uint oldRangeCount = d->rangeCount; in highlightBlock()
86 d->rangeCount = 0; in highlightBlock()
117 ++d->rangeCount; in highlightBlock()
152 if (oldRangeCount != d->rangeCount) in highlightBlock()
239 uint FormulaEditorHighlighter::rangeCount() const in rangeCount() function in FormulaEditorHighlighter
241 return d->rangeCount; in rangeCount()
/dports/net-im/gloox/gloox-1.0.24/src/
H A Dutil.cpp97 size_t rangeStart = 0, rangeCount = 0; in appendEscaped() local
108 if( rangeCount > 0 ) in appendEscaped()
116 target.append( data, rangeStart, rangeCount ); in appendEscaped()
120 rangeCount = 0; in appendEscaped()
128 ++rangeCount; in appendEscaped()
132 if( rangeCount > 0 ) in appendEscaped()
137 target.append( data, rangeStart, rangeCount ); in appendEscaped()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DEncodingHelper.java185 int rangeCount = 0; in ctypeCodeRange() local
191 if (rangeCount * 2 + 2 >= range.length) { in ctypeCodeRange()
194 range[rangeCount * 2 + 1] = code; in ctypeCodeRange()
195 rangeCount++; in ctypeCodeRange()
197 range[rangeCount * 2] = lastCode = code; in ctypeCodeRange()
201 if (rangeCount * 2 + 1 < range.length) { in ctypeCodeRange()
202 range = Arrays.copyOf(range, rangeCount * 2 + 1); in ctypeCodeRange()
205 range[0] = rangeCount; in ctypeCodeRange()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSTextCheckingResult.m35 NSUInteger rangeCount; field
52 result->rangeCount = count;
163 return rangeCount;
173 if (idx >= rangeCount)
197 result->rangeCount = rangeCount;
198 result->ranges = calloc(sizeof(NSRange), rangeCount);
199 for (i = 0; i < rangeCount; i++)

12345678910>>...47