HomeSort by: relevance | last modified time | path
    Searched refs:GetString (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-csharp-3 13 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 ("t -> \t, b -> \b, n -> \n, dquote -> \", squote -> \' ...")
    [all...]
xgettext-csharp-2 12 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("Script: \U0001d49e"))
    [all...]
xgettext-csharp-1 15 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");
xgettext-csharp-5 11 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" +
format-csharp-1 59 GetString(${string});
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp/
hello.cs 15 Console.WriteLine(catalog.GetString("Hello, world!"));
18 catalog.GetString("This program is running as process number {0}."),
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 103 *ss_ << msg.GetString();
187 std::string GetString() const;
200 return os << sb.GetString();
211 return (Message() << streamable).GetString();
  /src/external/gpl2/groff/dist/src/libs/libxutil/
XFontName.c 67 #define GetString(field,bit)\
79 GetString (Registry, FontNameRegistry)
80 GetString (Foundry, FontNameFoundry)
81 GetString (FamilyName, FontNameFamilyName)
82 GetString (WeightName, FontNameWeightName)
83 GetString (Slant, FontNameSlant)
84 GetString (SetwidthName, FontNameSetwidthName)
85 GetString (AddStyleName, FontNameAddStyleName)
90 GetString (Spacing, FontNameSpacing)
92 GetString (CharSetRegistry, FontNameCharSetRegistry
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
intl.cs 36 * - In the .NET resource approach, the function ResourceManager.GetString
38 * translation is found. In the GNU gettext approach, the GetString function
264 public override String GetString (String msgid, CultureInfo culture) {
266 String translation = rs.GetString(msgid);
306 public override String GetString (String msgid) {
307 return GetString(msgid, CultureInfo.CurrentUICulture);
391 public override String GetString (String msgid) {
413 public override String GetString (String msgid, bool ignoreCase) {
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
hello.cs 30 label1.Text = catalog.GetString("Hello, world!");
37 catalog.GetString("This program is running as process number {0}."),
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-typed-test.cc 104 const std::string& errors_str = errors.GetString();
gtest-port.cc 119 (Message() << "/proc/" << getpid() << "/stat").GetString();
818 << " in simple regular expression \"" << regex << "\": ").GetString();
1276 (Message() << GTEST_FLAG_PREFIX_ << flag).GetString();
1283 return env_var.GetString();
1301 printf("%s", msg.GetString().c_str());
1318 printf("%s", msg.GetString().c_str());
1360 (Message() << default_value).GetString().c_str());
gtest.cc 990 std::string Message::GetString() const {
1367 return msg.GetString();
2015 const std::string user_msg_string = user_msg.GetString();
2158 return word_list.GetString();
2276 RecordProperty(key, value_message.GetString().c_str());
2373 return new std::string(message.GetString());
2393 return message.GetString();
2608 << " " << errors.GetString();
2906 << test_part_result.message()).GetString();
3674 return m.GetString();
    [all...]
gtest-death-test.cc 226 return m.GetString();
254 return msg.GetString();
359 GTEST_LOG_(FATAL) << error.GetString();
616 DeathTest::set_last_death_test_message(buffer.GetString());
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mapper-client.cc 321 error_at (loc, "failed mapper handshake %s", connect.GetString ().c_str ());
325 set_repo (repo.GetString ().c_str ());
  /src/external/gpl3/gcc/dist/gcc/cp/
mapper-client.cc 331 error_at (loc, "failed mapper handshake %s", connect.GetString ().c_str ());
335 set_repo (repo.GetString ().c_str ());
  /src/external/gpl3/gcc/dist/libcody/
client.cc 134 if (result.GetCode () == Client::PC_ERROR && result.GetString ().empty ())
140 result.GetString () = std::move (msg);
cody.hh 333 std::string const &GetString () const
337 std::string &GetString ()
  /src/external/gpl3/gcc.old/dist/libcody/
client.cc 134 if (result.GetCode () == Client::PC_ERROR && result.GetString ().empty ())
140 result.GetString () = std::move (msg);
cody.hh 333 std::string const &GetString () const
337 std::string &GetString ()
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 242 StringRef GetString() const {
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.h 66 char *GetString ();
DwarfLib.cc 140 return sec->GetString ();
938 DwrSec::GetString ()
1212 char *s = debug_lineSec->GetString ();
1222 char *s = debug_lineSec->GetString ();
1284 nm = debug_lineSec->GetString ();
1366 fname = debug_lineSec->GetString ();
1781 atf->u.str = debug_infoSec->GetString ();
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.h 66 char *GetString ();
DwarfLib.cc 140 return sec->GetString ();
938 DwrSec::GetString ()
1212 char *s = debug_lineSec->GetString ();
1222 char *s = debug_lineSec->GetString ();
1284 nm = debug_lineSec->GetString ();
1366 fname = debug_lineSec->GetString ();
1781 atf->u.str = debug_infoSec->GetString ();

Completed in 37 milliseconds

1 2