Home
last modified time | relevance | path

Searched refs:keyLimit (Results 1 – 25 of 31) sorted by relevance

12

/dports/sysutils/hstr/hstr-2.3/src/
H A Dradixsort.c24 void radixsort_init(RadixSorter* rs, unsigned keyLimit) in radixsort_init() argument
28 rs->_topIndexLimit=GET_TOP_INDEX(keyLimit); in radixsort_init()
33 rs->keyLimit=keyLimit; in radixsort_init()
67 descriptor->min=rs->keyLimit; in radixsort_get_slot()
78 if(item->key > rs->keyLimit) { in radixsort_add()
80 …ING: Radix sort overflow - inserted key is bigger than limit (%u): %u\n", rs->keyLimit, item->key); in radixsort_add()
83 item->key = rs->keyLimit-1; in radixsort_add()
121 descriptor->min=rs->keyLimit; in radix_dec_slot_descriptor_size()
206 …rt (size/max/limit/slot count): %u %u %u %u", rs->size, rs->maxKey, rs->keyLimit, rs->_slotsCount); in radixsort_stat()
/dports/sysutils/hstr/hstr-2.3/src/include/
H A Dradixsort.h52 unsigned keyLimit; member
63 void radixsort_init(RadixSorter* rs, unsigned keyLimit);
/dports/devel/icu-lx/icu/source/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/devel/icu/icu/source/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Drbt_rule.cpp369 int32_t keyLimit; in matchAndReplace() local
418 keyLimit = oText; in matchAndReplace()
421 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
452 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
453 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Drbt_rule.cpp371 int32_t keyLimit; in matchAndReplace() local
420 keyLimit = oText; in matchAndReplace()
423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Drbt_rule.cpp369 int32_t keyLimit; in matchAndReplace() local
418 keyLimit = oText; in matchAndReplace()
421 if (incremental && keyLimit == pos.limit) { in matchAndReplace()
452 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()
453 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/tools/genrb/
H A Dreslist.cpp1381 const char *keyLimit;
1390 for (keyLimit = key; *keyLimit != 0; ++keyLimit) {}
1398 offset = (int32_t)(keyLimit - key) - (suffixLimit - suffix);
1403 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {}
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/tools/genrb/
H A Dreslist.cpp1381 const char *keyLimit; in compactKeys() local
1390 for (keyLimit = key; *keyLimit != 0; ++keyLimit) {} in compactKeys()
1398 offset = (int32_t)(keyLimit - key) - (suffixLimit - suffix); in compactKeys()
1403 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {} in compactKeys()
/dports/devel/icu-lx/icu/source/tools/genrb/
H A Dreslist.cpp1430 const char *keyLimit; in compactKeys() local
1439 for (keyLimit = key; *keyLimit != 0; ++keyLimit) {} in compactKeys()
1447 offset = static_cast<int32_t>((keyLimit - key) - (suffixLimit - suffix)); in compactKeys()
1452 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {} in compactKeys()
/dports/devel/icu/icu/source/tools/genrb/
H A Dreslist.cpp1430 const char *keyLimit; in compactKeys() local
1439 for (keyLimit = key; *keyLimit != 0; ++keyLimit) {} in compactKeys()
1447 offset = static_cast<int32_t>((keyLimit - key) - (suffixLimit - suffix)); in compactKeys()
1452 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {} in compactKeys()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/tools/genrb/
H A Dreslist.cpp1438 const char *keyLimit; in compactKeys() local
1447 for (keyLimit = key; *keyLimit != 0; ++keyLimit) {} in compactKeys()
1455 offset = static_cast<int32_t>((keyLimit - key) - (suffixLimit - suffix)); in compactKeys()
1460 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {} in compactKeys()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/tools/genrb/
H A Dreslist.cpp1425 const char *keyLimit; in compactKeys() local
1434 for (keyLimit = key; *keyLimit != 0; ++keyLimit) {} in compactKeys()
1442 offset = static_cast<int32_t>((keyLimit - key) - (suffixLimit - suffix)); in compactKeys()
1447 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {} in compactKeys()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/tools/genrb/
H A Dreslist.cpp1425 const char *keyLimit; in compactKeys() local
1434 for (keyLimit = key; *keyLimit != 0; ++keyLimit) {} in compactKeys()
1442 offset = static_cast<int32_t>((keyLimit - key) - (suffixLimit - suffix)); in compactKeys()
1447 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {} in compactKeys()
/dports/www/firefox/firefox-99.0/intl/icu/source/tools/genrb/
H A Dreslist.cpp1430 const char *keyLimit; in compactKeys() local
1439 for (keyLimit = key; *keyLimit != 0; ++keyLimit) {} in compactKeys()
1447 offset = static_cast<int32_t>((keyLimit - key) - (suffixLimit - suffix)); in compactKeys()
1452 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {} in compactKeys()

12