Home
last modified time | relevance | path

Searched refs:wStr (Results 1 – 25 of 58) sorted by relevance

123

/dports/math/gismo/gismo-21.12.0/plugins/RhinoTHBSplines/GismoSupport/
H A DThbSurfaceUserData.cpp91 ON_wString wStr(str.c_str()); in Write() local
93 bool rc = a.WriteWideString(wStr); in Write()
95 bool rc = a.WriteString(wStr); in Write()
116 ON_wString wStr; in Read() local
118 if (!a.ReadWideString(wStr)) return false; in Read()
120 if (!a.ReadString(wStr)) return false; in Read()
123 const wchar_t* wChars = wStr.Array(); in Read()
/dports/graphics/cenon/Cenon/TransformPanel.subproj/
H A DTPScale.m59 static NSString *wStr = nil, *hStr = nil;;
62 //if (!wStr || [doc baseUnit] != myUnit)
66 if (!wStr)
68 wStr = [scaleXField title];
69 wStr = [[wStr stringByReplacing:@"UNIT" by:@"%@"] retain];
83 [scaleXField setTitle:[NSString stringWithFormat:wStr, unitStr]];
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/operation/
H A DMetadataOperation.java98 String wStr; in convertPattern() local
100 wStr = "*"; in convertPattern()
102 wStr = ".*"; in convertPattern()
105 .replaceAll("([^\\\\])%", "$1" + wStr).replaceAll("\\\\%", "%").replaceAll("^%", wStr) in convertPattern()
/dports/graphics/cenon/Cenon/
H A DWorkingAreaPanel.m94 { static NSString *wStr = nil, *hStr = nil;
97 if (!wStr || [doc baseUnit] != myUnit)
101 if (!wStr)
103 wStr = [[sizeMatrix cellAtRow:0 column:0] title];
104 wStr = [[wStr stringByReplacing:@"UNIT" by:@"%@"] retain];
115 [[sizeMatrix cellAtRow:0 column:0] setTitle:[NSString stringWithFormat:wStr, unitStr]];
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/
H A DEnvironment.cpp100 wchar_t * wStr = ::_wgetenv(Wname.c_str()); in win_getenv() local
101 if (wStr != nullptr) in win_getenv()
102 return KODI::PLATFORM::WINDOWS::FromW(wStr); in win_getenv()
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/curl/
H A Dcurl-7.26.0_win-proxy.patch30 +static char *wstrToCstr(LPWSTR wStr)
34 + if(wStr != NULL) {
36 + CP_ACP, 0, wStr, -1, NULL, 0, NULL, NULL);
38 + WideCharToMultiByte(CP_ACP, 0, wStr, -1, out, bufSize, NULL, NULL);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/curl/
H A Dcurl-7.26.0_win-proxy.patch30 +static char *wstrToCstr(LPWSTR wStr)
34 + if(wStr != NULL) {
36 + CP_ACP, 0, wStr, -1, NULL, 0, NULL, NULL);
38 + WideCharToMultiByte(CP_ACP, 0, wStr, -1, out, bufSize, NULL, NULL);
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_parserutils.pas333 wStr : WideString;
346 wStr := Trim(locObj.NodeName);
347 i := AnsiPos(s_xmlns + ':',wStr);
349 i := AnsiPos(':',wStr);
350 AResList.Add(Copy(wStr,( i + 1 ), MaxInt));
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_parserutils.pas333 wStr : WideString;
346 wStr := Trim(locObj.NodeName);
347 i := AnsiPos(s_xmlns + ':',wStr);
349 i := AnsiPos(':',wStr);
350 AResList.Add(Copy(wStr,( i + 1 ), MaxInt));
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/w32/
H A Dthread.cxx370 if (PWSTR wStr = static_cast<PWSTR>(malloc(nReqCCh * sizeof(WCHAR)))) in impSetThreadDescription() local
372 if (MultiByteToWideChar(CP_ACP, 0, name, -1, wStr, nReqCCh)) in impSetThreadDescription()
373 pSetThreadDescription(GetCurrentThread(), wStr); in impSetThreadDescription()
374 free(wStr); in impSetThreadDescription()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDSubtitles/
H A DDVDSubtitleTagSami.cpp197 std::wstring wStrHtml, wStr; in ConvertLine() local
199 HTML::CHTMLUtil::ConvertHTMLToW(wStrHtml, wStr); in ConvertLine()
200 g_charsetConverter.wToUTF8(wStr, strUTF8); in ConvertLine()
/dports/games/fheroes2/fheroes2-0.9.11/src/engine/
H A Dsystem.cpp447 const std::unique_ptr<wchar_t[]> wStr( new wchar_t[wLen] ); in FileNameToUTF8() local
449 …if ( MultiByteToWideChar( CP_ACP, MB_ERR_INVALID_CHARS, str.c_str(), -1, wStr.get(), wLen ) != wLe… in FileNameToUTF8()
455 …ideCharToMultiByte( CP_UTF8, WC_ERR_INVALID_CHARS | WC_NO_BEST_FIT_CHARS, wStr.get(), -1, nullptr,… in FileNameToUTF8()
464 …if ( WideCharToMultiByte( CP_UTF8, WC_ERR_INVALID_CHARS | WC_NO_BEST_FIT_CHARS, wStr.get(), -1, uS… in FileNameToUTF8()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/InteropServices/
H A DPInvokeMarshal.Windows.cs153 public static unsafe int GetByteCount(char* wStr, int wideStrLen) in GetByteCount() argument
157 wStr, in GetByteCount()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/drivers/
H A Dfluid_winmidi.c112 WCHAR wStr[MAXERRORLENGTH]; in fluid_winmidi_input_error() local
114 midiInGetErrorText(no, wStr, MAXERRORLENGTH); in fluid_winmidi_input_error()
115 WideCharToMultiByte(CP_UTF8, 0, wStr, -1, strError, MAXERRORLENGTH, 0, 0); in fluid_winmidi_input_error()
/dports/games/cgoban/cgoban-1.9.14/src/
H A DgameSetup.h33 But *wStr, *wIn; member
/dports/math/mdal/MDAL-release-0.9.0/mdal/
H A Dmdal_utils.cpp42 std::wstring wStr = converter.from_bytes( fileName ); in openInputFile() local
43 inputFileStream.open( wStr, std::ifstream::in | mode ); in openInputFile()
57 std::wstring wStr = converter.from_bytes( fileName ); in openInputFile() local
58 ret.open( wStr, mode ); in openInputFile()
72 std::wstring wStr = converter.from_bytes( fileName ); in openOutputFile() local
73 ret.open( wStr, mode ); in openOutputFile()
/dports/graphics/qgis/qgis-3.22.3/external/mdal/
H A Dmdal_utils.cpp42 std::wstring wStr = converter.from_bytes( fileName ); in openInputFile() local
43 inputFileStream.open( wStr, std::ifstream::in | mode ); in openInputFile()
57 std::wstring wStr = converter.from_bytes( fileName ); in openInputFile() local
58 ret.open( wStr, mode ); in openInputFile()
72 std::wstring wStr = converter.from_bytes( fileName ); in openOutputFile() local
73 ret.open( wStr, mode ); in openOutputFile()
/dports/biology/ugene/ugene-40.1/src/plugins/repeat_finder/src/
H A DRepeatFinderTests.cpp107 QString wStr = el.attribute(W_ATTR); in init() local
108 if (wStr.isEmpty()) { in init()
112 w = wStr.toInt(); in init()
114 stateInfo.setError(QString("Illegal value for '%1': %2").arg(W_ATTR).arg(wStr)); in init()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/InteropExtensions/
H A DPInvokeMarshal.cs178 public static unsafe int GetByteCount(char* wStr, int wideStrLen) in GetByteCount() argument
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dsearchindex.cpp202 QCString wStr = QCString(word).lower(); in addWord() local
204 int idx=charsToIndex(wStr); in addWord()
206 auto it = m_words.find(wStr.str()); in addWord()
210 m_index[idx].push_back(IndexWord(wStr)); in addWord()
211 it = m_words.insert({ wStr.str(), static_cast<int>(m_index[idx].size())-1 }).first; in addWord()
/dports/games/scourge/scourge/src/tools/
H A Dpageclasses.cpp90 …wxString wStr[] = { L"SWORD_WEAPON", L"AXE_WEAPON", L"BOW_WEAPON", L"MACE_WEAPON", L"HAND_TO_HAND_… in Init() local
91 skillEdit->strArray = new wxArrayString(5, wStr); in Init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/
H A Dcjs_util.cpp393 WideString wStr(static_cast<wchar_t>(arg)); in byteToChar()
394 return CJS_Result::Success(pRuntime->NewString(wStr.AsStringView())); in byteToChar()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/javascript/
H A Dutil.cpp459 CFX_WideString wStr(static_cast<FX_WCHAR>(arg)); in byteToChar() local
460 vRet = CJS_Value(pRuntime, wStr.c_str()); in byteToChar()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/
H A Dcjs_util.cpp396 WideString wStr(static_cast<wchar_t>(arg)); in byteToChar()
397 return CJS_Result::Success(pRuntime->NewString(wStr.AsStringView())); in byteToChar()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/javascript/
H A Dutil.cpp459 CFX_WideString wStr(static_cast<FX_WCHAR>(arg)); in byteToChar() local
460 vRet = wStr.c_str(); in byteToChar()

123