Home
last modified time | relevance | path

Searched refs:tempStr (Results 251 – 275 of 477) sorted by relevance

1...<<11121314151617181920

/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Ddcfmtsym.cpp460 UnicodeString tempStr; in initialize() local
527 UnicodeString tempStr; in setCurrency() local
528 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency()
531 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Ddcfmtsym.cpp460 UnicodeString tempStr; in initialize() local
527 UnicodeString tempStr; in setCurrency() local
528 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency()
531 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Ddcfmtsym.cpp460 UnicodeString tempStr; in initialize() local
527 UnicodeString tempStr; in setCurrency() local
528 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency()
531 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Ddcfmtsym.cpp461 UnicodeString tempStr; in initialize() local
529 UnicodeString tempStr; in setCurrency() local
530 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency()
533 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Ddcfmtsym.cpp460 UnicodeString tempStr; in initialize() local
527 UnicodeString tempStr; in setCurrency() local
528 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency()
531 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Ddcfmtsym.cpp460 UnicodeString tempStr; in initialize() local
527 UnicodeString tempStr; in setCurrency() local
528 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency()
531 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Ddcfmtsym.cpp460 UnicodeString tempStr; in initialize() local
527 UnicodeString tempStr; in setCurrency() local
528 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency()
531 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
/dports/x11/xwatchwin/xwatchwin/
H A Dxwatchwin.c185 char tempStr[STRINGLENGTH], *tempStrPtr; in WinNamesEqual() local
187 memset(tempStr, '\0', STRINGLENGTH); in WinNamesEqual()
190 for (tempStrPtr = tempStr; *str2; str2++) { in WinNamesEqual()
198 if (!strcasecmp(str1, tempStr)) { in WinNamesEqual()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/SQLTypes/
H A DSQLByteStorage.cs191 …string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to… in ConvertXmlToObject()
192 StringReader strReader = new StringReader(tempStr); in ConvertXmlToObject()
H A DSQLDecimalStorage.cs189 …string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to… in ConvertXmlToObject()
190 StringReader strReader = new StringReader(tempStr); in ConvertXmlToObject()
H A DSQLInt64Storage.cs191 …string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to… in ConvertXmlToObject()
192 StringReader strReader = new StringReader(tempStr); in ConvertXmlToObject()
H A DSQLSingleStorage.cs191 …string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to… in ConvertXmlToObject()
192 StringReader strReader = new StringReader(tempStr); in ConvertXmlToObject()
H A DSQLDoubleStorage.cs190 …string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to… in ConvertXmlToObject()
191 StringReader strReader = new StringReader(tempStr); in ConvertXmlToObject()
H A DSQLInt16Storage.cs190 …string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to… in ConvertXmlToObject()
191 StringReader strReader = new StringReader(tempStr); in ConvertXmlToObject()
H A DSQLInt32Storage.cs190 …string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to… in ConvertXmlToObject()
191 StringReader strReader = new StringReader(tempStr); in ConvertXmlToObject()
H A DSQLMoneyStorage.cs190 …string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to… in ConvertXmlToObject()
191 StringReader strReader = new StringReader(tempStr); in ConvertXmlToObject()
H A DSqlUDTStorage.cs143 …string tempStr =string.Concat("<col>", s, "</col>"); // this is done since you can give fragmet to… in ConvertXmlToObject()
144 StringReader strReader = new StringReader(tempStr); in ConvertXmlToObject()
/dports/games/galaxyhack/galaxyhack/src/
H A DRTSWin.cpp271 string tempStr = MoveComToString(*pCommands) + '\n' + FireComToString(*pCommands); in GroupAIReport() local
272 reports.push_back(tempStr); in GroupAIReport()
287 string tempStr = "AI script: " + sides[mySide].groups[myGroup].GetAIFilename(); in DrawSelf() local
288 theText.push_back(WindowText(tempStr)); in DrawSelf()
297 tempStr = MoveComToString(*pCommands) + '\n' + FireComToString(*pCommands); in DrawSelf()
298 reports.push_back(tempStr); in DrawSelf()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/mime/
H A DnsMIMEHeaderParamImpl.cpp485 nsAutoCString tempStr(valueStart, valueEnd - valueStart); in DoParameterInternal() local
486 tempStr.StripCRLF(); in DoParameterInternal()
487 char *res = ToNewCString(tempStr); in DoParameterInternal()
1281 nsAutoCString tempStr(aResult); in DecodeRFC2047Str() local
1282 tempStr.ReplaceChar('\t', ' '); in DecodeRFC2047Str()
1283 aResult = tempStr; in DecodeRFC2047Str()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/mime/
H A DnsMIMEHeaderParamImpl.cpp520 nsAutoCString tempStr(valueStart, valueEnd - valueStart); in DoParameterInternal() local
521 tempStr.StripChars("\r\n"); in DoParameterInternal()
522 char *res = ToNewCString(tempStr); in DoParameterInternal()
1341 nsAutoCString tempStr(aResult); in DecodeRFC2047Str() local
1342 tempStr.ReplaceChar('\t', ' '); in DecodeRFC2047Str()
1343 aResult = tempStr; in DecodeRFC2047Str()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/
H A Dsaveload.cpp93 Common::String tempStr = s; in validate() local
94 syncString(tempStr, minVersion, maxVersion); in validate()
96 if (isLoading() && (tempStr != s)) in validate()
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/
H A Dsaveload.cpp93 Common::String tempStr = s; in validate() local
94 syncString(tempStr, minVersion, maxVersion); in validate()
96 if (isLoading() && (tempStr != s)) in validate()
/dports/textproc/xerces-c3/xerces-c-3.2.3/tests/src/DOM/Normalizer/
H A DNormalizer.cpp206 XMLCh tempStr[100]; in serializeNode() local
207 XMLString::transcode("LS", tempStr, 99); in serializeNode()
208 DOMImplementation *impl = DOMImplementationRegistry::getDOMImplementation(tempStr); in serializeNode()
/dports/databases/db18/db-18.1.40/test/csharp/
H A DDatabaseEnvironmentTest.cs1283 string[] tempStr = line.Split('\t'); in TestMutexStatPrint()
1285 if (tempStr[0] != "Mutex counts") in TestMutexStatPrint()
1638 string[] tempStr = line.Split('\t'); in TestStatPrint()
1640 Assert.AreEqual(messageInfo[counter], tempStr[1]); in TestStatPrint()
1875 string[] tempStr = line.Split('\t'); in TestSubsystemStatPrint()
1878 tempStr[0] != "Active transactions:" && tempStr[0] != "Mutex counts") in TestSubsystemStatPrint()
1881 if (tempStr[1] == "Process failure detected") in TestSubsystemStatPrint()
2094 string[] tempStr = line.Split('\t'); in TestMPoolStatPrint()
2096 Assert.AreEqual(messageInfo[counter], tempStr[1]); in TestMPoolStatPrint()
2670 string[] tempStr = line.Split('\t'); in TestTransactionStatPrint()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/fm2js/
H A Dcxfa_fmsimpleexpression.cpp177 WideString tempStr(m_wsString); in ToJavaScript() local
178 if (tempStr.GetLength() <= 2) { in ToJavaScript()
179 *js << tempStr; in ToJavaScript()
184 for (size_t i = 1; i < tempStr.GetLength() - 1; i++) { in ToJavaScript()
185 wchar_t oneChar = tempStr[i]; in ToJavaScript()

1...<<11121314151617181920