Home
last modified time | relevance | path

Searched defs:SetText (Results 1 – 25 of 29) sorted by relevance

12

/external/lzma/CPP/Windows/Control/
DStatusBar.h16 bool SetText(LPCTSTR text) in SetText() function
18 bool SetText(unsigned index, LPCTSTR text, UINT type) in SetText() function
20 bool SetText(unsigned index, LPCTSTR text) in SetText() function
26 bool SetText(LPCWSTR text) in SetText() function
28 bool SetText(unsigned index, LPCWSTR text, UINT type) in SetText() function
30 bool SetText(unsigned index, LPCWSTR text) in SetText() function
/external/pdfium/core/fxcrt/xml/
Dcfx_xmltext.h26 void SetText(const WideString& wsText) { text_ = wsText; } in SetText() function
Dcfx_xmltext_unittest.cpp38 TEST(CFX_XMLTextTest, SetText) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/
Dtest_fixture.h167 void SetText(const std::string& code) { in SetText() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dtest_fixture.h167 void SetText(const std::string& code) { in SetText() function
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtest_fixture.h167 void SetText(const std::string& code) { in SetText() function
/external/libchrome/base/i18n/
Dbreak_iterator.cc123 bool BreakIterator::SetText(const base::char16* text, const size_t length) { in SetText() function in base::i18n::BreakIterator
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp67 void CFWL_Barcode::SetText(const WideString& wsText) { in SetText() function in CFWL_Barcode
/external/python/cpython3/Lib/idlelib/
Dtree.py375 def SetText(self, text): member in TreeItem
406 def SetText(self, text): member in FileTreeItem
Ddebugobj.py33 def SetText(self, text): member in ObjectTreeItem
/external/python/cpython2/Lib/idlelib/
DTreeWidget.py347 def SetText(self, text): member in TreeItem
378 def SetText(self, text): member in FileTreeItem
DObjectBrowser.py36 def SetText(self, text): member in ObjectTreeItem
/external/lzma/CPP/Windows/
DWindow.h240 bool SetText(LPCTSTR s) { return BOOLToBool(::SetWindowText(_window, s)); } in SetText() function
242 bool SetText(LPCWSTR s) { return MySetWindowText(_window, s); } in SetText() function
/external/tinyxml2/
Dtinyxml2.cpp1633 void XMLElement::SetText( const char* inText ) in SetText() function in tinyxml2::XMLElement
1644 void XMLElement::SetText( int v ) in SetText() function in tinyxml2::XMLElement
1652 void XMLElement::SetText( unsigned v ) in SetText() function in tinyxml2::XMLElement
1660 void XMLElement::SetText(int64_t v) in SetText() function in tinyxml2::XMLElement
1667 void XMLElement::SetText(uint64_t v) { in SetText() function in tinyxml2::XMLElement
1674 void XMLElement::SetText( bool v ) in SetText() function in tinyxml2::XMLElement
1682 void XMLElement::SetText( float v ) in SetText() function in tinyxml2::XMLElement
1690 void XMLElement::SetText( double v ) in SetText() function in tinyxml2::XMLElement
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs234 void SetText(T t, string text); in SetText() method
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeAdaptor.cs246 void SetText(object t, string text); in SetText() method
DBaseTreeAdaptor.cs235 public virtual void SetText(object t, string text) { in SetText() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeAdaptor.cs266 void SetText( object t, string text ); in SetText() method
DBaseTreeAdaptor.cs303 public virtual void SetText( object t, string text ) in SetText() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs176 public virtual void SetText(object t, string text) { in SetText() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp228 void CPDF_TextObject::SetText(const ByteString& str) { in SetText() function in CPDF_TextObject
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs229 public virtual void SetText( object t, string text ) in SetText() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp229 void CPWL_ComboBox::SetText(const WideString& text) { in SetText() function in CPWL_ComboBox
Dcpwl_edit.cpp39 void CPWL_Edit::SetText(const WideString& csText) { in SetText() function in CPWL_Edit
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas243 procedure SetText(const Value: String); procedure
521 procedure SetText(const Value: String); procedure
670 procedure SetText(const Value: String); procedure
3828 procedure TRecognizerSharedState.SetText(const Value: String); procedure
3975 procedure TCommonToken.SetText(const Value: String); procedure
4127 procedure TClassicToken.SetText(const Value: String); procedure
5595 procedure TLexer.SetText(const Value: String); procedure

12