Home
last modified time | relevance | path

Searched refs:tempStr (Results 51 – 75 of 477) sorted by relevance

12345678910>>...20

/dports/devel/icu-lx/icu/source/test/iotest/
H A Diotest.cpp209 UnicodeString tempStr; in DataDrivenPrintf() local
245 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintf()
247 tempStr=testCase->getString("result", errorCode); in DataDrivenPrintf()
249 tempStr=testCase->getString("argument", errorCode); in DataDrivenPrintf()
411 UnicodeString tempStr; in DataDrivenScanf() local
447 tempStr=testCase->getString("format", errorCode); in DataDrivenScanf()
449 tempStr=testCase->getString("result", errorCode); in DataDrivenScanf()
451 tempStr=testCase->getString("argument", errorCode); in DataDrivenScanf()
614 UnicodeString tempStr; in DataDrivenPrintfPrecision() local
641 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintfPrecision()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxbarcode/oned/
H A DBC_OnedUPCAWriter.cpp132 CFX_ByteString tempStr = str.Mid(1, 5); in ShowChars() local
139 iLen = tempStr.GetLength(); in ShowChars()
183 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, strWidth, iFontSize, blank); in ShowChars()
204 tempStr = str.Mid(6, 5); in ShowChars()
205 iLen = tempStr.GetLength(); in ShowChars()
206 CalcTextInfo(tempStr, pCharPos + 6, m_pFont, strWidth, iFontSize, blank); in ShowChars()
227 tempStr = str.Mid(0, 1); in ShowChars()
228 iLen = tempStr.GetLength(); in ShowChars()
233 CalcTextInfo(tempStr, pCharPos, m_pFont, strWidth, iFontSize, blank); in ShowChars()
252 tempStr = str.Mid(11, 1); in ShowChars()
[all …]
H A DBC_OnedEAN13Writer.cpp189 CFX_ByteString tempStr = str.Mid(1, 6); in ShowChars() local
220 iLen = tempStr.GetLength(); in ShowChars()
224 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
247 tempStr = str.Mid(7, 6); in ShowChars()
248 iLen = tempStr.GetLength(); in ShowChars()
249 CalcTextInfo(tempStr, pCharPos + 7, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
271 tempStr = str.Mid(0, 1); in ShowChars()
272 iLen = tempStr.GetLength(); in ShowChars()
277 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize, in ShowChars()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/PhilipsREC/test/
H A DitkPhilipsRECImageIOPrintTest.cxx57 std::string tempStr = ""; in itkPhilipsRECImageIOPrintTest() local
62 "PAR_Version",tempStr) ) in itkPhilipsRECImageIOPrintTest()
67 std::cout << "PAR_Version = " << tempStr << std::endl; in itkPhilipsRECImageIOPrintTest()
78 "PAR_ExaminationName",tempStr) ) in itkPhilipsRECImageIOPrintTest()
86 "PAR_ProtocolName",tempStr) ) in itkPhilipsRECImageIOPrintTest()
94 "PAR_SeriesType",tempStr) ) in itkPhilipsRECImageIOPrintTest()
99 std::cout << "PAR_SeriesType = " << tempStr << std::endl; in itkPhilipsRECImageIOPrintTest()
202 "PAR_PatientPosition",tempStr) ) in itkPhilipsRECImageIOPrintTest()
210 "PAR_PreparationDirection",tempStr) ) in itkPhilipsRECImageIOPrintTest()
218 "PAR_Technique",tempStr) ) in itkPhilipsRECImageIOPrintTest()
[all …]
/dports/games/galaxyhack/galaxyhack/src/
H A DRTSUnit_Base.cpp47 string tempStr; in LoadData() local
52 getline(input, tempStr); in LoadData()
60 myType = stringToUType[tempStr]; in LoadData()
63 myCSType = stringToCSType[tempStr]; in LoadData()
73 getline(input, tempStr); in LoadData()
78 picName = tempStr; in LoadData()
82 picName = tempStr; in LoadData()
109 getline(input, tempStr); in LoadData()
112 ChangeSmallType(weaponLoadLookup[tempStr], 1); in LoadData()
117 getline(input, tempStr); in LoadData()
[all …]
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmcmc.c461 if (!tempStr) in AddTreeSamples()
556 free (tempStr); in AddTreeSamples()
2817 if (!tempStr) in DoMcmcParm()
2822 *tempStr='\0'; in DoMcmcParm()
10651 if (!tempStr) in PrintAncStates_Bin()
10738 if (!tempStr) in PrintAncStates_Gen()
10926 if (!tempStr) in PrintAncStates_NUC4()
11097 if (!tempStr) in PrintAncStates_Std()
12241 if (!tempStr) in PrintSiteRates_Gen()
12384 if (!tempStr) in PrintSiteRates_Std()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESGraph/
H A DIGESGraph_LineFontDefPattern.cxx68 char tempStr[2]; in IsVisible() local
70 tempStr[0] = theDisplayPattern->Value(length - ((nbSegs - Index) / 4)); in IsVisible()
71 tempStr[1] = 0; in IsVisible()
73 (Standard_Integer) strtol(tempStr, (char **)NULL, 16); in IsVisible()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/
H A Dcpdfsdk_datetime.cpp281 char tempStr[32]; in ToPDFDateTimeString() local
282 memset(tempStr, 0, sizeof(tempStr)); in ToPDFDateTimeString()
283 FXSYS_snprintf(tempStr, sizeof(tempStr) - 1, "D:%04d%02u%02u%02u%02u%02u", in ToPDFDateTimeString()
285 dtStr = CFX_ByteString(tempStr); in ToPDFDateTimeString()
290 memset(tempStr, 0, sizeof(tempStr)); in ToPDFDateTimeString()
291 FXSYS_snprintf(tempStr, sizeof(tempStr) - 1, "%02d'%02u'", in ToPDFDateTimeString()
293 dtStr += CFX_ByteString(tempStr); in ToPDFDateTimeString()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FileParsers/
H A DTDTMolSupplier.cpp171 std::string tempStr; in checkForEnd() local
172 std::getline(*dp_inStream, tempStr); in checkForEnd()
174 boost::trim_left_if(tempStr, boost::is_any_of(std::string(" \t\r\n"))); in checkForEnd()
176 if (tempStr.length() == 0) { in checkForEnd()
278 std::string tempStr; in next() local
309 tempStr.find("|") != 0) { in next()
311 std::getline(*dp_inStream, tempStr); in next()
360 std::string tempStr; in moveTo() local
366 std::getline(*dp_inStream, tempStr); in moveTo()
368 if (tempStr.find("|") == 0) { in moveTo()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/game/pet/
H A Dpet_position.cpp58 CString tempStr; in EnterViewMsg() local
61 tempStr = msg->_newView->getNodeViewName(); in EnterViewMsg()
64 if (tempStr == "Node 25.N") in EnterViewMsg()
66 else if (tempStr == "Node 24.SE") in EnterViewMsg()
68 else if (tempStr == "Node 26.N") in EnterViewMsg()
70 else if (tempStr == "Node 27.N") in EnterViewMsg()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/game/pet/
H A Dpet_position.cpp58 CString tempStr; in EnterViewMsg() local
61 tempStr = msg->_newView->getNodeViewName(); in EnterViewMsg()
64 if (tempStr == "Node 25.N") in EnterViewMsg()
66 else if (tempStr == "Node 24.SE") in EnterViewMsg()
68 else if (tempStr == "Node 26.N") in EnterViewMsg()
70 else if (tempStr == "Node 27.N") in EnterViewMsg()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vpic/vtkvpic/
H A DVPICGlobal.cxx331 ostringstream tempStr; in buildFileNames() local
349 this->directoryName[0] = tempStr.str(); in buildFileNames()
354 tempStr.str(""); in buildFileNames()
356 this->directoryName[s+1] = tempStr.str(); in buildFileNames()
387 tempStr.str(""); in buildFileNames()
388 tempStr << "T." << this->dumpTime[dump]; in buildFileNames()
389 this->dumpName.push_back(tempStr.str()); in buildFileNames()
395 tempStr.str(""); in buildFileNames()
397 dirName = tempStr.str(); in buildFileNames()
415 tempStr << Slash << localfieldName; in buildFileNames()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/VPIC/
H A DVPICGlobal.cxx331 ostringstream tempStr; in buildFileNames() local
349 this->directoryName[0] = tempStr.str(); in buildFileNames()
354 tempStr.str(""); in buildFileNames()
356 this->directoryName[s+1] = tempStr.str(); in buildFileNames()
387 tempStr.str(""); in buildFileNames()
388 tempStr << "T." << this->dumpTime[dump]; in buildFileNames()
389 this->dumpName.push_back(tempStr.str()); in buildFileNames()
395 tempStr.str(""); in buildFileNames()
397 dirName = tempStr.str(); in buildFileNames()
415 tempStr << Slash << localfieldName; in buildFileNames()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/VPIC/
H A DVPICGlobal.cxx331 ostringstream tempStr; in buildFileNames() local
349 this->directoryName[0] = tempStr.str(); in buildFileNames()
354 tempStr.str(""); in buildFileNames()
356 this->directoryName[s+1] = tempStr.str(); in buildFileNames()
387 tempStr.str(""); in buildFileNames()
388 tempStr << "T." << this->dumpTime[dump]; in buildFileNames()
389 this->dumpName.push_back(tempStr.str()); in buildFileNames()
395 tempStr.str(""); in buildFileNames()
397 dirName = tempStr.str(); in buildFileNames()
415 tempStr << Slash << localfieldName; in buildFileNames()
[all …]
/dports/www/cgi-lib/cgi-lib-1.4_1/
H A Dcgi-lib.c595 char *key=NULL,*value=NULL, *tempStr=NULL; in parse_data_keyvalue() local
601tempStr = malloc(sizeof(char) * loc + 1); /* loc is the = which be replaced by the null character … in parse_data_keyvalue()
602 strncpy(tempStr,record,loc); /* copy the key name only */ in parse_data_keyvalue()
603 tempStr[loc] = '\0'; /* add our terminating null char */ in parse_data_keyvalue()
604 key = unescape_url(tempStr); in parse_data_keyvalue()
605 free(tempStr); in parse_data_keyvalue()
610 tempStr = malloc(sizeof(char) * strlen(record) + 1); /* need to include the 1 for null char */ in parse_data_keyvalue()
611 strcpy(tempStr,record); /* copy the rest of our data into the value variable */ in parse_data_keyvalue()
612 value = unescape_url(tempStr); in parse_data_keyvalue()
613 free(tempStr); in parse_data_keyvalue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/oned/
H A DBC_OnedEAN8Writer.cpp141 ByteString tempStr = str.First(4); in ShowChars() local
142 size_t iLen = tempStr.GetLength(); in ShowChars()
164 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth, in ShowChars()
175 tempStr = str.Substr(4, 4); in ShowChars()
176 iLen = tempStr.GetLength(); in ShowChars()
177 CalcTextInfo(tempStr, &charpos[4], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars()
/dports/biology/vt/vt-0.57721/
H A Dutils.cpp42 const char* tempStr = str.c_str(); in split() local
52 isDelim = (delim_set.find(tempStr[i])!=delim_set.end()); in split()
56 token << tempStr[i]; in split()
89 const char* tempStr = str; in split() local
99 isDelim = (delim_set.find(tempStr[i])!=delim_set.end()); in split()
103 token << tempStr[i]; in split()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/oned/
H A DBC_OnedEAN8Writer.cpp142 ByteString tempStr = str.First(4); in ShowChars() local
143 size_t iLen = tempStr.GetLength(); in ShowChars()
165 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth, in ShowChars()
176 tempStr = str.Substr(4, 4); in ShowChars()
177 iLen = tempStr.GetLength(); in ShowChars()
178 CalcTextInfo(tempStr, &charpos[4], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars()
/dports/comms/qsstv/qsstv/utils/
H A Dhybridcrypt.cpp105 QString tempStr="0x00"; in deCrypt() local
166 tempStr[2]=QChar(num1); in deCrypt()
167 tempStr[3]=QChar(num2); in deCrypt()
168 result.append(QChar(tempStr.toInt(&ok,16))); in deCrypt()
169 tempStr[2]=QChar(num3); in deCrypt()
170 tempStr[3]=QChar(num4); in deCrypt()
171 result.append(QChar(tempStr.toInt(&ok,16))); in deCrypt()
/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dgame_menu.c337 strcpy(tempStr, miscText[6-1]); in JE_itemScreen()
544 snprintf(tempStr, sizeof(tempStr), "Custom Ship %d", temp - 90); in JE_itemScreen()
587 strcpy(tempStr, miscText[13]); in JE_itemScreen()
1893 JE_dString(VGAScreen, 74 + JE_fontCenter(tempStr, FONT_SHAPES), 10, tempStr, FONT_SHAPES); in JE_drawMenuHeader()
2311 char tempStr[67]; in JE_drawMainMenuHelpText() local
2318 memcpy(tempStr, mainMenuHelp[help[curSel[curMenu] - 2]], sizeof(tempStr)); in JE_drawMainMenuHelpText()
2322 memcpy(tempStr, mainMenuHelp[(menuHelp[curMenu][temp])-1], sizeof(tempStr)); in JE_drawMainMenuHelpText()
2326 memcpy(tempStr, mainMenuHelp[25-1], sizeof(tempStr)); in JE_drawMainMenuHelpText()
2330 memcpy(tempStr, mainMenuHelp[24-1], sizeof(tempStr)); in JE_drawMainMenuHelpText()
2334 memcpy(tempStr, mainMenuHelp[12-1], sizeof(tempStr)); in JE_drawMainMenuHelpText()
[all …]
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/utils/
H A DXSECSOAPRequestorSimple.cpp112 XMLCh tempStr[100]; in wrapAndSerialise() local
113 XMLString::transcode("Core", tempStr, 99); in wrapAndSerialise()
114 DOMImplementation *impl = DOMImplementationRegistry::getDOMImplementation(tempStr); in wrapAndSerialise()
229 XMLCh tempStr[100]; in parseAndUnwrap() local
230 XMLString::transcode("Core", tempStr, 99); in parseAndUnwrap()
231 DOMImplementation *impl = DOMImplementationRegistry::getDOMImplementation(tempStr); in parseAndUnwrap()
/dports/print/freetype/freetype-1.3.1/test/
H A Dftdump.c329 char tempStr[128]; in Print_Encodings() local
375 sprintf( tempStr, gettext( "Unknown value %hu" ), encoding ); in Print_Encodings()
376 encoStr = tempStr; in Print_Encodings()
384 sprintf( tempStr, gettext( "Unknown value %hu" ), encoding ); in Print_Encodings()
385 encoStr = tempStr; in Print_Encodings()
409 sprintf( tempStr, "%hu", encoding ); in Print_Encodings()
410 encoStr = tempStr; in Print_Encodings()
447 sprintf( tempStr, gettext( "Unknown value %hu" ), encoding ); in Print_Encodings()
448 encoStr = tempStr; in Print_Encodings()
453 sprintf( tempStr, "%hu - %hu", platform, encoding ); in Print_Encodings()
[all …]
/dports/games/wizznic/Wizznic-1.1/src/
H A Ddraw.c28 char tempStr[512]; in initDraw() local
53 sprintf(tempStr, "%s.png", li->tileBase); in initDraw()
54 graphics.tileImg = loadImg( packGetFile("themes",tempStr) ); in initDraw()
57 printf("Couldn't load tile file:'%s'\n", packGetFile("themes",tempStr) ); in initDraw()
68 sprintf(tempStr, "%s.png", li->wallBase); in initDraw()
69 graphics.wallsImg = loadImg( packGetFile("themes",tempStr) ); in initDraw()
77 printf("Error: No edges for: %s (File not found: %s)\n",li->wallBase,tempStr ); in initDraw()
87 sprintf(tempStr, "%s%02i.png", li->explBase, i); in initDraw()
88 graphics.explImg[i] = loadImg( packGetFile("themes",tempStr) ); in initDraw()
101 sprintf(tempStr, "%s-tile%02i.png", li->tileBase, i); in initDraw()
[all …]
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/src/leon/src/
H A Dorblist.c104 char comment[128], tempStr[12]; in main() local
503 sprintf( tempStr, " %u", pointList[j]);; in main()
504 strcat( comment, tempStr); in main()
514 sprintf( tempStr, "%u", numOrbitsToWrite); in main()
515 strcat( comment, tempStr); in main()
521 sprintf( tempStr, " %u", pointList[j]);; in main()
522 strcat( comment, tempStr); in main()
536 strcat( comment, tempStr); in main()
543 strcat( comment, tempStr); in main()
589 sprintf( tempStr, " %d", pointList[j]); in main()
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dkprintf.cpp249 char tempStr[9] = {0}; in registerReducedTypes() local
289 char tempStr[9] = {0}; in registerSuperTypes() local
395 char tempStr[9] = {0}; in registerVLOAD() local
413 char tempStr[9] = {0}; in registerVSTORE() local
1288 char tempStr[512]; in handleReduceMax() local
1302 tempStr[0] = '('; in handleReduceMax()
1303 tempStr[1] = 0; in handleReduceMax()
1304 strcat(tempStr, ptr); in handleReduceMax()
1750 char tempStr[512]; in handleReductionFramework() local
1766 tempStr[0] = '('; in handleReductionFramework()
[all …]

12345678910>>...20