Home
last modified time | relevance | path

Searched defs:numChars (Results 1 – 25 of 1154) sorted by relevance

12345678910>>...47

/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclStringRep.h50 int numChars; /* The number of chars in the string. -1 means member
69 #define STRING_SIZE(numChars) \ argument
71 #define stringCheckLimits(numChars) \ argument
78 #define stringAttemptAlloc(numChars) \ argument
80 #define stringAlloc(numChars) \ argument
82 #define stringRealloc(ptr, numChars) \ argument
84 #define stringAttemptRealloc(ptr, numChars) \ argument
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclStringRep.h50 int numChars; /* The number of chars in the string. -1 means member
69 #define STRING_SIZE(numChars) \ argument
71 #define stringCheckLimits(numChars) \ argument
78 #define stringAttemptAlloc(numChars) \ argument
80 #define stringAlloc(numChars) \ argument
82 #define stringRealloc(ptr, numChars) \ argument
84 #define stringAttemptRealloc(ptr, numChars) \ argument
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DLoadSaveData.cc20 void DataWriter::writeUTF8(const ST::string& str, size_t numChars) in writeUTF8()
31 void DataWriter::writeUTF16(const ST::string& str, size_t numChars) in writeUTF16()
43 void DataWriter::writeUTF32(const ST::string& str, size_t numChars) in writeUTF32()
98 ST::string DataReader::readUTF8(size_t numChars, ST::utf_validation_t validation) in readUTF8()
105 ST::string DataReader::readUTF16(size_t numChars, const IEncodingCorrector* fixer, ST::utf_validati… in readUTF16()
123 ST::string DataReader::readUTF32(size_t numChars, ST::utf_validation_t validation) in readUTF32()
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/src/json/
H A Djson_serialization.cpp162 const auto numChars = strnlen_s(tempBuffer, tempSize); in format() local
164 int numChars; in format() local
179 const auto numChars = _sprintf_s_l(tempBuffer, in format() local
186 const auto numChars = in format() local
232 const int numChars = _swprintf_s_l(tempBuffer, in format() local
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dprint.h67 size_t numChars = logbasenegative<10>(x); in buildprintpiece() local
81 size_t numChars = logbase<10>(x); in buildprintpiece() local
102 int constexpr numChars = sizeof(x)*CHAR_BIT; in buildprintpiece() local
118 int constexpr numChars = (sizeof(x)*CHAR_BIT + 2) / 3; in buildprintpiece() local
136 int constexpr numChars = (sizeof(x)*CHAR_BIT + 3) >> 2; in buildprintpiece() local
154 int constexpr numChars = (sizeof(x)*CHAR_BIT + 3) >> 2; in buildprintpiece() local
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/afp/util/
H A DStringUtils.java49 int numChars = length - input.length(); in lpad() local
76 int numChars = length - input.length(); in rpad() local
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Windows/
H A DNationalTime.cpp15 int numChars = ::GetTimeFormat(locale, flags, time, format, NULL, 0); in MyGetTimeFormat() local
28 int numChars = ::GetDateFormat(locale, flags, time, format, NULL, 0); in MyGetDateFormat() local
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/
H A DNationalTime.cpp15 int numChars = ::GetTimeFormat(locale, flags, time, format, NULL, 0); in MyGetTimeFormat() local
28 int numChars = ::GetDateFormat(locale, flags, time, format, NULL, 0); in MyGetDateFormat() local
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclStringObj.c113 #define STRING_UALLOC(numChars) \ argument
119 #define stringCheckLimits(numChars) \ argument
124 #define stringRealloc(ptr, numChars) \ argument
127 #define stringAttemptRealloc(ptr, numChars) \ argument
367 int numChars) /* Number of characters in the unicode in Tcl_NewUnicodeObj()
1028 int numChars) /* Number of characters in the unicode in Tcl_SetUnicodeObj()
1042 int numChars = 0; in UnicodeLength() local
1274 int length, numChars, allOneByteChars; in Tcl_AppendObjToObj() local
1360 int numChars; in AppendUnicodeToUnicodeRep() local
1485 int numChars = numBytes; in AppendUtfToUnicodeRep() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/io/
H A DStringReader.java142 int numChars = lastChar - pos; in read() local
203 long numChars = Math.min((long) (count - pos), n < 0 ? 0L : n); in skip() local
H A DCharArrayReader.java236 int numChars = Math.min(count - pos, len); in read() local
300 long numChars = Math.min((long) (count - pos), n < 0 ? 0L : n); in skip() local
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/Common/
H A DStringConvert.cpp17 int numChars = MultiByteToWideChar(codePage, 0, srcString, in MultiByteToUnicodeString() local
35 int numChars = WideCharToMultiByte(codePage, 0, srcString, in UnicodeStringToMultiByte() local
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/Common/
H A DStringConvert.cpp17 int numChars = MultiByteToWideChar(codePage, 0, srcString, in MultiByteToUnicodeString() local
35 int numChars = WideCharToMultiByte(codePage, 0, srcString, in UnicodeStringToMultiByte() local
/dports/archivers/lzmalib/lzmalib-0.0.1/Common/
H A DStringConvert.cpp17 int numChars = MultiByteToWideChar(codePage, 0, srcString, in MultiByteToUnicodeString() local
35 int numChars = WideCharToMultiByte(codePage, 0, srcString, in UnicodeStringToMultiByte() local
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/Common/
H A DStringConvert.cpp17 int numChars = MultiByteToWideChar(codePage, 0, srcString, in MultiByteToUnicodeString() local
35 int numChars = WideCharToMultiByte(codePage, 0, srcString, in UnicodeStringToMultiByte() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/io/
H A DStringReader.java142 int numChars = lastChar - pos; in read() local
203 long numChars = Math.min((long) (count - pos), n < 0 ? 0L : n); in skip() local
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/io/
H A DStringReader.java142 int numChars = lastChar - pos; in read() local
203 long numChars = Math.min((long) (count - pos), n < 0 ? 0L : n); in skip() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/io/
H A DStringReader.java142 int numChars = lastChar - pos; in read() local
203 long numChars = Math.min((long) (count - pos), n < 0 ? 0L : n); in skip() local
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/Common/
H A DStringConvert.cpp17 int numChars = MultiByteToWideChar(codePage, 0, srcString, in MultiByteToUnicodeString() local
35 int numChars = WideCharToMultiByte(codePage, 0, srcString, in UnicodeStringToMultiByte() local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/io/
H A DStringReader.java142 int numChars = lastChar - pos; in read() local
203 long numChars = Math.min((long) (count - pos), n < 0 ? 0L : n); in skip() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/io/
H A DStringReader.java142 int numChars = lastChar - pos; in read() local
203 long numChars = Math.min((long) (count - pos), n < 0 ? 0L : n); in skip() local
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/io/
H A DStringReader.java142 int numChars = lastChar - pos; in read() local
203 long numChars = Math.min((long) (count - pos), n < 0 ? 0L : n); in skip() local
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/io/
H A DStringReader.java142 int numChars = lastChar - pos; in read() local
203 long numChars = Math.min((long) (count - pos), n < 0 ? 0L : n); in skip() local
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/FileRecordTools/FileReaders/
H A DInputStreamMgr.cpp151 int numChars=0; in populateScanBuffer() local
220 bool InputStreamMgr::detectBamOrBgzip(int &numChars, int currChar) in detectBamOrBgzip()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclStringObj.c88 int numChars; /* The number of chars in the string. member
106 #define STRING_UALLOC(numChars) \ argument
312 Tcl_NewUnicodeObj(unicode, numChars) in Tcl_NewUnicodeObj() argument
946 Tcl_SetUnicodeObj(objPtr, unicode, numChars) in Tcl_SetUnicodeObj() argument
1122 int length, numChars, allOneByteChars; local
1211 size_t numChars; local
1282 AppendUnicodeToUtfRep(objPtr, unicode, numChars) in AppendUnicodeToUtfRep() argument
1331 int numChars; local

12345678910>>...47