Home
last modified time | relevance | path

Searched refs:amp_char (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/xrc/
H A Dxmlres.cpp879 wxChar amp_char; in GetText() local
885 amp_char = wxT('$'); in GetText()
887 amp_char = wxT('_'); in GetText()
893 if (*dt == amp_char) in GetText()
895 if ( *(++dt) == amp_char ) in GetText()
896 str2 << amp_char; in GetText()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/xrc/
H A Dxmlres.cpp879 wxChar amp_char; in GetText() local
885 amp_char = wxT('$'); in GetText()
887 amp_char = wxT('_'); in GetText()
893 if (*dt == amp_char) in GetText()
895 if ( *(++dt) == amp_char ) in GetText()
896 str2 << amp_char; in GetText()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/xrc/
H A Dxmlres.cpp879 wxChar amp_char; in GetText() local
885 amp_char = wxT('$'); in GetText()
887 amp_char = wxT('_'); in GetText()
893 if (*dt == amp_char) in GetText()
895 if ( *(++dt) == amp_char ) in GetText()
896 str2 << amp_char; in GetText()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/xrc/
H A Dxmlres.cpp879 wxChar amp_char; in GetText() local
885 amp_char = wxT('$'); in GetText()
887 amp_char = wxT('_'); in GetText()
893 if (*dt == amp_char) in GetText()
895 if ( *(++dt) == amp_char ) in GetText()
896 str2 << amp_char; in GetText()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/xrc/
H A Dxmlres.cpp1531 const wxChar amp_char = (m_handler->m_resource->CompareVersion(2,3,0,1) < 0) in GetNodeText() local
1538 if ( *dt == amp_char ) in GetNodeText()
1540 if ( dt+1 == str1.end() || *(++dt) == amp_char ) in GetNodeText()
1541 str2 << amp_char; in GetNodeText()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/xrc/
H A Dxmlres.cpp1527 const wxChar amp_char = (m_handler->m_resource->CompareVersion(2,3,0,1) < 0) in GetText() local
1534 if ( *dt == amp_char ) in GetText()
1536 if ( dt+1 == str1.end() || *(++dt) == amp_char ) in GetText()
1537 str2 << amp_char; in GetText()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/xrc/
H A Dxmlres.cpp1527 const wxChar amp_char = (m_handler->m_resource->CompareVersion(2,3,0,1) < 0) in GetText() local
1534 if ( *dt == amp_char ) in GetText()
1536 if ( dt+1 == str1.end() || *(++dt) == amp_char ) in GetText()
1537 str2 << amp_char; in GetText()