Home
last modified time | relevance | path

Searched refs:GetText (Results 1 – 25 of 99) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DTraceDebugEventListener.cs67 string text = adaptor.GetText(t); in ConsumeNode()
74 string text = adaptor.GetText(t); in LT()
90 string text = adaptor.GetText(t); in CreateNode()
97 string text = adaptor.GetText(node); in CreateNode()
DDebugTreeNodeStream.cs123 string text = adaptor.GetText(node); in LT()
132 string text = adaptor.GetText(node); in LA()
DDebugEventSocketProxy.cs261 string text = adaptor.GetText(t); in LT()
272 string text = adaptor.GetText(t); in SerializeNode()
319 string text = adaptor.GetText(t); in CreateNode()
DDebugTreeAdaptor.cs172 public virtual string GetText(object t) { in GetText() method in Antlr.Runtime.Debug.DebugTreeAdaptor
173 return adaptor.GetText(t); in GetText()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DTraceDebugEventListener.cs76 string text = adaptor.GetText( t ); in ConsumeNode()
84 string text = adaptor.GetText( t ); in LT()
102 string text = adaptor.GetText( t ); in CreateNode()
110 string text = adaptor.GetText( node ); in CreateNode()
DDebugTreeNodeStream.cs144 string text = adaptor.GetText( node ); in LT()
154 string text = adaptor.GetText( node ); in LA()
DDebugEventSocketProxy.cs300 string text = adaptor.GetText( t ); in LT()
312 string text = adaptor.GetText( t ); in SerializeNode()
363 string text = adaptor.GetText( t ); in CreateNode()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp143 GetText(s); in OnInit()
249 _passwordControl.GetText(password); in UpdatePasswordControl()
278 _path.GetText(currentPath); in OnButtonSetPath()
309 _passwordControl.GetText(Password); in OnOK()
352 _path.GetText(s); in OnOK()
359 _path.GetText(s); in OnOK()
377 _pathName.GetText(pathName); in OnOK()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_TextField.cpp144 return pEdit->GetText() != m_pWidget->GetValue(); in IsDataChanged()
152 CFX_WideString sNewValue = pWnd->GetText(); in SaveData()
169 fa.sValue = pWnd->GetText(); in GetActionData()
179 fa.sValue = pWnd->GetText(); in GetActionData()
227 m_State.sValue = pWnd->GetText(); in SaveState()
279 CFX_WideString wsText = pEdit->GetText(); in OnSetFocus()
DFFL_ComboBox.cpp88 return pWnd->GetText() != m_pWidget->GetValue(); in IsDataChanged()
97 CFX_WideString swText = pWnd->GetText(); in SaveData()
133 fa.sValue = pEdit->GetText(); in GetActionData()
147 fa.sValue = pEdit->GetText(); in GetActionData()
202 m_State.sValue = pEdit->GetText(); in SaveState()
264 CFX_WideString wsText = pEdit->GetText(); in OnSetFocus()
/external/lzma/CPP/Windows/
DWindow.cpp114 bool CWindow::GetText(CSysString &s) in GetText() function in NWindows::CWindow
120 length = GetText(s.GetBuffer(length), length + 1); in GetText()
128 bool CWindow::GetText(UString &s) in GetText() function in NWindows::CWindow
143 bool result = GetText(sysString); in GetText()
DWindow.h246 UINT GetText(LPTSTR string, int maxCount) const in GetText() function
248 bool GetText(CSysString &s);
254 bool GetText(UString &s);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DDOTTreeGenerator.cs157 string parentText = adaptor.GetText(tree); in DefineEdges()
160 string childText = adaptor.GetText(child); in DefineEdges()
169 string text = adaptor.GetText(t); in GetNodeText()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DDotTreeGenerator.cs166 string parentText = adaptor.GetText( tree ); in DefineEdges()
170 string childText = adaptor.GetText( child ); in DefineEdges()
180 string text = adaptor.GetText( t ); in GetNodeText()
DTreeWizard.cs488 if ( tpattern.hasTextArg && !adaptor.GetText( t1 ).Equals( tpattern.Text ) ) in ParseCore()
583 if ( !adaptor.GetText( t1 ).Equals( adaptor.GetText( t2 ) ) ) in EqualsCore()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Label.cpp137 CFX_WideString CPWL_Label::GetText() const { in GetText() function in CPWL_Label
138 return m_pEdit->GetText(); in GetText()
DPWL_ComboBox.cpp227 CFX_WideString CPWL_ComboBox::GetText() const { in GetText() function in CPWL_ComboBox
229 return m_pEdit->GetText(); in GetText()
252 m_pEdit->SetText(m_pList->GetText().c_str()); in SetSelect()
632 CFX_WideString swText = m_pList->GetText(); in SetSelectText()
634 m_pEdit->ReplaceSel(m_pList->GetText().c_str()); in SetSelectText()
DPWL_Signature.cpp115 FX_BOOL bTextVisible = m_bTextExist && m_pText->GetText().GetLength() > 0; in RePosChildWnd()
118 m_pDescription->GetText().GetLength() > 0) { in RePosChildWnd()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_EditCtrl.h65 CFX_WideString GetText() const;
71 CFX_WideString GetText(int32_t& nStartChar, int32_t& nEndChar) const;
DPWL_Label.h20 CFX_WideString GetText() const;
/external/lzma/CPP/7zip/UI/FileManager/
DPasswordDialog.cpp21 _passwordEdit.GetText(Password); in ReadControls()
/external/pdfium/xfa/src/fxbarcode/common/
DBC_CommonDecoderResult.h16 const CFX_ByteString& GetText();
/external/pdfium/xfa/src/fee/include/
Difde_txtedtbuf.h20 virtual void GetText(CFX_WideString& wsText) const = 0;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs426 if (tpattern.hasTextArg && !adaptor.GetText(t1).Equals(tpattern.Text)) { in ParseCore()
510 if (!adaptor.GetText(t1).Equals(adaptor.GetText(t2))) { in EqualsCore()
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixReader.cpp59 return decodeResult->GetText(); in Decode()

1234