Home
last modified time | relevance | path

Searched refs:totalChars (Results 1 – 25 of 56) sorted by last modified time

123

/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclIO.c96 int totalChars; /* The total number of UTF-8 characters member
4086 gs.totalChars = 0; in Tcl_GetsObj()
4307 copiedTotal = gs.totalChars + gs.charsWrote - skip; in Tcl_GetsObj()
4749 gsPtr->totalChars += gsPtr->charsWrote; in FilterInputBytes()
4966 gsPtr->totalChars += gsPtr->charsWrote; in PeekAhead()
/dports/games/scummvm/scummvm-2.5.1/engines/voyeur/
H A Dvoyeur_game.cpp1178 int totalChars = 0; in doComputerText() local
1256 ++totalChars; in doComputerText()
1258 } while (!shouldQuit() && !_eventsManager->_mouseClicked && totalChars < maxLen); in doComputerText()
1266 return totalChars; in doComputerText()
H A Dfiles.cpp823 int totalChars = fontData._maxChar - fontData._minChar; in drawText() local
964 if (charValue < 0 || charValue >= totalChars || fontData._charWidth[charValue] == 0) in drawText()
1445 int totalChars = _maxChar - _minChar + 1; in FontResource() local
1446 _charWidth = new int[totalChars]; in FontResource()
1447 for (int i = 0; i < totalChars; ++i) in FontResource()
1450 _charOffsets = src + 8 + totalChars * 2; in FontResource()
1451 _charImages = _charOffsets + totalChars * 2; in FontResource()
H A Dfiles_threads.cpp1222 int totalChars = vm.doComputerText(9999); in doRoom() local
1223 if (totalChars) in doRoom()
1224 vm._voy->addComputerEventEnd(totalChars); in doRoom()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/game/
H A Dperson.cpp564 totalChars = 0; in chars_needed() local
605 totalChars += num_to_move; in chars_needed()
610 return totalChars; in chars_needed()
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/
H A Dgraphics.cpp1363 int totalChars = s - sStart; in getStringFit() local
1367 --totalChars; in getStringFit()
1369 return totalChars; in getStringFit()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclIO.c85 int totalChars; /* The total number of UTF-8 characters member
4602 gs.totalChars = 0; in Tcl_GetsObj()
4824 copiedTotal = gs.totalChars + gs.charsWrote - skip; in Tcl_GetsObj()
5271 gsPtr->totalChars += gsPtr->charsWrote; in FilterInputBytes()
5488 gsPtr->totalChars += gsPtr->charsWrote; in PeekAhead()
/dports/devel/icu-lx/icu/source/test/perf/collationperf/
H A Dcollperf.cpp437 int totalChars = 0; in doKeyGen() local
439 totalChars += u_strlen(gFileLines[line].name); in doKeyGen()
452 printf("Key Length / character = %f\n", (float)totalKeyLen / (float)totalChars); in doKeyGen()
454 printf("%f, ", (float)totalKeyLen / (float)totalChars); in doKeyGen()
/dports/devel/icu/icu/source/test/perf/collationperf/
H A Dcollperf.cpp437 int totalChars = 0; in doKeyGen() local
439 totalChars += u_strlen(gFileLines[line].name); in doKeyGen()
452 printf("Key Length / character = %f\n", (float)totalKeyLen / (float)totalChars); in doKeyGen()
454 printf("%f, ", (float)totalKeyLen / (float)totalChars); in doKeyGen()
/dports/devel/icu/icu/source/test/perf/normperf/
H A Dnormperf.h72 int32_t totalChars=0; in getOperationsPerIteration() local
74 totalChars+= lines[i].len; in getOperationsPerIteration()
76 return totalChars; in getOperationsPerIteration()
141 int32_t totalChars=0; in getOperationsPerIteration() local
143 totalChars+= lines[i].len; in getOperationsPerIteration()
145 return totalChars; in getOperationsPerIteration()
/dports/devel/icu-lx/icu/source/test/perf/normperf/
H A Dnormperf.h72 int32_t totalChars=0; in getOperationsPerIteration() local
74 totalChars+= lines[i].len; in getOperationsPerIteration()
76 return totalChars; in getOperationsPerIteration()
141 int32_t totalChars=0; in getOperationsPerIteration() local
143 totalChars+= lines[i].len; in getOperationsPerIteration()
145 return totalChars; in getOperationsPerIteration()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/code_editor/
H A Djuce_CodeDocument.cpp1047 auto totalChars = getNumCharacters(); in remove() local
1054 if (p->getPosition() > totalChars) in remove()
1055 p->setPosition (totalChars); in remove()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dprint.h64 size_t totalChars; in buildprintpiece() local
68 totalChars = numChars+1; in buildprintpiece()
82 totalChars = numChars; in buildprintpiece()
94 return totalChars; in buildprintpiece()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclIO.c85 int totalChars; /* The total number of UTF-8 characters member
4648 gs.totalChars = 0; in Tcl_GetsObj()
4870 copiedTotal = gs.totalChars + gs.charsWrote - skip; in Tcl_GetsObj()
5316 gsPtr->totalChars += gsPtr->charsWrote; in FilterInputBytes()
5533 gsPtr->totalChars += gsPtr->charsWrote; in PeekAhead()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/code_editor/
H A Djuce_CodeDocument.cpp1047 auto totalChars = getNumCharacters(); in remove() local
1054 if (p->getPosition() > totalChars) in remove()
1055 p->setPosition (totalChars); in remove()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A Dbzfs.cxx4468 const int totalChars = strlen(message); in isSpamOrGarbage() local
4473 for (int i=0; i < totalChars; i++) in isSpamOrGarbage()
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A Dbzfs.cxx4468 const int totalChars = strlen(message); in isSpamOrGarbage() local
4473 for (int i=0; i < totalChars; i++) in isSpamOrGarbage()
/dports/www/limesurvey/limesurvey/application/third_party/ar-php/Arabic/
H A DAutoSummarize.php228 $totalChars = mb_strlen($str);
231 $maxChars = round($int * $totalChars / 100);
649 $totalChars = 0;
658 $totalChars += $len[$i];
660 if ($totalChars >= $max) {
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/voyeur/
H A Dfiles.cpp823 int totalChars = fontData._maxChar - fontData._minChar; in drawText() local
964 if (charValue < 0 || charValue >= totalChars || fontData._charWidth[charValue] == 0) in drawText()
1445 int totalChars = _maxChar - _minChar + 1; in FontResource() local
1446 _charWidth = new int[totalChars]; in FontResource()
1447 for (int i = 0; i < totalChars; ++i) in FontResource()
1450 _charOffsets = src + 8 + totalChars * 2; in FontResource()
1451 _charImages = _charOffsets + totalChars * 2; in FontResource()
H A Dvoyeur_game.cpp1175 int totalChars = 0; in doComputerText() local
1253 ++totalChars; in doComputerText()
1255 } while (!shouldQuit() && !_eventsManager->_mouseClicked && totalChars < maxLen); in doComputerText()
1263 return totalChars; in doComputerText()
H A Dfiles_threads.cpp1222 int totalChars = vm.doComputerText(9999); in doRoom() local
1223 if (totalChars) in doRoom()
1224 vm._voy->addComputerEventEnd(totalChars); in doRoom()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/
H A Dgraphics.cpp1363 int totalChars = s - sStart; in getStringFit() local
1367 --totalChars; in getStringFit()
1369 return totalChars; in getStringFit()
/dports/games/barony/Barony-3.3.7/src/
H A Dactgeneral.cpp522 int totalChars = 0; in actFloorDecoration() local
533 buf[totalChars] = static_cast<char>((my->skill[i] >> (c * 8)) & 0xFF); in actFloorDecoration()
535 ++totalChars; in actFloorDecoration()
539 if ( buf[totalChars] != '\0' ) in actFloorDecoration()
541 buf[totalChars] = '\0'; in actFloorDecoration()
2402 int totalChars = 0; in getScriptFromEntity() local
2413 buf[totalChars] = static_cast<char>((src.skill[i] >> (c * 8)) & 0xFF); in getScriptFromEntity()
2414 ++totalChars; in getScriptFromEntity()
2418 if ( buf[totalChars] != '\0' ) in getScriptFromEntity()
2420 buf[totalChars] = '\0'; in getScriptFromEntity()
H A Dbuttons.cpp1983 int totalChars = 0; in buttonSpriteProperties() local
1998 ++totalChars; in buttonSpriteProperties()
2083 ++totalChars; in buttonSpriteProperties()
2153 ++totalChars; in buttonSpriteProperties()
2219 ++totalChars; in buttonSpriteProperties()
3179 totalChars += (48 - (totalChars % 48)); in buttonSpritePropertiesConfirm()
3183 ++totalChars; in buttonSpritePropertiesConfirm()
3259 totalChars += (48 - (totalChars % 48)); in buttonSpritePropertiesConfirm()
3263 ++totalChars; in buttonSpritePropertiesConfirm()
3303 ++totalChars; in buttonSpritePropertiesConfirm()
[all …]
H A Dmaps.cpp5575 int totalChars = 0; in assignActions() local
5586 buf[totalChars] = static_cast<char>((entity->skill[i] >> (c * 8)) & 0xFF); in assignActions()
5587 ++totalChars; in assignActions()
5591 if ( buf[totalChars] != '\0' ) in assignActions()
5593 buf[totalChars] = '\0'; in assignActions()

123