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

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsReadableUtils.cpp308 AllocateStringCopy( const FromStringT& aSource, ToCharT* ) function
318 char* result = AllocateStringCopy(aSource, (char*)0);
355 char* result = AllocateStringCopy(aSource, (char*)0);
369 PRUnichar* result = AllocateStringCopy(aSource, (PRUnichar*)0);
381 PRUnichar* result = AllocateStringCopy(aSource, (PRUnichar*)0);

Completed in 373 milliseconds