Searched refs:GetString (Results 1 - 25 of 185) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-csharp-313 GetString ("B\u00f6se B\u00fcbchen");
15 GetString ("Japanese: \uu65e5\uuu672c\u8A9e");
16 GetString ("embedded\nnewline");
17 // Spaces from end of comment are removed. %GetString("dummy");
19 GetString ("\u005c\u005c");
21 GetString ("\\u005c");
23 GetString ("\\");
25 GetString ("\u005cu005c");
27 GetString ("\134");
29 GetString ("
[all...]
H A Dxgettext-csharp-212 Console.WriteLine(GetString("Russian (��������������): ������������������������"));
13 Console.WriteLine(GetString("Vietnamese (Ti���ng Vi���t): Ch��o b���n"));
14 Console.WriteLine(GetString("Japanese (���������): ���������������"));
15 Console.WriteLine(GetString("Thai (���������������������): ������������������������������"));
16 Console.WriteLine(GetString("Script: ����"));
17 Console.WriteLine(GetString("Russian (\u0420\u0443\u0441\u0441\u043a\u0438\u0439): \u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435"));
18 Console.WriteLine(GetString("Vietnamese (Ti\u1ebfng Vi\u1ec7t): Ch\u00e0o b\u1ea1n"));
19 Console.WriteLine(GetString("Japanese (\u65e5\u672c\u8a9e): \u3053\u3093\u306b\u3061\u306f"));
20 Console.WriteLine(GetString("Thai (\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22): \u0e2a\u0e27\u0e31\u0e2a\u0e14\u0e35\u0e04\u0e23\u0e31\u0e1a"));
21 Console.WriteLine(GetString("Scrip
[all...]
H A Dxgettext-csharp-115 String test1 = rm.GetString("Test String 1");
17 String test2 = rm.GetString("Test String 2");
19 String test3 = rm.GetString("Test " +
23 String test4 = rm.GetString("");
26 String test5 = rm.GetString("Test String 5");
H A Dxgettext-csharp-511 Console.WriteLine(GetString("help"));
13 Console.WriteLine(GetString("me"));
15 Console.WriteLine(GetString("Hey Jude"));
19 Console.WriteLine(GetString("The Fabulous Four"));
21 Console.WriteLine(GetString("there is not enough" +
H A Dxgettext-csharp-710 Console.WriteLine(rm.GetString("help"));
H A Dformat-csharp-159 GetString(${string});
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp/
H A Dhello.cs14 Console.WriteLine(catalog.GetString("Hello, world!"));
17 catalog.GetString("This program is running as process number {0}."),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DFormatTest.cpp49 ASSERT_EQUALS(wxT(""), fmt1.GetString());
55 ASSERT_EQUALS(wxT(""), fmt2.GetString());
61 ASSERT_EQUALS(wxT("a b c"), fmt3.GetString());
67 ASSERT_EQUALS(wxT("a %i c"), fmt4.GetString());
75 ASSERT_EQUALS(wxT(""), format.GetString());
79 ASSERT_EQUALS(wxT(""), format.GetString());
83 ASSERT_EQUALS(wxT("a b c"), format.GetString());
87 ASSERT_EQUALS(wxT("a %i c"), format.GetString());
241 ASSERT_EQUALS(wxT("-1 _ 2 _ -4"), fmt1.GetString());
249 ASSERT_EQUALS(wxT("-1 _ 2 _ -4"), fmt2.GetString());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dchecklst.cpp124 return ::IsChecked(wxListBox::GetString(uiIndex));
129 wxString label = wxListBox::GetString(uiIndex);
139 wxString label = wxListBox::GetString(n);
151 event.SetString(GetString(n));
181 wxString wxCheckListBox::GetString(unsigned int n) const function in class:wxCheckListBox
183 return wxListBox::GetString(n).substr(4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-ui-sharp/
H A Dbssh.cs22 string txt = System.Text.Encoding.UTF8.GetString (txtBytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-ui-sharp/
H A Dbssh.cs22 string txt = System.Text.Encoding.UTF8.GetString (txtBytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dwx_extra_imps.cpp58 const char *wxLocale::GetString(const char *szOrigString, function in class:wxLocale
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dtokenizer.cpp39 CPPUNIT_TEST( GetString );
46 void GetString();
192 // helper for GetString(): the parameters are the same as for DoTestGetPosition
193 // but it checks GetString() return value instead of GetPosition()
199 CPPUNIT_ASSERT_EQUAL( wxString(s), tkz.GetString() );
208 CPPUNIT_ASSERT( tkz.GetString().empty() ) ;
214 CPPUNIT_ASSERT_EQUAL( wxString(s + pos), tkz.GetString() );
222 void TokenizerTestCase::GetString() function in class:TokenizerTestCase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsostream.tex35 \helpref{GetString()}{wxstringoutputstreamgetstring} to get access to it.
44 \membersection{wxStringOutputStream::GetString}\label{wxstringoutputstreamgetstring}
46 \constfunc{const wxString\&}{GetString}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-csharp/
H A Dintl.cs36 * - In the .NET resource approach, the function ResourceManager.GetString
38 * translation is found. In the GNU gettext approach, the GetString function
267 public override String GetString (String msgid, CultureInfo culture) { method in class:GNU.Gettext.GettextResourceManager
269 String translation = rs.GetString(msgid);
314 String translation = rs.GetString(combined);
356 public override String GetString (String msgid) { method in class:GNU.Gettext.GettextResourceManager
357 return GetString(msgid, CultureInfo.CurrentUICulture);
474 public override String GetString (String msgid) { method in class:GNU.Gettext.GettextResourceSet
496 public override String GetString (String msgid, bool ignoreCase) { method in class:GNU.Gettext.GettextResourceSet
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgridctrl.cpp57 wxString wxGridCellDateTimeRenderer::GetString(const wxGrid& grid, int row, int col) function in class:wxGridCellDateTimeRenderer
108 grid.DrawTextRectangle(dc, GetString(grid, row, col), rect, hAlign, vAlign);
116 return DoGetBestSize(attr, dc, GetString(grid, row, col));
147 wxString wxGridCellEnumRenderer::GetString(const wxGrid& grid, int row, int col) function in class:wxGridCellEnumRenderer
185 grid.DrawTextRectangle(dc, GetString(grid, row, col), rect, hAlign, vAlign);
193 return DoGetBestSize(attr, dc, GetString(grid, row, col));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dctrlsub.cpp55 s = GetString((unsigned int)sel);
78 result.Add(GetString(n));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DFormat.h145 wxString GetString() const;
150 operator wxString() const { return GetString(); };
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgridctrl.h52 wxString GetString(const wxGrid& grid, int row, int col);
87 wxString GetString(const wxGrid& grid, int row, int col);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs29 label1.Text = catalog.GetString("Hello, world!");
36 catalog.GetString("This program is running as process number {0}."),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsstream.h62 // internal string which can be retrieved using GetString()
74 const wxString& GetString() const { return *m_str; } function in class:wxStringOutputStream
H A Dtokenzr.h75 wxString GetString() const { return m_string.substr(m_pos); } function in class:wxStringTokenizer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcombobox.cpp213 wxString s = e.GetString();
428 result = m_choice->GetString( m_choice->GetSelection() );
605 m_text->SetValue(n != wxNOT_FOUND ? GetString(n) : wxString(wxEmptyString));
613 wxString wxComboBox::GetString(unsigned int n) const function in class:wxComboBox
615 return m_choice->GetString( n );
622 return wxString(this->GetString((unsigned int)sel));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcombobox.cpp139 wxString s = e.GetString();
317 result = m_choice->GetString( m_choice->GetSelection() );
487 m_text->SetValue(GetString(n));
496 wxString wxComboBox::GetString(unsigned int n) const function in class:wxComboBox
498 return m_choice->GetString( n );
506 return wxString(this->GetString((unsigned int)sel));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.cpp106 extra = tmp_format.GetString();
157 return label.GetString();

Completed in 407 milliseconds

12345678