Searched refs:FormatValue (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.cpp84 void FormatValue(CFormat& format, const CECTag* tag) function
105 FormatValue(tmp_format, tmp_tag);
154 FormatValue(label, &*it);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dslider.cpp382 GetTextExtent(FormatValue(m_min), &w1, &h1);
383 GetTextExtent(FormatValue(m_max), &w2, &h2);
691 wxString wxSlider::FormatValue(int value) const function in class:wxSlider
759 rend->DrawLabel(dc, FormatValue(m_value), rectLabel,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dslider.h164 virtual wxString FormatValue(int value) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dregistry.h232 wxString FormatValue(const wxString& name) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp63 // FormatValue
219 LPTSTR FormatValue(LPTSTR szValue, zusz_t uzValue);
1342 FormatValue(plvdi->item.pszText, pFile->uzSize);
1366 FormatValue(plvdi->item.pszText, pFile->uzCompressedSize);
1931 LPTSTR FormatValue(LPTSTR szValue, zusz_t uzValue) { function
2727 FormatValue(szBuffer, uzSize);
2732 FormatValue(szBuffer, uzCompressedSize);
2941 SetDlgItemText(hDlg, IDC_FILE_COUNT, FormatValue(szPath, pei->dwFileCount));
2942 SetDlgItemText(hDlg, IDC_BYTE_COUNT, FormatValue(szPath, pei->uzByteCount));
3305 FormatValue(szBuffe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregistry.cpp1211 wxString wxRegKey::FormatValue(const wxString& name) const
1310 wxString value = FormatValue(name);

Completed in 74 milliseconds