Home
last modified time | relevance | path

Searched refs:DumpStr (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/character/
H A Dttolower3.pp21 function DumpStr(a : UnicodeString) : UnicodeString;
34 WriteLn('Error #',ACode,' ; String = ',DumpStr(ACodePoint));
46 WriteLn('s=',DumpStr(s),' ; TCharacter.ToLower(s) = ',DumpStr(s2));
55 WriteLn('s=',DumpStr(s),' ; TCharacter.ToLower(s) = ',DumpStr(s2),' ; Expected = ',DumpStr(s3));
H A Dttoupper3.pp21 function DumpStr(a : UnicodeString) : UnicodeString;
34 WriteLn('Error #',ACode,' ; String = ',DumpStr(ACodePoint));
46 WriteLn('s=',DumpStr(s),' ; TCharacter.ToUpper(s) = ',DumpStr(s2));
55 WriteLn('s=',DumpStr(s),' ; TCharacter.ToUpper(s) = ',DumpStr(s2),' ; Expected = ',DumpStr(s3));
H A Dtiscontrol3.pp21 function DumpStr(a : UnicodeString) : UnicodeString;
34 WriteLn('Error #',ACode,' ; String = ',DumpStr(ACodePoint));
45 WriteLn('s=',DumpStr(s),' ; TCharacter.IsDigit(s) = ',TCharacter.IsDigit(s,1));
52 WriteLn('s=',DumpStr(s),' ; TCharacter.IsDigit(s) = ',TCharacter.IsDigit(s,1));
H A Dtisdigit3.pp21 function DumpStr(a : UnicodeString) : UnicodeString;
34 WriteLn('Error #',ACode,' ; String = ',DumpStr(ACodePoint));
47 WriteLn('s=',DumpStr(s),' ; TCharacter.GetNumericValue(s) = ',TCharacter.GetNumericValue(s,1));
55 WriteLn('s=',DumpStr(s),' ; TCharacter.GetNumericValue(s) = ',TCharacter.GetNumericValue(s,1));
H A Dtgetunicodecategoriesurro.pp21 function DumpStr(a : UnicodeString) : UnicodeString;
34 WriteLn('Error #',ACode,' ; String = ',DumpStr(ACodePoint));
45 …WriteLn('s=',DumpStr(s),' ; TCharacter.GetUnicodeCategory(s) = ',TCharacter.GetUnicodeCategory(s,1…
52 …WriteLn('s=',DumpStr(s),' ; TCharacter.GetUnicodeCategory(s) = ',TCharacter.GetUnicodeCategory(s,1…
H A Dtgetnumericvalue3.pp21 function DumpStr(a : UnicodeString) : UnicodeString;
34 WriteLn('Error #',ACode,' ; String = ',DumpStr(ACodePoint));
47 WriteLn('s=',DumpStr(s),' ; TCharacter.GetNumericValue(s) = ',TCharacter.GetNumericValue(s,1));
55 WriteLn('s=',DumpStr(s),' ; TCharacter.GetNumericValue(s) = ',TCharacter.GetNumericValue(s,1));
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/xti/
H A Dclasslist.cpp364 wxString DumpStr(const wxString &str) in DumpStr() function
376 return DumpStr(ti->GetTypeName()); in DumpTypeInfo()
422 infostr << ind << "help string: " << DumpStr(prop->GetHelpString()); in DumpPropertyInfo()
423 infostr << ind << "group string: " << DumpStr(prop->GetGroupString()); in DumpPropertyInfo()
428 infostr << ind << "default value: " << DumpStr(wxAnyGetAsString(prop->GetDefaultValue())); in DumpPropertyInfo()
529 infostr << "\n Base class #1: " << DumpStr(info->GetBaseClassName1()); in DumpClassInfo()
530 infostr << "\n Base class #2: " << DumpStr(info->GetBaseClassName2()); in DumpClassInfo()
531 infostr << "\n Include file: " << DumpStr(info->GetIncludeName()); in DumpClassInfo()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/xti/
H A Dclasslist.cpp367 wxString DumpStr(const wxString &str) in DumpStr() function
379 return DumpStr(ti->GetTypeName()); in DumpTypeInfo()
425 infostr << ind << wxT("help string: ") << DumpStr(prop->GetHelpString()); in DumpPropertyInfo()
426 infostr << ind << wxT("group string: ") << DumpStr(prop->GetGroupString()); in DumpPropertyInfo()
431 infostr << ind << wxT("default value: ") << DumpStr(wxAnyGetAsString(prop->GetDefaultValue())); in DumpPropertyInfo()
532 infostr << wxT("\n Base class #1: ") << DumpStr(info->GetBaseClassName1()); in DumpClassInfo()
533 infostr << wxT("\n Base class #2: ") << DumpStr(info->GetBaseClassName2()); in DumpClassInfo()
534 infostr << wxT("\n Include file: ") << DumpStr(info->GetIncludeName()); in DumpClassInfo()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/xti/
H A Dclasslist.cpp367 wxString DumpStr(const wxString &str) in DumpStr() function
379 return DumpStr(ti->GetTypeName()); in DumpTypeInfo()
425 infostr << ind << wxT("help string: ") << DumpStr(prop->GetHelpString()); in DumpPropertyInfo()
426 infostr << ind << wxT("group string: ") << DumpStr(prop->GetGroupString()); in DumpPropertyInfo()
431 infostr << ind << wxT("default value: ") << DumpStr(wxAnyGetAsString(prop->GetDefaultValue())); in DumpPropertyInfo()
532 infostr << wxT("\n Base class #1: ") << DumpStr(info->GetBaseClassName1()); in DumpClassInfo()
533 infostr << wxT("\n Base class #2: ") << DumpStr(info->GetBaseClassName2()); in DumpClassInfo()
534 infostr << wxT("\n Include file: ") << DumpStr(info->GetIncludeName()); in DumpClassInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/AST/
H A DMatchVerifier.h272 std::string DumpStr; in verify() local
273 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/AST/
H A DMatchVerifier.h272 std::string DumpStr; in verify() local
273 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/AST/
H A DMatchVerifier.h273 std::string DumpStr; in verify() local
274 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/AST/
H A DMatchVerifier.h272 std::string DumpStr; in verify() local
273 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/AST/
H A DMatchVerifier.h272 std::string DumpStr; in verify() local
273 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/AST/
H A DMatchVerifier.h272 std::string DumpStr; in verify() local
273 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/AST/
H A DMatchVerifier.h268 std::string DumpStr; in verify() local
269 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/AST/
H A DMatchVerifier.h272 std::string DumpStr; in verify() local
273 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/AST/
H A DMatchVerifier.h273 std::string DumpStr; in verify() local
274 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/AST/
H A DMatchVerifier.h273 std::string DumpStr; in verify() local
274 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/AST/
H A DMatchVerifier.h273 std::string DumpStr; in verify() local
274 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/AST/
H A DMatchVerifier.h273 std::string DumpStr; in verify() local
274 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/AST/
H A DMatchVerifier.h272 std::string DumpStr; in verify() local
273 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/AST/
H A DMatchVerifier.h273 std::string DumpStr; in verify() local
274 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/unittests/AST/
H A DMatchVerifier.h265 std::string DumpStr; in verify() local
266 llvm::raw_string_ostream Dump(DumpStr); in verify()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/AST/
H A DMatchVerifier.h265 std::string DumpStr;
266 llvm::raw_string_ostream Dump(DumpStr);

12