Searched refs:theString (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp115 getNextPound(std::string &theString, std::string &substring) argument
117 size_t pos = theString.find("#");
118 substring.assign(theString, 0, pos);
119 theString.assign(theString, pos + 1, theString.size());
H A DgettingStartedCommon.hpp119 packString(char *buffer, std::string &theString) argument
121 size_t string_size = theString.size() + 1;
122 memcpy(buffer+bufLen_, theString.c_str(), string_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp2605 CFStringRef theString = CFStringCreateWithBytes ( local
2613 wxASSERT(theString);
2615 size_t nOutLength = CFStringGetLength(theString);
2619 CFRelease(theString);
2629 CFStringGetCharacters(theString, theRange, szUniCharBuffer);
2631 CFRelease(theString);
2660 CFStringRef theString = CFStringCreateWithCharactersNoCopy( local
2667 wxASSERT(theString);
2674 CFStringGetCharacters(theString, CFRangeMake(0, nOutSize - 1), (UniChar*) szOut);
2676 nRealOutSize = CFStringGetLength(theString)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dproplist.cpp219 wxString theString(name);
222 int padWith = nameWidth - theString.length();
229 theString.Append( wxT(' '), padWith);
230 theString += value;
233 return theString;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dlistctrl_mac.cpp262 CFStringRef theString,
274 CFStringRef theString,
2723 CFStringRef theString,
2731 result = ctl->ConfirmEditText(itemID, property, theString, maxEditTextRect, shrinkToFit);
2732 theString = CFSTR("Hello!");
2740 CFStringRef theString,
2719 DataBrowserEditTextProc( ControlRef browser, DataBrowserItemID itemID, DataBrowserPropertyID property, CFStringRef theString, Rect *maxEditTextRect, Boolean *shrinkToFit) argument
2737 ConfirmEditText( DataBrowserItemID itemID, DataBrowserPropertyID property, CFStringRef theString, Rect *maxEditTextRect, Boolean *shrinkToFit) argument

Completed in 53 milliseconds