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

/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsSample.cpp160 nsEmbedString foopy; local
161 foopy.Append(PRUnichar('f'));
162 foopy.Append(PRUnichar('o'));
163 foopy.Append(PRUnichar('o'));
164 foopy.Append(PRUnichar('p'));
165 foopy.Append(PRUnichar('y'));
167 const PRUnichar* f = foopy.get();
168 PRUint32 l = foopy.Length();
174 //foopy2.AppendLiteral("foopy");

Completed in 415 milliseconds