Home
last modified time | relevance | path

Searched refs:ToUnicode (Results 1 – 25 of 2487) sorted by relevance

12345678910>>...100

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/common/
H A DmptString.h214 inline mpt::ustring ToUnicode(Charset from, const char * str) { return ToUnicode(from, str ? std::s… in ToUnicode() function
224 mpt::ustring ToUnicode(const std::wstring &str);
225 inline mpt::ustring ToUnicode(const wchar_t * str) { return ToUnicode(str ? std::wstring(str) : std… in ToUnicode() function
228 inline mpt::ustring ToUnicode(Charset from, const char * str) { return ToUnicode(from, str ? std::s… in ToUnicode() function
230 mpt::ustring ToUnicode(const mpt::lstring &str);
233 mpt::ustring ToUnicode(const CString &str);
267 #define MPT_UTF8(x) mpt::ToUnicode(mpt::Charset::UTF8, x)
323 return mpt::ToUnicode(mpt::Charset::UTF8, str); in From8bit()
331 return mpt::ToUnicode(mpt::Charset::UTF8, str); in From8bit()
334 return mpt::ToUnicode(charset, str); in From8bit()
[all …]
H A DmptString.cpp568 mpt::ustring ToUnicode(const std::wstring &str) in ToUnicode() function
573 mpt::ustring ToUnicode(Charset from, const std::string &str) in ToUnicode() function
578 mpt::ustring ToUnicode(const mpt::lstring &str) in ToUnicode() function
584 mpt::ustring ToUnicode(const CString &str) in ToUnicode() function
688 result = mpt::ToUnicode(charset, str); in ToUnicode()
776 return mpt::ToUnicode(tmp); in ToLowerCase()
780 return mpt::ToUnicode(tmp.GetString()); in ToLowerCase()
785 return mpt::ToUnicode(ws); in ToLowerCase()
795 return mpt::ToUnicode(tmp); in ToUpperCase()
799 return mpt::ToUnicode(tmp.GetString()); in ToUpperCase()
[all …]
H A DmptPathString.h221 mpt::ustring ToUnicode() const { return mpt::ToUnicode(path); } in ToUnicode() function
251 mpt::ustring ToUnicode() const { return mpt::ToUnicode(mpt::Charset::Locale, path); }
267 mpt::ustring ToUnicode() const { return mpt::ToUnicode(mpt::Charset::UTF8, path); }
290 …oAString(const mpt::PathString & x) { return mpt::ToCharset(mpt::Charset::Locale, x.ToUnicode()); } in ToAString()
295 …oAString(const mpt::PathString & x) { return mpt::ToCharset(mpt::Charset::Locale, x.ToUnicode()); } in ToAString()
298 inline mpt::ustring ToUString(const mpt::PathString & x) { return x.ToUnicode(); } in ToUString()
/dports/textproc/p5-LaTeX-ToUnicode/LaTeX-ToUnicode-0.11/lib/LaTeX/
H A DToUnicode.pm3 package LaTeX::ToUnicode;
5 $LaTeX::ToUnicode::VERSION = '0.11';
15 use LaTeX::ToUnicode::Tables;
34 foreach my $command ( keys %LaTeX::ToUnicode::Tables::COMMANDS ) {
54 foreach my $symbol ( keys %LaTeX::ToUnicode::Tables::GERMAN ) {
63 foreach my $symbol ( keys %LaTeX::ToUnicode::Tables::SYMBOLS ) {
73 my $specials = join( '|', @LaTeX::ToUnicode::Tables::SPECIALS );
84 my @ligs = @LaTeX::ToUnicode::Tables::LIGATURES;
98 my $markups = join( '|', @LaTeX::ToUnicode::Tables::MARKUPS );
/dports/games/megaglest/megaglest-source-3.13.0/source/g3d_viewer/
H A Dmain.cpp87 wxString ToUnicode(const char* str) { in ToUnicode() function
798 wxMessageDialog(NULL, ToUnicode(e.what()), ToUnicode("Error"), wxOK | wxICON_ERROR).ShowModal(); in onMouseWheelDown()
815 wxMessageDialog(NULL, ToUnicode(e.what()), ToUnicode("Error"), wxOK | wxICON_ERROR).ShowModal(); in onMouseWheelUp()
850 wxMessageDialog(NULL, ToUnicode(e.what()), ToUnicode("Error"), wxOK | wxICON_ERROR).ShowModal(); in onMouseMove()
880 wxMessageDialog(NULL, ToUnicode(e.what()), ToUnicode("Error"), wxOK | wxICON_ERROR).ShowModal(); in onMenuFileLoad()
914 wxMessageDialog(NULL, ToUnicode(e.what()), ToUnicode("Error"), wxOK | wxICON_ERROR).ShowModal(); in onMenuFileLoadParticleXML()
948 wxMessageDialog(NULL, ToUnicode(e.what()), ToUnicode("Error"), wxOK | wxICON_ERROR).ShowModal(); in onMenuFileLoadProjectileParticleXML()
983 wxMessageDialog(NULL, ToUnicode(e.what()), ToUnicode("Error"), wxOK | wxICON_ERROR).ShowModal(); in onMenuFileLoadSplashParticleXML()
1009 wxMessageDialog(NULL, ToUnicode(e.what()), ToUnicode("Error"), wxOK | wxICON_ERROR).ShowModal(); in OnChangeColor()
1021 wxMessageDialog(NULL, ToUnicode(e.what()), ToUnicode("Error"), wxOK | wxICON_ERROR).ShowModal(); in onMenumFileToggleScreenshotTransparent()
[all …]
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_map_editor/
H A Dmain.cpp57 wxString ToUnicode(const char* str) { in ToUnicode() function
61 wxString ToUnicode(const string& str) { in ToUnicode() function
400 wxIcon icon(ToUnicode("IDI_ICON1")); in BEGIN_EVENT_TABLE()
420 fileDialog->SetDirectory(ToUnicode(defaultPath)); in BEGIN_EVENT_TABLE()
446 fileDialog->SetPath(ToUnicode(fname)); in BEGIN_EVENT_TABLE()
522 fileDialog->SetPath(ToUnicode(currentFile)); in setupStartupSettings()
634 + ToUnicode(intToStr(program->getCellX(x)) in onMouseMove()
778 if(fileDialog->GetPath() != ToUnicode("")) { in onMenuFileSaveAs()
788 fd.SetDirectory(ToUnicode(defaultPath)); in onMenuFileSaveAs()
1250 + ToUnicode(object_descs[object]), siBRUSH_VALUE); in onMenuBrushObject()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/Core/
H A DvtkTextCodec.cxx56 this->ToUnicode(InputStream, bucket); in IsValid()
70 void vtkTextCodec::ToUnicode(istream& inputStream, vtkTextCodec::OutputIterator& output) in ToUnicode() function in vtkTextCodec
147 return ToUnicode(inputStream).utf8_str(); in ToString()
150 vtkUnicodeString vtkTextCodec::ToUnicode(istream& InputStream) in ToUnicode() function in vtkTextCodec
156 this->ToUnicode(InputStream, StringIterator); in ToUnicode()
/dports/games/glest/glest_source_3.2.2/source/glest_map_editor/
H A Dmain.cpp20 wxString ToUnicode(const char* str){ in ToUnicode() function
24 wxString ToUnicode(const string& str){ in ToUnicode() function
33 wxFrame(NULL, -1, ToUnicode(winHeader), wxDefaultPosition, wxSize(800, 600)) in MainWindow()
90 menuBrushHeight->AppendCheckItem(miBrushHeight+i+1, ToUnicode(intToStr(i-heightCount/2))); in MainWindow()
142 menuRadius->AppendCheckItem(miRadius+i, ToUnicode(intToStr(i+1))); in MainWindow()
214 SetTitle(ToUnicode(winHeader + "; " + currentFile)); in onMenuFileLoad()
238 SetTitle(ToUnicode(winHeader + "; " + currentFile)); in onMenuFileSaveAs()
261 wxMessageDialog(NULL, ToUnicode(e.what()), wxT("Exception"), wxOK | wxICON_ERROR).ShowModal(); in onMenuEditReset()
275 wxMessageDialog(NULL, ToUnicode(e.what()), wxT("Exception"), wxOK | wxICON_ERROR).ShowModal(); in onMenuEditResetPlayers()
543 sizer->Add(new wxStaticText(this, -1, ToUnicode(it->first)), 0, wxALL, 5); in show()
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/python/ycm/
H A Dvimsupport.py29 ToUnicode )
127 return ToUnicode( vim.current.line )
143 return ToUnicode( vim.current.line[ CurrentColumn(): ] )
148 return ToUnicode( vim.current.line[ :CurrentColumn() ] )
219 output = ToUnicode( vim.eval( 'b:ycm_command' ) )
458 return ToUnicode( result )
599 message = ToUnicode( message )
647 message = EscapeForVim( ToUnicode( message ) )
717 return ToUnicode( text.replace( "'", "''" ) )
724 return ToUnicode( filetypes ).split( '.' )
[all …]
/dports/dns/libidn/libidn-1.35/doc/texi/
H A Didna_to_unicode_44i.texi16 The ToUnicode operation takes a sequence of Unicode code points
22 ToUnicode never fails. If any step fails, then the original input
26 inputs, but Nameprep can, and therefore ToUnicode can. Note that
30 The inputs to ToUnicode are a sequence of code points, the
32 ToUnicode is always a sequence of Unicode code points.
/dports/devel/upp/upp/uppsrc/Core/
H A DCharSet.cpp1891 int ToUnicode(int chr, byte charset) in ToUnicode() function
1893 return s_cset(charset).ToUnicode(chr); in ToUnicode()
1906 *ws++ = cs.ToUnicode(*s++); in ToUnicode()
1920 *t++ = ToAscii(cs.ToUnicode(*s++)); in ConvertCharset()
1924 *t++ = ct.FromUnicode(cs.ToUnicode(*s++)); in ConvertCharset()
1958 return IsLetter(cs.ToUnicode(c)); in IsLetter()
1966 return IsUpper(cs.ToUnicode(c)); in IsUpper()
1974 return IsLower(cs.ToUnicode(c)); in IsLower()
1982 return cs.FromUnicode(ToUpper(cs.ToUnicode(c))); in ToUpper()
2055 ToUnicode(result, src, l, charset); in ToUnicode()
[all …]
/dports/dns/libidn/libidn-1.35/csharp/
H A DIDNA.cs197 public static string ToUnicode(string input) in ToUnicode() method in Gnu.Inet.Encoding.IDNA
208 o.Append(ToUnicode(h.ToString(), false, true)); in ToUnicode()
217 o.Append(ToUnicode(h.ToString(), false, true)); in ToUnicode()
228 public static string ToUnicode(string input, bool allowUnassigned, bool useSTD3ASCIIRules) in ToUnicode() method in Gnu.Inet.Encoding.IDNA
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Idn/
H A DIDNA.cs187 public static string ToUnicode(string input) in ToUnicode() method in agsXMPP.Idn.IDNA
198 o.Append(ToUnicode(h.ToString(), false, true)); in ToUnicode()
207 o.Append(ToUnicode(h.ToString(), false, true)); in ToUnicode()
218 public static string ToUnicode(string input, bool allowUnassigned, bool useSTD3ASCIIRules) in ToUnicode() method in agsXMPP.Idn.IDNA
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/
H A Dcompleter_utils.py21 from ycmd.utils import LOGGER, ToUnicode, re, ReadFile, SplitLines
162 trigger = ToUnicode( trigger )
225 return ToUnicode( file_data[ filename ][ 'contents' ] )
228 return ToUnicode( ReadFile( filename ) )
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/python/ycm/client/
H A Dcompletion_request.py20 from ycmd.utils import ToUnicode
162 return ( ToUnicode( completed_item.get( key, "" ) ) ==
163 ToUnicode( item.get( key, "" ) ) )
208 'kind' : ToUnicode( completion_data.get( 'kind', '' ) )[ :1 ].lower(),
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/cpp/
H A Dclang_completer.py25 from ycmd.utils import ImportCore, PathLeftSplit, re, ToBytes, ToUnicode
114 unicode_path = ToUnicode( os.path.join( include_path, path_dir ) )
122 unicode_path = ToUnicode( os.path.join( framework_path, path_dir ) )
549 for line in ToUnicode( comment ).splitlines() ] ) )
575 ToUnicode( declaration.text ) if declaration is not None else "",
576 ToUnicode( doc_data.brief_comment ),
577 ToUnicode( doc_data.canonical_type ),
578 ToUnicode( doc_data.display_name ),
579 ToUnicode( _FormatRawComment( doc_data.raw_comment ) ) ) )
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSampleFormatMediaFoundation.cpp124 if(propName == std::wstring(L"Author")) tags.artist = mpt::ToUnicode(stringVal); in ReadMFMetadata()
125 if(propName == std::wstring(L"Title")) tags.title = mpt::ToUnicode(stringVal); in ReadMFMetadata()
126 if(propName == std::wstring(L"WM/AlbumTitle")) tags.album = mpt::ToUnicode(stringVal); in ReadMFMetadata()
127 if(propName == std::wstring(L"WM/Track")) tags.trackno = mpt::ToUnicode(stringVal); in ReadMFMetadata()
128 if(propName == std::wstring(L"WM/Year")) tags.year = mpt::ToUnicode(stringVal); in ReadMFMetadata()
129 if(propName == std::wstring(L"WM/Genre")) tags.genre = mpt::ToUnicode(stringVal); in ReadMFMetadata()
246 …mpt::ustring description = mpt::ToUnicode(ParseMaybeNullTerminatedStringFromBufferWithSizeInBytes<… in GetMediaFoundationFileTypes()
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/
H A Dutils.py105 for c in ToUnicode( s ).lower() )
115 def ToUnicode( value ): function
136 return ToUnicode( '\n'.join( lines ) )
138 return ToUnicode( b'\n'.join( lines ) )
167 return len( ToUnicode( byte_line_value[ : byte_offset - 1 ] ) ) + 1
182 unicode_line_value = ToUnicode( unicode_line_value )
462 return os.listdir( ToUnicode( path ) )
/dports/games/alephone/alephone-release-20190331/Source_Files/CSeries/
H A Dcsstrings.cpp173 inline uint16 ToUnicode(char c) { in ToUnicode() function in MacRomanUnicodeConverter
252 *output++ = macRomanUnicodeConverter.ToUnicode(*p++); in mac_roman_to_unicode()
263 *output++ = macRomanUnicodeConverter.ToUnicode(*p++); in mac_roman_to_unicode()
270 return macRomanUnicodeConverter.ToUnicode(c); in mac_roman_to_unicode()
/dports/textproc/p5-LaTeX-ToUnicode/LaTeX-ToUnicode-0.11/
H A DMANIFEST8 lib/LaTeX/ToUnicode.pm
9 lib/LaTeX/ToUnicode/Tables.pm
/dports/textproc/p5-LaTeX-ToUnicode/
H A D.license-catalog.mk9 _LICENSE_DISTFILES_ART10 =LaTeX-ToUnicode-0.11.tar.gz
13 _LICENSE_DISTFILES_GPLv1+ =LaTeX-ToUnicode-0.11.tar.gz
/dports/math/vtk6/VTK-6.2.0/IO/Core/
H A DvtkTextCodec.h81 virtual void ToUnicode(istream& InputStream,
87 vtkUnicodeString ToUnicode(istream & inputStream);
H A DvtkTextCodec.cxx99 vtkUnicodeString vtkTextCodec::ToUnicode(istream& InputStream) in ToUnicode() function in vtkTextCodec
105 this->ToUnicode(InputStream, StringIterator); in ToUnicode()
/dports/biology/migrate/migrate-3.6.11/src/haru/
H A DPdfUnicodeText.cc64 fCMap->ToUnicode(text, fValue, &len); in SetText()
66 fDef->ToUnicode(text, fValue, &len); in SetText()
/dports/math/vtk8/VTK-8.2.0/IO/Core/
H A DvtkTextCodec.h92 virtual void ToUnicode(istream& InputStream,
99 vtkUnicodeString ToUnicode(istream & inputStream);

12345678910>>...100