Searched defs:nsCString (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dprofile_main.cpp21 typedef nsStdCString nsCString; typedef
97 foo( const nsCString& )
109 nsCString someCString;
125 total += foo( nsCString() );
128 cout << "nsCString()" << endl;
136 total += foo( nsCString("This is a reasonable length string with some text in it and it is good.") );
139 cout << "nsCString(\"abc\")" << endl;
151 nsCString s1("This is a reasonable length string with some text in it and it is good.");
152 nsCString s2("This is another string that I will use in the concatenation test.");
153 nsCString s
[all...]

Completed in 41 milliseconds