Home
last modified time | relevance | path

Searched refs:remainingCharacters (Results 1 – 25 of 26) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWince.cpp87 int remainingCharacters = 0; in toLower() local
96 remainingCharacters += sourceEnd - sourceIterator; in toLower()
97 *isError = (remainingCharacters != 0); in toLower()
101 return (resultIterator - result) + remainingCharacters; in toLower()
111 int remainingCharacters = 0; in toUpper() local
120 remainingCharacters += sourceEnd - sourceIterator; in toUpper()
121 *isError = (remainingCharacters != 0); in toUpper()
125 return (resultIterator - result) + remainingCharacters; in toUpper()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWince.cpp87 int remainingCharacters = 0; in toLower() local
96 remainingCharacters += sourceEnd - sourceIterator; in toLower()
97 *isError = (remainingCharacters != 0); in toLower()
101 return (resultIterator - result) + remainingCharacters; in toLower()
111 int remainingCharacters = 0; in toUpper() local
120 remainingCharacters += sourceEnd - sourceIterator; in toUpper()
121 *isError = (remainingCharacters != 0); in toUpper()
125 return (resultIterator - result) + remainingCharacters; in toUpper()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWince.cpp87 int remainingCharacters = 0; in toLower() local
96 remainingCharacters += sourceEnd - sourceIterator; in toLower()
97 *isError = (remainingCharacters != 0); in toLower()
101 return (resultIterator - result) + remainingCharacters; in toLower()
111 int remainingCharacters = 0; in toUpper() local
120 remainingCharacters += sourceEnd - sourceIterator; in toUpper()
121 *isError = (remainingCharacters != 0); in toUpper()
125 return (resultIterator - result) + remainingCharacters; in toUpper()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWinCE.cpp92 int remainingCharacters = 0; in toLower() local
101 remainingCharacters += sourceEnd - sourceIterator; in toLower()
102 *isError = !!remainingCharacters; in toLower()
106 return (resultIterator - result) + remainingCharacters; in toLower()
116 int remainingCharacters = 0; in toUpper() local
125 remainingCharacters += sourceEnd - sourceIterator; in toUpper()
126 *isError = !!remainingCharacters; in toUpper()
130 return (resultIterator - result) + remainingCharacters; in toUpper()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGFontElement.cpp169 const UChar *remainingCharacters = characters; in parseUnicodeRangeList() local
174 … unsigned charactersConsumed = parseUnicodeRange(remainingCharacters, remainingLength, range); in parseUnicodeRangeList()
177 remainingCharacters += charactersConsumed; in parseUnicodeRangeList()
183 UChar character = remainingCharacters[0]; in parseUnicodeRangeList()
188 ++remainingCharacters; in parseUnicodeRangeList()
194 if (remainingCharacters[0] != ',') { in parseUnicodeRangeList()
197 ++remainingCharacters; in parseUnicodeRangeList()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/unicode/brew/
H A DUnicodeBrew.cpp92 int remainingCharacters = sourceIterator < sourceEnd ? sourceEnd - sourceIterator : 0; in toLower() local
93 *isError = !!remainingCharacters; in toLower()
97 return (resultIterator - result) + remainingCharacters; in toLower()
115 int remainingCharacters = sourceIterator < sourceEnd ? sourceEnd - sourceIterator : 0; in toUpper() local
116 *isError = !!remainingCharacters; in toUpper()
120 return (resultIterator - result) + remainingCharacters; in toUpper()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestCanonicalIds.java117 UnicodeSet remainingCharacters = new UnicodeSet(0, 0x10FFFF); in checkItems() local
132 remainingCharacters.removeAll(s); in checkItems()
146 while (remainingCharacters.size() != 0) { in checkItems()
147 String first = remainingCharacters.iterator().next(); in checkItems()
151 remainingCharacters.removeAll(s); in checkItems()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/
H A DQuestionHelper.php323 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
324 $output->write($remainingCharacters);
325 $fullChoice .= $remainingCharacters;
/dports/www/elgg/elgg-3.3.23/vendor/symfony/console/Helper/
H A DQuestionHelper.php323 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
324 $output->write($remainingCharacters);
325 $fullChoice .= $remainingCharacters;
/dports/www/phpbb3/phpBB3/vendor/symfony/console/Helper/
H A DQuestionHelper.php323 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
324 $output->write($remainingCharacters);
325 $fullChoice .= $remainingCharacters;
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/
H A DQuestionHelper.php323 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
324 $output->write($remainingCharacters);
325 $fullChoice .= $remainingCharacters;
/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/console/Helper/
H A DQuestionHelper.php267 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
268 $output->write($remainingCharacters);
269 $fullChoice .= $remainingCharacters;
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/console/Helper/
H A DQuestionHelper.php318 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
319 $output->write($remainingCharacters);
320 $fullChoice .= $remainingCharacters;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/console/Helper/
H A DQuestionHelper.php323 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
324 $output->write($remainingCharacters);
325 $fullChoice .= $remainingCharacters;
/dports/www/owncloud/owncloud/updater/vendor/symfony/console/Helper/
H A DQuestionHelper.php304 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
305 $output->write($remainingCharacters);
306 $fullChoice .= $remainingCharacters;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/console/Helper/
H A DQuestionHelper.php303 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
304 $output->write($remainingCharacters);
305 $fullChoice .= $remainingCharacters;
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/console/Helper/
H A DQuestionHelper.php306 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
307 $output->write($remainingCharacters);
308 $fullChoice .= $remainingCharacters;
/dports/www/owncloud/owncloud/lib/composer/symfony/console/Helper/
H A DQuestionHelper.php306 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
307 $output->write($remainingCharacters);
308 $fullChoice .= $remainingCharacters;
/dports/www/nextcloud/nextcloud/3rdparty/symfony/console/Helper/
H A DQuestionHelper.php306 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
307 $output->write($remainingCharacters);
308 $fullChoice .= $remainingCharacters;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/console/Helper/
H A DQuestionHelper.php311 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
312 $output->write($remainingCharacters);
313 $fullChoice .= $remainingCharacters;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/console/Helper/
H A DQuestionHelper.php311 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
312 $output->write($remainingCharacters);
313 $fullChoice .= $remainingCharacters;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/console/Helper/
H A DQuestionHelper.php309 … $remainingCharacters = substr($ret, \strlen(trim($this->mostRecentlyEnteredValue($fullChoice))));
310 $output->write($remainingCharacters);
311 $fullChoice .= $remainingCharacters;
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/datamatrix/
H A DDMEncoderContext.h119 int remainingCharacters() const { in remainingCharacters() function
H A DDMHighLevelEncoder.cpp643 …if (context.remainingCharacters() > 1 || available > 1 || context.remainingCharacters() != availab… in HandleEOD()
736 int remaining = context.remainingCharacters(); in HandleEOD()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/emoji/
H A DEmojis.cpp294 int remainingCharacters = text.length() - i - 1; in parse() local
303 if (emojiExtraCharacters > remainingCharacters) in parse()

12