/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | 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 …]
|
H A D | 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\u0… 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… 21 Console.WriteLine(GetString("Script: \U0001d49e")); [all …]
|
H A D | 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" +
|
H A D | 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");
|
H A D | format-csharp-1 | 59 GetString(${string});
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libxutil/ |
H A D | XFontName.c | 67 #define GetString(field,bit)\ in XParseFontName() macro 79 GetString (Registry, FontNameRegistry) in XParseFontName() 80 GetString (Foundry, FontNameFoundry) in XParseFontName() 81 GetString (FamilyName, FontNameFamilyName) in XParseFontName() 82 GetString (WeightName, FontNameWeightName) in XParseFontName() 83 GetString (Slant, FontNameSlant) in XParseFontName() 84 GetString (SetwidthName, FontNameSetwidthName) in XParseFontName() 85 GetString (AddStyleName, FontNameAddStyleName) in XParseFontName() 90 GetString (Spacing, FontNameSpacing) in XParseFontName() 92 GetString (CharSetRegistry, FontNameCharSetRegistry) in XParseFontName() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-message.h | 103 *ss_ << msg.GetString(); in Message() 187 std::string GetString() const; 200 return os << sb.GetString(); 211 return (Message() << streamable).GetString(); in StreamableToString()
|
H A D | gtest.h | 345 message_->append(a_message.GetString().c_str()); in AppendMessage() 2224 PushTrace(file, line, (Message() << message).GetString()); in ScopedTrace()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/ |
H A D | intl.cs | 264 public override String GetString (String msgid, CultureInfo culture) { in GetString() method in GNU.Gettext.GettextResourceManager 266 String translation = rs.GetString(msgid); in GetString() 306 public override String GetString (String msgid) { in GetString() method in GNU.Gettext.GettextResourceManager 307 return GetString(msgid, CultureInfo.CurrentUICulture); in GetString() 391 public override String GetString (String msgid) { in GetString() method in GNU.Gettext.GettextResourceSet 413 public override String GetString (String msgid, bool ignoreCase) { in GetString() method in GNU.Gettext.GettextResourceSet
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp/ |
H A D | hello.cs | 15 Console.WriteLine(catalog.GetString("Hello, world!")); in Main() 18 catalog.GetString("This program is running as process number {0}."), in Main()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/ |
H A D | hello.cs | 30 label1.Text = catalog.GetString("Hello, world!"); in HelloWindow() 37 catalog.GetString("This program is running as process number {0}."), in HelloWindow()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest-port.cc | 119 (Message() << "/proc/" << getpid() << "/stat").GetString(); in GetThreadCount() 818 << " in simple regular expression \"" << regex << "\": ").GetString(); in FormatRegexSyntaxError() 1276 (Message() << GTEST_FLAG_PREFIX_ << flag).GetString(); in FlagToEnvVar() 1283 return env_var.GetString(); in FlagToEnvVar() 1301 printf("%s", msg.GetString().c_str()); in ParseInt32() 1318 printf("%s", msg.GetString().c_str()); in ParseInt32() 1360 (Message() << default_value).GetString().c_str()); in Int32FromGTestEnv()
|
H A D | gtest-typed-test.cc | 104 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames()
|
H A D | gtest.cc | 990 std::string Message::GetString() const { in GetString() function in testing::Message 1367 return msg.GetString(); in GetBoolAssertionFailureMessage() 2015 const std::string user_msg_string = user_msg.GetString(); in AppendUserMessage() 2158 return word_list.GetString(); in FormatWordList() 2276 RecordProperty(key, value_message.GetString().c_str()); in RecordProperty() 2373 return new std::string(message.GetString()); in FormatSehExceptionMessage() 2393 return message.GetString(); in FormatCxxExceptionMessage() 2608 << " " << errors.GetString(); in ReportInvalidTestSuiteType() 2906 << test_part_result.message()).GetString(); in PrintTestPartResultToString() 3674 return m.GetString(); in EscapeXml() [all …]
|
H A D | gtest-death-test.cc | 226 return m.GetString(); in ExitSummary() 254 return msg.GetString(); in DeathTestThreadWarning() 359 GTEST_LOG_(FATAL) << error.GetString(); in FailFromInternalError() 616 DeathTest::set_last_death_test_message(buffer.GetString()); in Passed()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | mapper-client.cc | 321 error_at (loc, "failed mapper handshake %s", connect.GetString ().c_str ()); in open_module_client() 325 set_repo (repo.GetString ().c_str ()); in open_module_client()
|
/netbsd-src/external/gpl3/gcc/dist/libcody/ |
H A D | client.cc | 134 if (result.GetCode () == Client::PC_ERROR && result.GetString ().empty ()) in ProcessResponse() 140 result.GetString () = std::move (msg); in ProcessResponse()
|
H A D | cody.hh | 333 std::string const &GetString () const in GetString() function in Cody::Packet 337 std::string &GetString () in GetString() function in Cody::Packet
|
H A D | README.md | 435 report_error (t.GetString ()); 457 report_error (t.GetString ());
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | DwarfLib.cc | 164 return sec->GetString (); in get_string() 1190 DwrSec::GetString () in GetString() function in DwrSec 1467 char *s = debug_lineSec->GetString (); in DwrLineRegs() 1477 char *s = debug_lineSec->GetString (); in DwrLineRegs() 1539 nm = debug_lineSec->GetString (); in read_file_names_dwarf5() 1619 fname = debug_lineSec->GetString (); in DoExtendedOpcode() 2024 atf->u.str = debug_infoSec->GetString (); in set_die()
|
H A D | DwarfLib.h | 64 char *GetString ();
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | DwarfLib.cc | 1080 DwrSec::GetString (uint64_t *lenp) in GetString() function in DwrSec 1319 char *s = debug_lineSec->GetString (NULL); in DwrLineRegs() 1328 char *s = debug_lineSec->GetString (NULL); in DwrLineRegs() 1398 fname = debug_lineSec->GetString (NULL); in DoExtendedOpcode() 1781 atf->u.str = debug_infoSec->GetString (&atf->len); in set_die() 1793 atf->u.str = dwarf->debug_strSec->GetString (&atf->len); in set_die()
|
H A D | DwarfLib.h | 64 char *GetString (uint64_t *lenp);
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | LiteralSupport.h | 242 StringRef GetString() const { in GetString() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 377 return name_stream.GetString(); in DefaultParamName() 573 test_suite_name.c_str(), test_name_stream.GetString().c_str(), in RegisterTests()
|