Searched refs:Convert (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dencconv.h62 // All subsequent calls to Convert() will interpret it's argument
66 // You must call this method before calling Convert. You may call
69 // Method affects behaviour of Convert() in case input character
88 // Convert input string according to settings passed to Init.
89 // Note that you must call Init before using Convert!
90 bool Convert(const char* input, char* output) const;
91 bool Convert(char* str) const { return Convert(str, str); } function in class:wxEncodingConverter
92 wxString Convert(const wxString& input) const;
95 bool Convert(cons
98 bool Convert(wchar_t* str) const { return Convert(str, str); } function in class:wxEncodingConverter
[all...]
H A Dvariant.h302 bool Convert(long* value) const;
303 bool Convert(bool* value) const;
304 bool Convert(double* value) const;
305 bool Convert(wxString* value) const;
306 bool Convert(wxChar* value) const;
308 bool Convert(wxDateTime* value) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Dconvert.cpp75 filemenu->Append(ID_RC2WXR,_T("Convert RC file to WXR file"));
76 filemenu->Append(ID_WXR2XML,_T("Convert WXR file to XML file"));
77 filemenu->Append(ID_RC2XML,_T("Convert RC file to XML file"));
142 convert.Convert(wxrfile.GetPath(),filed.GetPath());
163 XMLCon.Convert(f.GetPath(),xmlfile.GetPath());
183 XMLCon.Convert(f.GetPath(),xmlfile.GetPath());
206 trans_wxr2xml.Convert(source,target);
211 trans_rc2wxr.Convert(source,target);
216 trans_rc2xml.Convert(source,target);
H A Drc2wxr.h16 void Convert(wxString wxrfile, wxString rcfile);
H A Dwxr2xml.h19 bool Convert(wxString wxrfile,wxString xmlfile);
H A Drc2xml.h20 bool Convert(wxString rcfile, wxString xmlfile);
H A Drc2wxr.cpp48 void rc2wxr::Convert(wxString wxrfile, wxString rcfile) function in class:rc2wxr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dencconv.tex54 All subsequent calls to \helpref{Convert()}{wxencodingconverterconvert}
58 You must call this method before calling Convert. You may call
60 {\it Method} affects behaviour of Convert() in case input character
95 \membersection{wxEncodingConverter::Convert}\label{wxencodingconverterconvert}
97 \constfunc{bool}{Convert}{\param{const char* }{input}, \param{char* }{output}}
99 \constfunc{bool}{Convert}{\param{const wchar\_t* }{input}, \param{wchar\_t* }{output}}
101 \constfunc{bool}{Convert}{\param{const char* }{input}, \param{wchar\_t* }{output}}
103 \constfunc{bool}{Convert}{\param{const wchar\_t* }{input}, \param{char* }{output}}
105 Convert input string according to settings passed to
108 \constfunc{bool}{Convert}{\para
[all...]
H A Dvariant.tex191 \membersection{wxVariant::Convert}\label{wxvariantconvert}
193 \constfunc{bool}{Convert}{\param{long*}{ value}}
195 \constfunc{bool}{Convert}{\param{bool*}{ value}}
197 \constfunc{bool}{Convert}{\param{double*}{ value}}
199 \constfunc{bool}{Convert}{\param{wxString*}{ value}}
201 \constfunc{bool}{Convert}{\param{wxChar*}{ value}}
203 \constfunc{bool}{Convert}{\param{wxDateTime*}{ value}}
H A Dlonglong.tex149 Convert to native long long (only for compilers supporting it)
H A Dregion.tex122 Convert the region to a black and white bitmap with the white pixels
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop13xx/include/mach/
H A Dentry-macro.S37 movne \irqnr, \irqnr, lsr #2 @ Convert to irqnr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dvariant.cpp316 if (!Convert(&thisValue))
344 if (Convert(& value))
454 if (!Convert(&thisValue))
482 if (Convert(& value))
597 if (!Convert(&thisValue))
625 if (Convert(& value))
738 if (!Convert(&thisValue))
766 if (Convert(& value))
874 if (!Convert(&thisValue))
916 if (!Convert(
1935 bool wxVariant::Convert(long* value) const function in class:wxVariant
1954 bool wxVariant::Convert(bool* value) const function in class:wxVariant
1982 bool wxVariant::Convert(double* value) const function in class:wxVariant
2001 bool wxVariant::Convert(wxChar* value) const function in class:wxVariant
2018 bool wxVariant::Convert(wxString* value) const function in class:wxVariant
2025 bool wxVariant::Convert(wxDateTime* value) const function in class:wxVariant
[all...]
H A Dencconv.cpp221 bool wxEncodingConverter::Convert(const char* input, char* output) const function in class:wxEncodingConverter
250 bool wxEncodingConverter::Convert(const char* input, wchar_t* output) const function in class:wxEncodingConverter
280 bool wxEncodingConverter::Convert(const wchar_t* input, char* output) const function in class:wxEncodingConverter
310 bool wxEncodingConverter::Convert(const wchar_t* input, wchar_t* output) const function in class:wxEncodingConverter
342 wxString wxEncodingConverter::Convert(const wxString& input) const function in class:wxEncodingConverter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dcollect_deps.com8 $! Convert absolute dependencies to relative from one level above P5.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dcollect_deps.com8 $! Convert absolute dependencies to relative from one level above P5.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dcldap.pl7 use Convert::ASN1 qw(:debug);
87 my $asn_cldap_req = Convert::ASN1->new;
300 my $asn_cldap_rep = Convert::ASN1->new;
301 my $asn_cldap_rep_fail = Convert::ASN1->new;
H A Dadssearch.pl17 use Convert::ASN1;
1434 my $asq_asn = Convert::ASN1->new;
1449 my $asn_extended_dn = Convert::ASN1->new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Ddecbin.S24 | A1. Convert the bcd exponent to binary by successive adds and muls.
30 | A2. Convert the bcd mantissa to binary by successive
H A Dbindec.S92 | A14. Convert the mantissa to bcd.
100 | A15. Convert the exponent to bcd.
716 | A14. Convert the mantissa to bcd.
783 | A15. Convert the exponent to bcd.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dwinpars.cpp569 m_EncConv->Convert(buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dwindow.cpp1688 wxMacControl::Convert( &pt , m_peer , top->m_peer ) ;
1729 wxMacControl::Convert( &pt , top->m_peer , m_peer ) ;
2749 wxMacControl::Convert( &pt , GetParent()->m_peer , top->m_peer ) ;
2962 wxMacControl::Convert( &pt , GetParent()->m_peer , top->m_peer ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/csharp/
H A DUnzip.cs162 public int SpaceToUnderscore; //1 = Convert Space To Underscore, Else 0
172 public int naflag; //1 = Convert CR To CRLF, Else 0
731 return Convert.ToInt32(obj);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/rescue/
H A Dhead_v10.S344 lslq 20, $r6 ; Convert MB to bytes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex132 Convert device X coordinate to logical coordinate, using the current
139 Convert device X coordinate to relative logical coordinate, using the current
154 Convert device Y coordinate to relative logical coordinate, using the current

Completed in 294 milliseconds

12