Home
last modified time | relevance | path

Searched refs:_wide (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/dports/math/scilab/scilab-6.1.1/scilab/modules/localization/src/c/
H A DcharEncoding.c35 char *wide_string_to_UTF8(const wchar_t *_wide) in wide_string_to_UTF8() argument
41 if ((wchar_t *)NULL == _wide) in wide_string_to_UTF8()
53 WideCharToMultiByte(CP_UTF8, dwFlags, _wide, -1, buf, size, NULL, 0); in wide_string_to_UTF8()
170 char *wide_string_to_UTF8(const wchar_t *_wide) in wide_string_to_UTF8() argument
173 wchar_t *pwstr = _wide; in wide_string_to_UTF8()
179 if (_wide == NULL) in wide_string_to_UTF8()
184 iMaxLen = (int)wcslen(_wide) * MB_CUR_MAX ; in wide_string_to_UTF8()
207 char *wide_string_to_UTF8(const wchar_t *_wide) in wide_string_to_UTF8() argument
217 if (_wide == NULL) in wide_string_to_UTF8()
224 pSaveIn = (wchar_t*)_wide; in wide_string_to_UTF8()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_XmlDocument.cpp363 inline void open_stream(std::ofstream& _stream, const std::wstring& _wide) in open_stream() argument
365 _stream.open(_wide.c_str()); in open_stream()
367 inline void open_stream(std::ifstream& _stream, const std::wstring& _wide) in open_stream() argument
369 _stream.open(_wide.c_str()); in open_stream()
372 inline void open_stream(std::ofstream& _stream, const std::wstring& _wide) in open_stream() argument
374 _stream.open(UString(_wide).asUTF8_c_str()); in open_stream()
376 inline void open_stream(std::ifstream& _stream, const std::wstring& _wide) in open_stream() argument
378 _stream.open(UString(_wide).asUTF8_c_str()); in open_stream()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_XmlDocument.cpp363 inline void open_stream(std::ofstream& _stream, const std::wstring& _wide) in open_stream() argument
365 _stream.open(_wide.c_str()); in open_stream()
367 inline void open_stream(std::ifstream& _stream, const std::wstring& _wide) in open_stream() argument
369 _stream.open(_wide.c_str()); in open_stream()
372 inline void open_stream(std::ofstream& _stream, const std::wstring& _wide) in open_stream() argument
374 _stream.open(UString(_wide).asUTF8_c_str()); in open_stream()
376 inline void open_stream(std::ifstream& _stream, const std::wstring& _wide) in open_stream() argument
378 _stream.open(UString(_wide).asUTF8_c_str()); in open_stream()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_XmlDocument.cpp363 inline void open_stream(std::ofstream& _stream, const std::wstring& _wide) in open_stream() argument
365 _stream.open(_wide.c_str()); in open_stream()
367 inline void open_stream(std::ifstream& _stream, const std::wstring& _wide) in open_stream() argument
369 _stream.open(_wide.c_str()); in open_stream()
372 inline void open_stream(std::ofstream& _stream, const std::wstring& _wide) in open_stream() argument
374 _stream.open(UString(_wide).asUTF8_c_str()); in open_stream()
376 inline void open_stream(std::ifstream& _stream, const std::wstring& _wide) in open_stream() argument
378 _stream.open(UString(_wide).asUTF8_c_str()); in open_stream()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_XmlDocument.cpp363 inline void open_stream(std::ofstream& _stream, const std::wstring& _wide) in open_stream() argument
365 _stream.open(_wide.c_str()); in open_stream()
367 inline void open_stream(std::ifstream& _stream, const std::wstring& _wide) in open_stream() argument
369 _stream.open(_wide.c_str()); in open_stream()
372 inline void open_stream(std::ofstream& _stream, const std::wstring& _wide) in open_stream() argument
374 _stream.open(UString(_wide).asUTF8_c_str()); in open_stream()
376 inline void open_stream(std::ifstream& _stream, const std::wstring& _wide) in open_stream() argument
378 _stream.open(UString(_wide).asUTF8_c_str()); in open_stream()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DbytecodeStream.hpp136 assert(code != Bytecodes::_wide && code != Bytecodes::_tableswitch in raw_next()
201 if (code == Bytecodes::_wide) { in next()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DbytecodeStream.hpp136 assert(code != Bytecodes::_wide && code != Bytecodes::_tableswitch in raw_next()
201 if (code == Bytecodes::_wide) { in next()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DbytecodeStream.hpp136 assert(code != Bytecodes::_wide && code != Bytecodes::_tableswitch in raw_next()
205 if (code == Bytecodes::_wide) { in next()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A DbytecodeStream.hpp136 assert(code != Bytecodes::_wide && code != Bytecodes::_tableswitch in raw_next()
205 if (code == Bytecodes::_wide) { in next()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A DbytecodeStream.hpp136 assert(code != Bytecodes::_wide && code != Bytecodes::_tableswitch in raw_next()
205 if (code == Bytecodes::_wide) { in next()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A DbytecodeStream.hpp136 assert(code != Bytecodes::_wide && code != Bytecodes::_tableswitch in raw_next()
201 if (code == Bytecodes::_wide) { in next()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DbytecodeStream.hpp136 assert(code != Bytecodes::_wide && code != Bytecodes::_tableswitch in raw_next()
205 if (code == Bytecodes::_wide) { in next()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A DbytecodeStream.hpp136 assert(code != Bytecodes::_wide && code != Bytecodes::_tableswitch in raw_next()
205 if (code == Bytecodes::_wide) { in next()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.hpp157 assert(code != Bytecodes::_wide && code != Bytecodes::_tableswitch in raw_next()
222 if (code == Bytecodes::_wide) { in next()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.hpp157 assert(code != Bytecodes::_wide && code != Bytecodes::_tableswitch in raw_next()
222 if (code == Bytecodes::_wide) { in next()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWideable.java36 return (prevBci > -1 && method.getBytecodeOrBPAt(prevBci) == Bytecodes._wide); in isWide()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWideable.java36 return (prevBci > -1 && method.getBytecodeOrBPAt(prevBci) == Bytecodes._wide); in isWide()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWideable.java36 return (prevBci > -1 && method.getBytecodeOrBPAt(prevBci) == Bytecodes._wide); in isWide()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWideable.java36 return (prevBci > -1 && method.getBytecodeOrBPAt(prevBci) == Bytecodes._wide); in isWide()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWideable.java36 return (prevBci > -1 && method.getBytecodeOrBPAt(prevBci) == Bytecodes._wide); in isWide()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWideable.java36 return (prevBci > -1 && method.getBytecodeOrBPAt(prevBci) == Bytecodes._wide); in isWide()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWideable.java36 return (prevBci > -1 && method.getBytecodeOrBPAt(prevBci) == Bytecodes._wide); in isWide()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWideable.java36 return (prevBci > -1 && method.getBytecodeOrBPAt(prevBci) == Bytecodes._wide); in isWide()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWideable.java36 return (prevBci > -1 && method.getBytecodeOrBPAt(prevBci) == Bytecodes._wide); in isWide()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWideable.java36 return (prevBci > -1 && method.getBytecodeOrBPAt(prevBci) == Bytecodes._wide); in isWide()

12345678910>>...16